napoles-uach/stmol

Dependency error (bug and fix)

Lucandia opened this issue · 1 comments

If I try to use stmol I get the error
"ModuleNotFoundError: No module named 'ipython_genutils'"
This error happens also in the demo web app.
Adding ipython_genutils to the requirements fixes the error.
After adding the dependency the web app works properly: https://stmol3d.streamlit.app/

Thanks @Lucandia, let me check this!