Python 2.7 on OS X: TypeError: 'frozenset' object is not callable on each command

后端 未结 2 359
栀梦
栀梦 2021-01-21 12:41

I have this error on each my command with Python:

➜  /tmp sudo easy_install pip
Traceback (most recent call last):
  File \"/usr/bin/easy_install-2.7\", line 11, in 
         


        
2条回答
  •  走了就别回头了
    2021-01-21 13:24

    Removal of this package have helped me:

    sudo rm -rf /Library/Python/2.7/site-packages/hashlib-20081119-py2.7-macosx-10.11-intel.egg
    

提交回复
热议问题