Skip to content
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

Fresh conda jax installation is broken #9643

Closed
3 tasks done
jjyyxx opened this issue Feb 19, 2022 · 4 comments
Closed
3 tasks done

Fresh conda jax installation is broken #9643

jjyyxx opened this issue Feb 19, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@jjyyxx
Copy link

jjyyxx commented Feb 19, 2022

Please:

  • Check for duplicate issues.
  • Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
# On Ubuntu 20.04.3, conda-forge channel only
conda create -n test python=3.9 openssl=1 jax jaxlib=0.3.0
conda activate test
python -c 'import jax'
  • If applicable, include full error messages/tracebacks.
[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):
terminate called after throwing an instance of 'google::protobuf::FatalException'
  what():  CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size):
Aborted (core dumped)
@jjyyxx jjyyxx added the bug Something isn't working label Feb 19, 2022
@hawkinsp
Copy link
Member

We don't supply the conda packages: they are community-supported. Can you try from the official pip packages?

https://github.com/google/jax#installation

@hawkinsp
Copy link
Member

I took a quick look, and I think it's a problem specific to how the conda-forge wheels are being built (different to how we distribute them). I filed an issue against the conda-forge jaxlib feedstock.

@hawkinsp
Copy link
Member

hawkinsp commented Mar 7, 2022

This issue is reported to be fixed in the conda-forge feedstock. I haven't verified that myself. I'm not sure if new wheels have been released yet.

@hawkinsp hawkinsp closed this as completed Mar 7, 2022
@xhochy
Copy link

xhochy commented Mar 7, 2022

I'm seeing many downstream package CIs passing again, so this issue should seems to be fixed with the latest builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants