Unable to install brax
with Bazel via pip due to orbax-checkpoint
#568
Unanswered
hartikainen
asked this question in
Q&A
Replies: 0 comments
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 upgradingbrax
from0.11.0
to0.12.1
but couldn't get that to work becauseorbax-checkpoint
, which is a dependency ofbrax
, fails to install on Bazel. This is clearly an issue withinorbax
and 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