I wanted to install py-spy on my Windows 10 (64-bit) machine but I always seem to end up with the following errors:
F:\downloads>python --version
Python 3.8.3
F:\downloads>python -m pip install py-spy
ERROR: Could not find a version that satisfies the requirement py-spy
ERROR: No matching distribution found for py-spy
This is quite strange, since the py-spy website and another post on this forum said that using pip was correct. Since the pip method didn't work, I decided to try to install the package from the pre-built wheel available on the py-spy website. However, i keep getting the following error message:
F:\downloads>pip install py_spy-0.3.3-py2.py3-none-win_amd64.whl
ERROR: py_spy-0.3.3-py2.py3-none-win_amd64.whl is not a supported wheel on this platform.
Is there something that I am missing?
Thanks in advance.
Note: I tried to install py-spy using both cmd.exe and powershell.exe as a regular user and as an administrator with no luck.