resolve pip without pre-built wheel #2879
-
How can I resolve pip if no pre-built wheels for the architecture are available? For example: https://pypi.org/project/tensorflow/#files Tensorflow 2.18.0 only has osx-ARM and not osx-x86 wheels. It does not resolve with:
is there any chance pixi could build such pip packages from source (easily)? But I guess the answer is no. |
Beta Was this translation helpful? Give feedback.
Answered by
baszalmstra
Jan 11, 2025
Replies: 1 comment
-
The package would need to provide a so called sdist (source distribution) to be buildable locally which it looks like that version doesnt. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
geoHeil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The package would need to provide a so called sdist (source distribution) to be buildable locally which it looks like that version doesnt.