ERROR: Could not find a version that satisfies the requirement prodigy (from versions: none)

My error

C:\Windows\system32>python -m pip install --upgrade pip
Requirement already satisfied: pip in c:\users\donhu\appdata\local\programs\python\python310\lib\site-packages (21.2.3)
Collecting pip
  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
     |████████████████████████████████| 1.7 MB 1.7 MB/s
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.2.3
    Uninstalling pip-21.2.3:
      Successfully uninstalled pip-21.2.3
Successfully installed pip-21.3.1

C:\Windows\system32>python -m pip install --upgrade pip
Requirement already satisfied: pip in c:\users\donhu\appdata\local\programs\python\python310\lib\site-packages (21.3.1)

C:\Windows\system32>pip install prodigy -f https://kkkk-zzzz-yyyy-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

C:\Windows\system32>

My python version

C:\Windows\system32>python --version
Python 3.10.0

I am using Windows 11, I can access repository of prodigy's versions with license key.

How to fix it?

Hi,

I had the same problem a few weeks ago and I solved mine by installing prodigy from wheels. You will find the wheels from the folder you donwload when you received your prodigy key.

You can also check from the threads of similar topics on this platform. Im sure you will find an alternative incase downloading from keys fails.

Hi @donhuvy ,

There are no Python 3.10 wheels yet. You can use Python 3.9 in the meantime.
The upcoming Prodigy version will have 3.10 wheels.

1 Like

Thank you for your information. Other people with the same problem can use this link https://www.python.org/ftp/python/3.9.9/python-3.9.9-amd64.exe . I run it success now.

Just released Prodigy v1.11.6, which includes wheels for Python 3.10 :slightly_smiling_face:

1 Like