Closed AntoniaR closed 3 years ago
When running pip install -e ".[pixelstore]" to install TraP it fails to build. This is due to the latest casacore version not working with the older python 2.7. A simple fix for now is to update setup.py to include
pip install -e ".[pixelstore]"
python-casacore==3.3.0
Solved by the pull request #587
When running
pip install -e ".[pixelstore]"
to install TraP it fails to build. This is due to the latest casacore version not working with the older python 2.7. A simple fix for now is to update setup.py to include