尝试安装gpaw时出错

时间:2018-01-10 17:43:03

标签: python pip physics

当我尝试运行时

sudo pip3 install -U gpaw

我收到以下错误

Command "/usr/bin/python3.5 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-n4w3sszk/gpaw/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-1nhmwzay-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-n4w3sszk/gpaw/

使用python 2我做

sudo pip install -U gpaw

然后我得到:

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-tUJx3k/gpaw/

我可以更改命令中的任何内容以使其运行吗?或者我需要更复杂的解决方案吗?

0 个答案:

没有答案