Python pip安装错误1

时间:2016-11-22 22:27:43

标签: pip setuptools

pip install一般适用于各种软件包,但是当我尝试安装某个软件包时,它给了我一个pycryptodome错误。我注意到pycryptodome没有安装所以我做了pip安装pycryptodome我得到了

Command "c:\python27\python.exe -c "import setuptools, tokenize;__file__='c:\\users\\jferna~1\\appdata\\local\\temp\\pip-build-ikwrb7\\pycryptodome\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\jferna~1\appdata\local\temp\pip-5bcrar-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\jferna~1\appdata\local\temp\pip-build-ikwrb7\pycryptodome

此时我不知道该怎么做。我有另一台机器,一切都很好。我不知道要进一步排除故障。我做了pip install --upgrade setuptools。

0 个答案:

没有答案