biopython,导入错误“ModuleNotFoundError:没有名为“Bio”的模块

问题描述

我尝试从 Biopython 模块导入文件“Bio”以使用 seqIO 文件

from Bio import SeqIO
with open("uniprot.fa","rt") as handle:
    for record in SeqIO.parse(handle,"fasta"):
        print(record.id)

the output showed an error:

然后我按照建议更改了路径

and the output showed another error

我很困惑,请帮忙。

PS:我尝试通过 pip 和 zip 文件再次卸载并安装它,但我仍然面临这个问题。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)