-
Notifications
You must be signed in to change notification settings - Fork 3
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
Python: Local pip install is broken #40
Comments
Does it work if you run |
Yes, that works. |
Isn't that the idiomatic way to install Python packages locally? The readme also references that. |
Hmm, I don't really know. But the documentation of Python 3.8 doesn't even mention In fact, it says that " And |
This is a bug in |
The Python ecosystem is a bit foreign to me. So, all of the following could be wrong. It seems that
This seems wrong:
If I understand correctly (see link above), then As a result, it is impossible to locally install the the wkw package, right now. Should we
With my limited knowledge of the Python ecosystem, I'd be in favor of the last option. What do you think? |
Running
fails with
when run from within a clean Conda environment based on Python 3.7.
Assigning to @normanrz and @philippotto based on the changelog of
setup.py
.The text was updated successfully, but these errors were encountered: