Symbol not found: __PyCodecInfo_GetIncrementalDecoder

后端 未结 12 590
借酒劲吻你
借酒劲吻你 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条回答
  •  -上瘾入骨i
    2020-11-30 01:36

    If your problem is caused by anaconda, it is unnecessary to remove //anaconda directory.

    Just open your ~/.bash_profile, find the line

    export PATH="//anaconda/bin:$PATH
    

    and comment it out, then restart your terminal session.

提交回复
热议问题