Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to make use of the ompy submodule #1

Open
fzeiser opened this issue Oct 23, 2019 · 0 comments
Open

Need to make use of the ompy submodule #1

fzeiser opened this issue Oct 23, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@fzeiser
Copy link
Contributor

fzeiser commented Oct 23, 2019

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:

    except ImportError:
        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.
@fzeiser fzeiser added the bug Something isn't working label Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant