Python pip broken after OS X 10.8 upgrade

后端 未结 10 1512
没有蜡笔的小新
没有蜡笔的小新 2020-12-12 19:19

Made the upgrade to Mac OS X 10.8 (Mountain Lion) and get now the following error when trying to call $ pip:

Traceback (most recent call last):
         


        
10条回答
  •  被撕碎了的回忆
    2020-12-12 20:11

    I changed the permissions for Python folder (from root to my user), and now everything work for me:

    sudo chown -R :wheel /Library/Python/2.7/site-packages/
    

    Not recommended for machines with multiple users.

提交回复
热议问题