-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
import gala.coordinate #210
Comments
Can you please let me know what OS you are using and the version of astropy and gala that you have installed? You can access this information by starting up a python session and typing:
It is possible the gala import will produce the same error you got above, in which case don't worry about getting the version. |
I followed the advice of adrian price-whelan on Slack. I have downloaded the last version of GALA (development version) , with ...and it run perfectly ! Thank's . It's a very great job. I plan to use it in my Astronomical Association in France ( after translated) |
Thanks for sharing your solution @pbtoubol. If you teach this lesson is would be great to submit it as a self organized workshop to the Carpentries so that we can track its use. |
What is the problem?
I have download the package astronomy-python of https://datacarpentry.org/astronomy-python/
The installation is OK but when I want to check my installation, and i try :
'import gala.coordinates as gc'
I receive this message:
ImportError: cannot import name 'update_default_config' from 'astropy.config.configuration' (/home/pierre-bernard/anaconda3/envs/AstronomicalData/lib/python3.12/site-packages/astropy/config/configuration.py)
Do you have an idea ? thanks
Location of problem (optional)
No response
The text was updated successfully, but these errors were encountered: