transientskp / tkp

A transients-discovery pipeline for astronomical image-based surveys
http://docs.transientskp.org/
BSD 2-Clause "Simplified" License
19 stars 15 forks source link

Latest casacore doesn't install with python 2.7 #583

Closed AntoniaR closed 3 years ago

AntoniaR commented 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

python-casacore==3.3.0
AntoniaR commented 3 years ago

Solved by the pull request #587