I get that there is no skbio module even though scikit-bio is successfully installed

1.7k views Asked by At

I'm on mac, OS Catalina, and I run Python 3.8. I have installed scikit-bio successfully:

enter image description here

But I try the test, I get that there is no module named skbio:

enter image description here

And what I guess is expected is that when I call skbio on jupyter, I get the same message:

enter image description here

Any idea why?

1

There are 1 answers

0
Arezou Pakseresht On

First run this cell and after installation you can use the package:

pip install scikit-bio