简单记录.
在安装软件的时候遇到ImportError,模块找不到.在我的情况中是因为biopython的版本问题.
所以,降低biopython版本
pip install biopython==1.76
然后就看起来正常工作了!!
简单记录.
在安装软件的时候遇到ImportError,模块找不到.在我的情况中是因为biopython的版本问题.
所以,降低biopython版本
pip install biopython==1.76
然后就看起来正常工作了!!
本文标题:解决报错ImportError: cannot import n
本文链接:https://www.haomeiwen.com/subject/zbpcodtx.html
网友评论