Symbol not found: __PyCodecInfo_GetIncrementalDecoder

后端 未结 12 595
借酒劲吻你
借酒劲吻你 2020-11-30 01:18

Since updating from Homebrew Python 2.7.11 (from 2.7.10) I\'m suddenly unable to test register my package on PyPi from the PyCharm IDE console.

Running (as an \"Exte

12条回答
  •  眼角桃花
    2020-11-30 01:46

    I got this error after a failed NLTK download, I needed to uninstall anaconda:

    sudo rm -rf ~/anaconda 
    update PATH variable
    

提交回复
热议问题