jweizman
(Jweizman)
January 2, 2026, 1:47pm
1
Hi
I tried everything to install prodigy but it does not work (i’m on Windows):
1/(venv) C:\>pip install prodigy -f https://xxxx-xxxx-xxxx-xxxx@download.prodi.gy
Looking in links: https://****@download.prodi.gy
ERROR: Could not find a version that satisfies the requirement prodigy (from versions: none)
ERROR: No matching distribution found for prodigy
2/(venv) C:\>python -m pip install prodigy --extra-index-url https://xxxx-xxxx-xxxx-xxxx@download.prodi.gy/index
Looking in indexes: Simple index , https://****@download.prodi.gy/index
ERROR: Could not find a version that satisfies the requirement prodigy (from versions: none)
ERROR: No matching distribution found for prodigy
Can you help?
thx
honnibal
(Matthew Honnibal)
January 2, 2026, 1:56pm
2
Hi! Sorry you’re having trouble. What version of Python are you using, and what sort of processor architecture is it (ARM, x86)? It looks to me like the combination doesn’t have a supported wheel. If you’re using Python 3.14, try Python 3.13 instead.
jweizman
(Jweizman)
January 3, 2026, 7:52pm
3
honnibal:
Python 3.13 instead.
Thank you for the quick answer. Using Windows 11 with x86 processor.
i tried to install 3.13 & 3.14 . Both has the same issue
honnibal
(Matthew Honnibal)
January 3, 2026, 7:57pm
4
Hmm. Could you try visiting the https://xxxx-xxxx-xxxx-xxxx@download.prodi.gy/ URL in your browser? Btw just to exclude the simplest thing — you’ve made sure you’re pasting the right license key in for the xxxx-xxxx-xxxx-xxxx right?