What python version do you use?
If python 3.8 use wheel with cp38-cp38 name
If your system 32 bit use wheel with win32 name
Ok sure, yep your right my python is
My python application says its 32 bits but my settings about page says its 64 bits
So i’m not sure which one will work so i’ll download both and try
Just one more thing I tried this command in cmd
pip install some-package.whl
It gave me this me error although I downloaded the file
WARNING: Requirement 'some-package.whl' looks like a filename, but the file does not exist
ERROR: some-package.whl is not a valid wheel filename.
WARNING: You are using pip version 20.1.1; however, version 22.0.4 is available.
You should consider upgrading via the 'c:\users\John_Doe\appdata\local\programs\python\python38-32\python.exe -m pip install --upgrade pip' command.
Use 32 bit versions because your Python is 32 bit, and please pay attention to the forum thread @soil @adang1345 and me already give enough example how to download and install the wheel package. For how to install the file you download read Toprak Aslan last message.
And just for tips, please don’t just copy paste command line without know what it mean, sometimes people just give the method or template to how do something in command line and you need to change some line with filename or path(file location). If you get error please read it, and if you don’t know what it mean google is your friend. Let me know if you have other problem