Issue while importing Jax #18080
Unanswered
shashilakra
asked this question in
Q&A
Replies: 1 comment
-
This looks like it's coming from the protobuf package. JAX 0.2.13 is quite old – I wonder if other packages in your stack are too new? What version of |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi All,
Currently I am working on project which has dependency on jax version 0.2.13. But the problem is whenever I am trying to import jax, I am getting below error:
[libprotobuf ERROR google/protobuf/descriptor_database.cc:641] File already exists in database: tensorflow/compiler/xla/xla_data.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:2021] CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size):
Aborted (core dumped)
Please note that the project I am working doesn't has any depenedency on tensorflow, even if I installed the tensorflow I am still getting same error.
Beta Was this translation helpful? Give feedback.
All reactions