macaodha / batdetect2

Other
53 stars 10 forks source link

module not found when using jupyter #26

Closed sergewich closed 8 months ago

sergewich commented 8 months ago

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.