简体   繁体   English

Biopython在Windows上安装错误anaconda

[英]Biopython install error anaconda on windows

from c:/users/me/anaconda3/scripts I pip install biopython but it fails with the following errors: c:\\users\\steph\\anaconda3\\include\\pyconfig.h(243): fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory error: command 'C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 14.0\\\\VC\\\\BIN\\\\x86_amd64\\\\cl.exe' failed with exit status 2 从c:/ users / me / anaconda3 / scripts我pip install biopython但它失败并出现以下错误: c:\\users\\steph\\anaconda3\\include\\pyconfig.h(243): fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory error: command 'C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 14.0\\\\VC\\\\BIN\\\\x86_amd64\\\\cl.exe' failed with exit status 2

Confusingly, I do have a pyconfig.h in c:\\users\\steph\\anaconda3\\include. 令人困惑的是,我在c:\\ users \\ steph \\ anaconda3 \\ include中有一个pyconfig.h。 Cannot find what an exit status 2 is either... 无法找到退出状态2是什么...

Biopython recommends installing through conda if your python is also installed through conda . Biopython建议通过安装conda ,如果你的Python是通过还安装conda See here . 看到这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM