Biopython的网站提到,它要求python2.7版,但没有明确说明是否存在Python 3+支持。
有没有办法在Python 3.2中使用Biopython?
请参阅:http://biopython.org/DIST/docs/install/Installation.html#sec7
发布于 2012-05-06 01:29:15
编辑2015年8月29日
Biopython 1.65与Python 2.6、2.7、3.3和3.4完全兼容
如果你使用的是Windows,在主网站上有官方发布和支持的32位安装包,在这里有非官方的64位安装程序:http://www.lfd.uci.edu/~gohlke/pythonlibs/#biopython
否则,您可以自己下载并构建biopython,或者使用pip或easy_install来完成此操作。
请参阅:http://biopython.org/wiki/Download
https://stackoverflow.com/questions/10464212
复制相似问题