Python pip broken after OS X 10.8 upgrade

后端 未结 10 1498
没有蜡笔的小新
没有蜡笔的小新 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:10

    Rather than change ownership, it is possible to simply change permissions:

    $ sudo chmod -R o+rX /Library/Python/2.7/site.packages

提交回复
热议问题