-
Notifications
You must be signed in to change notification settings - Fork 11
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
Editable install does not work #45
Comments
Just doing a
I think |
Kind of. By default, editable rebuilds are off in Edit: |
Hm, yeah, they seem to always call ninja to do a build. From a quick browse through their issues, it doesn't seem like they're interested in offering a way to disable that besides just setting |
@matthiasdiener Another little workaround for this is to set the
This works for me from your original post:
You still need to have ninja installed globally (or in the venv somewhere and point at that) + the rebuilds are still happening at import time.. but it's not crashing 😁 |
Describe the bug
When using an editable install, pyvisfile fails to load:
To Reproduce
Steps to reproduce the behavior:
Consider this script:
I would expect this to:
Instead, it:
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
cc illinois-ceesd/mirgecom#1044
The text was updated successfully, but these errors were encountered: