You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running galactic.ipynb, I got the following import error for pyLIMA.
Even if I install by pip install directly or git clone.
Thanks for having a look at it.
ImportError Traceback (most recent call last)
Cell In[1], line 21
19 from pyLIMA import event
20 from pyLIMA import telescopes
---> 21 from pyLIMA import microlmodels, microltoolbox
22 from pyLIMA.microloutputs import create_the_fake_telescopes
24 import matplotlib.pyplot as plt
ImportError: cannot import name 'microlmodels' from 'pyLIMA' (/Users/dagoret/anaconda3/envs/fink2024/lib/python3.10/site-packages/pyLIMA/init.py)
The text was updated successfully, but these errors were encountered:
When running galactic.ipynb, I got the following import error for pyLIMA.
Even if I install by pip install directly or git clone.
Thanks for having a look at it.
ImportError Traceback (most recent call last)
Cell In[1], line 21
19 from pyLIMA import event
20 from pyLIMA import telescopes
---> 21 from pyLIMA import microlmodels, microltoolbox
22 from pyLIMA.microloutputs import create_the_fake_telescopes
24 import matplotlib.pyplot as plt
ImportError: cannot import name 'microlmodels' from 'pyLIMA' (/Users/dagoret/anaconda3/envs/fink2024/lib/python3.10/site-packages/pyLIMA/init.py)
The text was updated successfully, but these errors were encountered: