简体   繁体   中英

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

Confusingly, I do have a pyconfig.h in c:\\users\\steph\\anaconda3\\include. Cannot find what an exit status 2 is either...

Biopython recommends installing through conda if your python is also installed through conda . See here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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