python - PyCharm 错误 : [Errno 13] Permission denied

标签 python python-3.x pycharm

我正在使用 PyCharm 来执行我的 Python 程序。今天,我尝试使用 Project Interpreter 更新所有包。我在此过程中收到以下错误:

error: [Errno 13] Permission denied

enter image description here

之后我的 Python 库都没有显示在项目解释器列表中。

我在 Mac OS X 10.11.6 中使用 PyCharm Community Edition 2016.2.3。

最佳答案

看起来你需要给你的解释器 root 权限。有教程here关于如何做到这一点

关于python - PyCharm 错误 : [Errno 13] Permission denied,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39658864/

相关文章:

python-3.x - 在 Pycharm 中定义一致(且合法)的导入样式

python - 如何在 32 位模式下使用 PyCharm

python - 有条件的列表理解

python - 泛型类的类方法

python - 如何将给定字符串列表中的每个单词大写?

python-3.x - 如何将 Azure-cli 命令的输出保存在变量中

python - Pycharm - 模块属于特定项目而不是所有项目

python - 在 Pelican 支持的博客中启用搜索功能吗?

python - 当没有公共(public)列时如何使用 Pandas 连接两个 CSV 文件

python - SciPy/NumPy 导入指南