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

jaxlib 0.3.0 conda-forge package is broken #89

Closed
hawkinsp opened this issue Feb 19, 2022 · 1 comment · Fixed by #90
Closed

jaxlib 0.3.0 conda-forge package is broken #89

hawkinsp opened this issue Feb 19, 2022 · 1 comment · Fixed by #90

Comments

@hawkinsp
Copy link
Contributor

A user reports that the conda-forge jaxlib package is currently broken:

google/jax#9643

The official pip packages don't seem to have this problem, so it must be something specific to the conda-forge build.

@hawkinsp
Copy link
Contributor Author

I strongly suspect that using a dynamically linked protobuf is responsible. jaxlib quite intentionally does not share its protobuf libraries between even its own extensions: multiple extensions (and for that matter, other packages like tensorflow) contain some of the same protocol buffer definitions. If you dynamically link, this will break.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant