transientskp / tkp

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

Latest sqlalchemy version causes errors #586

Closed AntoniaR closed 3 years ago

AntoniaR commented 3 years ago

The latest sqlalchemy version is causing errors as it requires more specifically assigned variables. For now install sqlalchemy separate to the TraP. i.e. run:

pip install sqlalchemy==1.3

This needs updating in the current setup.py

AntoniaR commented 3 years ago

Solved by pull request #587