terracotta-dash-example icon indicating copy to clipboard operation
terracotta-dash-example copied to clipboard

ImportError: cannot import name 'convert_exceptions' from 'terracotta.server.flask_api'

Open camillelaine opened this issue 1 year ago • 0 comments

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.

camillelaine avatar Oct 29 '24 15:10 camillelaine