AstronomicalData icon indicating copy to clipboard operation
AstronomicalData copied to clipboard

cannot install astro-gala; should be just gala?

Open caseylam opened this issue 1 year ago • 1 comments

Thanks for making these tutorials! I am learning how to analyze Gaia data and use ADQL, and the notebooks have been very helpful.

Running the notebooks through colab, when I try to run the line !pip install astro-gala it returns the error below:

Collecting astro-gala
  Downloading astro-gala-1.2.tar.gz (2.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 7.9 MB/s eta 0:00:00
  error: subprocess-exited-with-error
  
  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  Installing build dependencies ... error
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

However, !pip install galadoes work. I think the install statements just need to be changed from astro-gala to gala instead.

caseylam avatar Aug 08 '23 04:08 caseylam

Thanks for letting me know about these issues. I will look into them as soon as I can, but in the meantime, you might want to switch to the Foundations of Astronomical Data Science, a curriculum based on the material in this repo and maintained by The Carpentries:

https://datacarpentry.org/astronomy-python/

AllenDowney avatar Aug 08 '23 13:08 AllenDowney