如何在 windows 10 上安装 py-spy?

How does one install py-spy on windows 10?

我想在我的 Windows 10(64 位)机器上安装 py-spy,但我似乎总是遇到以下错误:

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

这很奇怪,因为 py-spy 网站和该论坛上的另一个 post 说使用 pip 是正确的。 由于 pip 方法不起作用,我决定尝试从 py-spy 网站上提供的预构建轮安装包。但是,我不断收到以下错误消息:

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.

有什么我遗漏的吗?

提前致谢。

注意:我尝试以普通用户和管理员身份同时使用 cmd.exe 和 powershell.exe 安装 py-spy,但没有成功。

如果您运行在 32 位 OS 中使用,则不支持;检查段落:Does py-spy support 32-bit Windows? Integrate with PyPy? Work with USC2 versions of Python2?

Not yet =).

If there are features you’d like to see in py-spy either thumb up the appropiate issue or create a new one that describes what functionality is missing.

编辑

也尝试下载 Python 64 位!

检查Python你是哪个版本运行ning(32位或64位)运行 Python在任何shell中,第一个行应该说:

Python 3.8.6 (tags/v3.8.6:db45529, Sep 23 2020, 15:52:53) [MSC v.1927 64 bit (AMD64)] 

其中 [MSC v.1927 64 位 (AMD64)] 表示 64 位 Python。