Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something is missing in pyLIMA #43

Open
sylvielsstfr opened this issue Jan 9, 2024 · 0 comments
Open

Something is missing in pyLIMA #43

sylvielsstfr opened this issue Jan 9, 2024 · 0 comments

Comments

@sylvielsstfr
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant