Unable to install brax with Bazel via pip due to orbax-checkpoint
#568
Replies: 1 comment 1 reply
-
|
@hartikainen Is this still broken? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Bazel and installing python dependencies via pip using
rules_python. I tried upgradingbraxfrom0.11.0to0.12.1but couldn't get that to work becauseorbax-checkpoint, which is a dependency ofbrax, fails to install on Bazel. This is clearly an issue withinorbaxand notbrax, but I wanted to ask here if anyone else has seen such issue or knows any workarounds for it. I've already raised this issue (google/orbax#1429) on their end but haven't heard back anything.Beta Was this translation helpful? Give feedback.
All reactions