繁体   English   中英

python pip 安装仅适用于 64 位而非 32 位

[英]python pip install is working only for 64 bit and not 32 bit

我在 python 中做一个项目,发现import IPy在 32 位 python IDLE 中不起作用。 当我尝试在 64 位 python IDLE 中执行此操作时,它起作用了。 我使用pip install IPy在 cmd 中安装 IPy。 这是我的 python 32 位空闲控制台输入和 output:

>>> from IPy import IP
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'IPy'

我在 32 位和 64 位中都使用 Windows 7 和 Python 3.8。

我们必须安装一个新的虚拟环境。 给予@Kris 巨大的信任。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM