Just tried and didn't have issues. Are you 100% sure you're looking at the right Python environment? For example, if you run which python
or which python3
, is it pointing to your venv?
If so, two other options:
- Run
pip uninstall prodigy
then trypip install prodigy -f ...
. You may want to prefix it withpython3 -m pip ...
orpython -m pip ...
to be 100% sure you're pointing to the right environment. - Go to a browser, type in
https://xxxx-xxxx-xxxx-xxxx@download.prodi.gy/index/prodigy
and select Prodigy v1.12.0, download the wheel file (prodigy-1.12.0-...
) that aligns to your Python version and OS. Alternatively, you can download from SendOwl. Dopip uninstall prodigy
again (or start newvenv
) and then runpip install -f /path/to/wheels