简体   繁体   中英

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

I was doing a project in python and saw that import IPy was not working in 32-bit python IDLE. When I tried to do it in 64-bit python IDLE it worked. I installed IPy using pip install IPy in cmd. This was my python 32-bit IDLE console input and output:

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

I am using Windows 7 and Python 3.8 in both 32-bit and 64-bit.

We must install a new virtual environment. Give huge credits to @Kris.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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