You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to make use of the ompy submodule: Currently the notebook will simply run the ompy version installed. Should make sure to use the submodule instead. However, with the current settings I get an import error:
exceptImportError:
msg="""Error importing ompy: you should not try to import ompy from its source directory; please exit the ompy source tree, and relaunch your python interpreter from there."""
Solutions:
delete that part from ompy, or
define an environment variable ompy_allow_importSource which allows import from source. Then we also need to make sure that the cython modules have been build.
The text was updated successfully, but these errors were encountered:
Need to make use of the ompy submodule: Currently the notebook will simply run the ompy version installed. Should make sure to use the submodule instead. However, with the current settings I get an import error:
Solutions:
ompy_allow_importSource
which allows import from source. Then we also need to make sure that the cython modules have been build.The text was updated successfully, but these errors were encountered: