-
Notifications
You must be signed in to change notification settings - Fork 16
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
Include developer instructions for installing in editable mode #93
Comments
I currently can't get Python editable mode to work with deephaven.ui or plotly-express. I'm wondering if we're using namespace packages incorrectly and that may be the reason why? https://peps.python.org/pep-0420/#specification I tried installing the package in editable, like:
And they show up in the pip list correctly:
But then starting up the server I get a
|
It's because of namespaces. I ran into issues when trying to use deephaven-plugin in editable mode with core |
Editable mode may also be tricky if we want to package js plugins in python environments. It may be a better tack to take to configure the deephaven server to point to the NPM packages ( |
As a developer, I want to be able to install these python modules in editable mode so I can make change without build and reinstall a wheel every time. https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs
The text was updated successfully, but these errors were encountered: