casacore / python-casacore

Python bindings for casacore, a library used in radio astronomy
http://casacore.github.io/python-casacore
GNU Lesser General Public License v3.0
35 stars 22 forks source link

Missing GSL Dependency on conda-forge #247

Open sstansill opened 1 year ago

sstansill commented 1 year ago

When using conda to install python-casacore, gsl is a missing dependence. Installation is successful but using casacore.tables.table() fails because gsl is missing

tammojan commented 1 year ago

Thanks for the report. Did you install with pip install python-casacore or with conda install python-casacore? In case you did the latter, the issue would be best reported at https://github.com/conda-forge/python-casacore-feedstock

sstansill commented 1 year ago

This was with conda install conda-forge::python-casacore on an Apple Silicon Macbook. I'll raise an issue in the right place now