I am not able to install prodigy. I get the follwing errror when I enter the command :pip install prodigy-1.11.14-cp310-cp310-win_amd64.whl -f ./ --no-index
ERROR: Could not find a version that satisfies the requirement plac<1.2.0,>=0.9.6 (from prodigy) (from versions: none)
ERROR: No matching distribution found for plac<1.2.0,>=0.9.6
Other versions I get the error: ERROR: prodigy-1.11.14-cp37-cp37-win_amd64.whl is not a supported wheel on this platform. I have tried 38,39 as well.
I can only install whl file locally. so I used the following command from the console where my whl files are located.
pip install prodigy-1.11.14-cp310-cp310-win_amd64.whl -f ./ --no-index
I get the following response:
(base) C:\Users\vsharm12\prodigy\prodigy-1.11.14-windows\windows>pip install prodigy-1.11.14-cp310-cp310-win_amd64.whl -f ./ --no-index
Looking in links: ./
Processing c:\users\vsharm12\prodigy\prodigy-1.11.14-windows\windows\prodigy-1.11.14-cp310-cp310-win_amd64.whl
Requirement already satisfied: spacy<3.6.0,>=3.1.1 in c:\users\vsharm12\appdata\local\anaconda3\lib\site-packages (from prodigy==1.11.14) (3.5.3)
Requirement already satisfied: wasabi in c:\users\vsharm12\appdata\local\anaconda3\lib\site-packages (from prodigy==1.11.14) (1.1.2)
Requirement already satisfied: srsly<3.0.0,>=2.0.0 in c:\users\vsharm12\appdata\local\anaconda3\lib\site-packages (from prodigy==1.11.14) (2.4.6)
Requirement already satisfied: catalogue in c:\users\vsharm12\appdata\local\anaconda3\lib\site-packages (from prodigy==1.11.14) (2.0.8)
Requirement already satisfied: toolz<1.0.0,>=0.8.2 in c:\users\vsharm12\appdata\local\anaconda3\lib\site-packages (from prodigy==1.11.14) (0.12.0)
INFO: pip is looking at multiple versions of prodigy to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement plac<1.2.0,>=0.9.6 (from prodigy) (from versions: none)
ERROR: No matching distribution found for plac<1.2.0,>=0.9.6
It looks like the problem is plac which is a dependency of Prodigy. Just curious - can you try to only install plac on its own: pip install plac?
Since you can't pip install prodigy - I'm wondering if plac may be blocked too.
It is possible to install Prodigy on airtight environment. Here's a post:
You would need to install each of the dependencies separately. Perhaps try this first because if you find for whatever reason you can't install those dependencies like plac, it's a bit of a non-starter to think about Prodigy.
The post itself is a little out-of-date, so here's v1.11.14's current dependencies: