biopython no module named Bio

前端 未结 11 1417
夕颜
夕颜 2021-01-17 10:15

FYI: this is NOT a duplicate!

Before running my python code I installed biopython in the cmd prompt:

pip install biopython

I then

11条回答
  •  半阙折子戏
    2021-01-17 11:05

    Rename the site-package name from bio into Bio

    C:\Users\user\Anaconda3\Lib\site-packages\bio
    
    C:\Users\user\Anaconda3\Lib\site-packages\Bio
    

    it works for me!

提交回复
热议问题