cheminformatics icon indicating copy to clipboard operation
cheminformatics copied to clipboard

Failed to run cuchemUI container - "ImportError: cannot import name 'get_current_traceback' from 'werkzeug.debug.tbtools' "

Open ksasagit opened this issue 2 years ago • 1 comments

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

ksasagit avatar Apr 14 '22 12:04 ksasagit

Thanks.

Working on a patch and testing.

rilango avatar Apr 21 '22 19:04 rilango