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

astropy not importing in access-med-0.10 #31

Open
max-anu opened this issue Dec 3, 2024 · 1 comment
Open

astropy not importing in access-med-0.10 #31

max-anu opened this issue Dec 3, 2024 · 1 comment

Comments

@max-anu
Copy link
Contributor

max-anu commented Dec 3, 2024

When running the following code we get an error importing astropy.

dt = datetime.datetime(2024, 1, 1, 12, 0, 0)
accessvis.update_earth_datetime(lv, when=dt, blendtex=False, sunlight=True)
lv.display((600,600))```

Astropy isn't installed correctly on conda/access-med-0.10. I don't think any changes need to be made aside from reinstalling/making a new version of the environment. I've had similar issues with conda when reinstalling/updating packages before.

Conda is using astropy 7.0.0, and strangely the environment was built before online astropy 7.0.0 was released. 

You can also test by running `import astropy.time`




@max-anu
Copy link
Contributor Author

max-anu commented Dec 3, 2024

@rbeucher also tried to build a new env here but it failed
ACCESS-NRI/ACCESS-Analysis-Conda#133

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

No branches or pull requests

1 participant