# Unable to install on macOS 12.1

**URL:** https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112
**Category:** Getting Started
**Tags:** solved, install, mac
**Created:** [December 21, 2021, 7:00am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112 "2021-12-21T07:00:44Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Aneesh](https://avatars.discourse-cdn.com/v4/letter/a/bc8723/32.png) [@Aneesh](https://support.prodi.gy/u/Aneesh)
#### Post date: [December 21, 2021, 7:00am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112/1 "2021-12-21T07:00:44Z")

</div>

Unable to install Prodigy on mac OS 12.1

---

<div class="post-metadata">

### Author: ![ines](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/ines/32/3_2.png) [@ines](https://support.prodi.gy/u/ines)
#### Post date: [December 21, 2021, 9:35am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112/2 "2021-12-21T09:35:46Z")

</div>

Hi! Can you provide some more details on what the problem is and whether you're seeing an error?

---

<div class="post-metadata">

### Author: ![Aneesh](https://avatars.discourse-cdn.com/v4/letter/a/bc8723/32.png) [@Aneesh](https://support.prodi.gy/u/Aneesh)
#### Post date: [December 21, 2021, 9:38am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112/3 "2021-12-21T09:38:38Z")

</div>

![Screenshot 2021-12-21 at 12.29.12 PM](https://us1.discourse-cdn.com/flex020/uploads/prodigy/original/2X/a/a3318e2d9daf316c19069f4ed288e20968ff31ea.png)

---

<div class="post-metadata">

### Author: ![ines](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/ines/32/3_2.png) [@ines](https://support.prodi.gy/u/ines)
#### Post date: [December 21, 2021, 9:39am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112/4 "2021-12-21T09:39:43Z")

</div>

It looks like the installation worked but it can't seem to find the `prodigy` command. Can you try running `python -m prodigy`? If that still doesn't work, this indicates that Prodigy isn't actually installed in the environment.

---

<div class="post-metadata">

### Author: ![Aneesh](https://avatars.discourse-cdn.com/v4/letter/a/bc8723/32.png) [@Aneesh](https://support.prodi.gy/u/Aneesh)
#### Post date: [December 21, 2021, 9:41am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112/5 "2021-12-21T09:41:12Z")

</div>

I tried running the same but dint workout even

---

<div class="post-metadata">

### Author: ![Aneesh](https://avatars.discourse-cdn.com/v4/letter/a/bc8723/32.png) [@Aneesh](https://support.prodi.gy/u/Aneesh)
#### Post date: [December 21, 2021, 9:43am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112/6 "2021-12-21T09:43:54Z")

</div>

![Screenshot 2021-12-21 at 3.12.16 PM](https://us1.discourse-cdn.com/flex020/uploads/prodigy/original/2X/f/f6391def7b2789abc21fd94a018c7fcc06851897.png)

---

<div class="post-metadata">

### Author: ![Aneesh](https://avatars.discourse-cdn.com/v4/letter/a/bc8723/32.png) [@Aneesh](https://support.prodi.gy/u/Aneesh)
#### Post date: [December 21, 2021, 9:49am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112/7 "2021-12-21T09:49:37Z")

</div>

Do we need any other version? Which is not listed here?

---

<div class="post-metadata">

### Author: ![ines](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/ines/32/3_2.png) [@ines](https://support.prodi.gy/u/ines)
#### Post date: [December 21, 2021, 10:00am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112/8 "2021-12-21T10:00:02Z")

</div>

Maybe installing it via `*.whl` will just select the first file in the folder, which is not what you want. Have you tried installing it by pointing `pip` to the directory containing the wheels, as described here? [https://prodi.gy/docs/install#wheel](https://prodi.gy/docs/install#wheel)

```python
pip install prodigy -f /path/to/wheels

```

---

<div class="post-metadata">

### Author: ![Aneesh](https://avatars.discourse-cdn.com/v4/letter/a/bc8723/32.png) [@Aneesh](https://support.prodi.gy/u/Aneesh)
#### Post date: [December 21, 2021, 10:10am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112/9 "2021-12-21T10:10:24Z")

</div>

Thanks, it's working. Do we need Tensorboard installation as it shows in the warning & what will be the minimum space version?

---

<div class="post-metadata">

### Author: ![ines](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/ines/32/3_2.png) [@ines](https://support.prodi.gy/u/ines)
#### Post date: [December 21, 2021, 10:13am UTC](https://support.prodi.gy/t/unable-to-install-on-macos-12-1/5112/10 "2021-12-21T10:13:02Z")

</div>

No, Prodigy doesn't need Tensorboard. If you see a warning, that's probably related to something else you have installed in the environment.
