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
margaretkennedy
changed the title
https://deephaven.io/core/docs/how-to-guides/install-and-run-natively/
Getting Started > Other installation patterns > Build from source
Jan 8, 2024
This part is wrong because printVersion produces a version with a different format than the python wheel.
pip install "py/server/build/wheel/deephaven_core-<version>-py3-none-any.whl[autocomplete]"
Where <version> is replaced with the Gradle version in use:
./gradlew -q printVersion
So we could:
Explain how to translate the version to the right format
Provide a find command to get the correct wheel file (there should be only one, right?)
Edit: https://deephaven.io/core/docs/how-to-guides/launch-build/
PR https://github.com/deephaven/deephaven.io/pull/3862
reviewer = @niloc132
The text was updated successfully, but these errors were encountered: