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
I believe this is due to gala being on conda-forge and these learners not having Conda-forge as a channel. My solution is to have them remove this line from the environement.yml file and then activate the AstronomicalData environment after they created it and pip install. However, we could also consider adding the Conda-forge channel - I just don't know if this might mess with other installation
Location of problem (optional)
No response
The text was updated successfully, but these errors were encountered:
Alternatively: The main reason for using gala at all is the GD1Koposov model and the reflex correction. GD1Koposov is now natively in astropy, and the reflex-correction is a simple function that only works on astropy SkyCoords and doesn't rely on anything else in gala. Therefore, we could copy this function into the lesson itself (or the catchup part learners can import) and remove the entire dependency on gala, thus getting rid of this installation head-ache.
My concern with this is I think it is poor coding practice as we will not get any updates or bug fixes to the real code. I also encountered an issue with using the astropy GD1 - maybe you know how to fix it. See issue #193
What is the problem?
A number of learners are getting the error:
I believe this is due to gala being on conda-forge and these learners not having Conda-forge as a channel. My solution is to have them remove this line from the environement.yml file and then activate the AstronomicalData environment after they created it and pip install. However, we could also consider adding the Conda-forge channel - I just don't know if this might mess with other installation
Location of problem (optional)
No response
The text was updated successfully, but these errors were encountered: