简体   繁体   中英

Cant install any package from Pycharm

Why I can not install any package from pycharm on Windows? I have given full control in my user permissions to the recommended folders but I still get Permission denied I also try to install this as admin by command line.

In specific I am working with python, and the library I want to install is Flask, but I can't install any package.

To avoid answers that have already been commented, I did the following commands as administrator:

pip install Flask
python -m pip install Flask

the error

Error: PermissionError: [Errno 13] Permission denied: 

Try :

C:\Python34> pip install flask

If that is the directory for your python installation.

Referenced Articles:

Installing flask on Windows 7?

How to install Flask on Windows?

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