简体   繁体   中英

Pycharm install button for packages not available

I want to install additional packages in pycharm, but the install button in the project interpreter is not active. I think this might be due to the virtual environment I created but not sure. Please see img, can anyone help?

I switched current python interpreter to another and then switched back, it worked. 😳

Python 3.6 does not fully update all packages . It is better to use Python 3.5 .

To install packages for Python you can use in command interpreter ....

pip install 'your desire package name'

if you don't have pip installed then you can install pip from here ... https://pip.pypa.io/en/stable/installing/

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