PyCharm ValueError:无法解析CPython sys.version

时间:2015-05-26 02:54:01

标签: python pycharm

当我尝试pip安装一些软件包时会发生这种情况。

Collecting cryptography
  Using cached cryptography-0.9-cp27-none-win_amd64.whl
Collecting setuptools (from cryptography)
  Using cached setuptools-16.0-py2.py3-none-any.whl
Requirement already up-to-date: enum34 in c:\anaconda\lib\site-packages (from cryptography)
Requirement already up-to-date: pyasn1 in c:\anaconda\lib\site-packages (from cryptography)
Requirement already up-to-date: idna in c:\anaconda\lib\site-packages (from cryptography)
Requirement already up-to-date: ipaddress in c:\anaconda\lib\site-packages (from cryptography)
Requirement already up-to-date: six>=1.4.1 in c:\anaconda\lib\site-packages (from cryptography)
Requirement already up-to-date: cffi>=0.8 in c:\anaconda\lib\site-packages (from cryptography)
Requirement already up-to-date: pycparser in c:\anaconda\lib\site-packages (from cffi>=0.8->cryptography)
Installing collected packages: setuptools, cryptography
  Found existing installation: setuptools 14.3

Cannot remove entries from nonexistent file c:\anaconda\lib\site-packages\easy-install.pth

我曾经使用Enthought Canopy而我在其他地方读过这会导致问题。无论如何要解决这个问题吗?

我将我的翻译转换为Anaconda,现在似乎没有任何模块加载。我完全不知所措。我不能使用我安装的任何模块,也无法安装任何新模块。

编辑:按照此处的说明操作后,我现在就知道了:Praw "failed to parse CPython sys.version" when creating Reddit object

虽然有些事情正在按照这种改变正确安装。

{{1}}

1 个答案:

答案 0 :(得分:1)

我建议从头开始重新安装python和pycharm。