简体   繁体   中英

Python package installation issue

I'm installing packages using pip on CMD. When I tried to import the same library in the pycharm again it's asking me to install.Why? I installed in the same machine right? HOw to overcome this?

NOTE: I'm using python 3.9.2 & pip version is 21.1.1.

Thanks in advance.

You can manually install packages on PyCharm.

settings > python interpreter > click on add symbol and enter the package your looking for

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