biopython no module named Bio

前端 未结 11 1289
夕颜
夕颜 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 10:48

    I had the same error. it turns out

    import Bio

    works

    instead of import biopython !

提交回复
热议问题