terracotta-dash-example
terracotta-dash-example copied to clipboard
ImportError: cannot import name 'convert_exceptions' from 'terracotta.server.flask_api'
When running python tc_server.py, this error occurs:
from terracotta.server.flask_api import convert_exceptions
ImportError: cannot import name 'convert_exceptions' from 'terracotta.server.flask_api'
Might be a lib version issue since versions are not specified in the requirements.txt file.