Replies: 2 comments
-
What does
print on that machine? How was Python installed? |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, actually very interesting; it's reading |
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.
-
I have a developer trying to use jax/jaxlib on a Mac M1, OSX 13.0. The provided pypi wheels (https://files.pythonhosted.org/packages/b6/ed/99dcb2997b3aeb76cace027db9fa38b4e8ca573273836b8ad021e0390d3f/jaxlib-0.3.22-cp310-cp310-macosx_11_0_arm64.whl) result in the message
not a supported wheel on this platform
for him.I tried having him compile from source, but bazel gave him a few problems with inclusions and protobuf. My next try is going to be cross-compiling from my linux box, but I'm not sure how much faith I have there.
Any suggestions on how to proceed?
Beta Was this translation helpful? Give feedback.
All reactions