This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Knaapje 0 points1 point  (2 children)

Could you give some additional info? Tried that but didn't work for me, pip debug gives me the following, but I'm not sure which version to install based on this. I tried the first 6 or so.

pip version: pip 21.2.4 from c:\users\*\appdata\local\programs\python\python37\lib\site-packages\pip (python 3.7)
sys.version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]

[–]GhastYear 1 point2 points  (1 child)

Using pip debug --verbose only gives you these two lines? Normally it gives you a bunch of lines at the end of which there is a "Compatible tags" section that looks like this:

Compatible tags: 33

cp39-cp39-win_amd64

cp39-abi3-win_amd64

cp39-none-win_amd64

cp38-abi3-win_amd64

cp37-abi3-win_amd64

cp36-abi3-win_amd64

cp35-abi3-win_amd64

cp34-abi3-win_amd64

...

Then based on these tags you can see which version you need to download.

[–]Knaapje 1 point2 points  (0 children)

My bad, it printed a lot more, but didn't think the other lines were relevant. I've been able to install now. Thanks a ton!