I hopefully have a simple issue. I activate batdect2 in the anaconda prompt. I then use jupyter notebook batdetect_test.ipynb to open my notebook. In the notebook I then run the code that was provided on GitHub: from batdetect2 import api
Then I get the below:
ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 1
----> 1 from batdetect2 import api
ModuleNotFoundError: No module named 'batdetect2'
I have installed the batdetect through using the conda create code provided on the GitHub. Anythoughts on why this is not working out for me?
I am quite new to Python so apologies if this is a rather silly question.
I hopefully have a simple issue. I activate batdect2 in the anaconda prompt. I then use jupyter notebook batdetect_test.ipynb to open my notebook. In the notebook I then run the code that was provided on GitHub: from batdetect2 import api Then I get the below:
ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 1 ----> 1 from batdetect2 import api
ModuleNotFoundError: No module named 'batdetect2'
I have installed the batdetect through using the conda create code provided on the GitHub. Anythoughts on why this is not working out for me? I am quite new to Python so apologies if this is a rather silly question.