【发布时间】:2019-03-01 11:32:44
【问题描述】:
我一直在尝试在 Windows 7 上安装一个名为 BioPython 的模块,但每次我尝试进行 pip 安装时,我都会得到它:
Command "c:\users\mqian\appdata\local\programs\python\python37-32\python.exe -u
-c "import setuptools, tokenize;__file__='C:\\Users\\mqian\\AppData\\Local\\Temp
\\pip-install-e0z5nqc6\\biopython\\setup.py';f=getattr(tokenize, 'open', open)(_
_file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file
__, 'exec'))" install --record C:\Users\mqian\AppData\Local\Temp\pip-record-fsxh
7if9\install-record.txt --single-version-externally-managed --compile" failed wi
th error code 1 in C:\Users\mqian\AppData\Local\Temp\pip-install-e0z5nqc6\biopyt
hon\
一些谷歌搜索和 StackOverflowing 并没有带来任何帮助。我查看了有关错误代码 1 的一些 SO 帖子,但无济于事。有人有什么建议吗?
【问题讨论】:
标签: python windows python-module