Biopython,导入错误 "import Bio"

Biopython, import error with "import Bio"

我已通过 Anaconda 在 Windows 上安装了 Biopython

当我尝试 import Bio 时出现此错误:

ModuleNotFoundError: No module named 'Bio'

为什么?

Simone.. 看来您的安装确实出了问题。不管为什么以及如何尝试以下逐步方法来查看您的导入错误是否仍然存在。

在 Windows 上(圆点表示您安装的程序路径细节):

e.g. go to: C:\....\Anaconda...\Lib\site-packages

使用 delete 查找和删除文件夹。

folder 1: "\Bio"

folder 2: "\biopython-1.70.dist-info"

使用conda安装时版本值1.70可能是1.69。

Empty your trashbin. This way the system can't do tricks and recover or link to deleted files and folders.

如果没有安装 pip 并从 here 获取它。

try pip install biopython --no-cache-dir

瞧!希望它现在也适用于您...享受吧!

如果它不检查 windows 环境 variables\path.. 通过控制面板>高级系统设置将 PATH 包含到站点包。或者在其他 OS.

上做类似的事情