Hi I tried to install pytaxonomy==1.1.
pip install pytaxonomy==1.1
The installation was successful
when I tried to import,
import pytaxonomy
It says ... '
ModuleNotFoundError Traceback (most recent call last) Input In [18], in <cell line: 1>() ----> 1 import pytaxonomy
ModuleNotFoundError: No module named 'pytaxonomy'
How to overcome this?