无法在MacOs(Mojave)上升级或删除pip包“ altgraph”

时间:2019-01-21 10:14:10

标签: python macos pip pycharm pyinstaller

我想通过pip安装PyInstaller软件包,所以我输入了“ pip install pyinstaller”,但发生错误

enter image description here

并且我正尝试将alt图形升级到最新版本..但是会发生相同的错误

如何安装PyInstaller或如何升级altgraph软件包?

因此,即使我也无法使用

删除altgraph
rm -rf /System/Library/Frameworks/Python.framework/.../altgraph 

我在终端机中所做的

pip install pyinstall - not working
pip install --upgrade altgraph - not working
pip uninstall altgraph - not working 

1 个答案:

答案 0 :(得分:0)

我从

找到了解决方案

http://marcelog.github.io/articles/mac_osx_python_pip_install_operation_not_permitted.html

在用户下安装软件包

pip install <package> --user