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?