cheminformatics
cheminformatics copied to clipboard
Failed to run cuchemUI container - "ImportError: cannot import name 'get_current_traceback' from 'werkzeug.debug.tbtools' "
When I run launch.sh start, the cuchemui container fails to launch with the following error:
ImportError: cannot import name 'get_current_traceback' from 'werkzeug.debug.tbtools' (/opt/conda/envs/rapids/lib/python3.7/site-packages/werkzeug/debug/tbtools.py)
This seems to be the same as this Issue.
Workaround:
Add the following line to cuchem/requirements.txt and run launch.sh build again.
werkzeug==2.0.0
Thanks.
Working on a patch and testing.