ImportError: No module named Bio

 

001、问题

[root@localhost test]# /home/software/Python-3.7.9/python
Python 3.7.9 (default, Oct 21 2022, 23:48:07)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import Bio
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'Bio'

 

 

002、解决方法 安装biopython

pip install biopython -i https://pypi.douban.com/simple

 

 

003、测试效果

 

参考:http://t.zoukankan.com/xiaolan-Lin-p-14023147.html

 

posted @ 2022-10-21 16:08  小鲨鱼2018  阅读(754)  评论(0编辑  收藏  举报