简体   繁体   English

无法安装Pycharm的任何软件包

[英]Cant install any package from Pycharm

Why I can not install any package from pycharm on Windows? 为什么我无法在Windows上从pycharm安装任何软件包? 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. 我已经完全控制了我对建议文件夹的用户权限,但是我仍然遇到权限被拒绝的问题,我也尝试通过命令行将其安装为admin。

In specific I am working with python, and the library I want to install is Flask, but I can't install any package. 具体来说,我正在使用python,并且我想安装的库是Flask,但是我无法安装任何软件包。

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. 如果这是您的python安装目录。

Referenced Articles: 参考文章:

Installing flask on Windows 7? 在Windows 7上安装flask?

How to install Flask on Windows? 如何在Windows上安装Flask?

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

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