ModuleNotFoundError: No module named 'ipython_genutils'
avrabyt opened this issue · 1 comments
avrabyt commented
ModuleNotFoundError: No module named 'ipython_genutils'
avrabyt commented
- A quick fix to this error would be to add the
ipython_genutils
as a dependency to alongsidest-speckmol
.
For time being, while testing locally installpip install ipython_genutils
From future release, st-speckmol will natively include ipython_genutils
as one of it's depenedencies!