Replies: 6 comments
-
|
I think I have a linux/Aarch64 build, manylinux_2_28, which requires 'pip >= 20.3'. Can you try running 'pip --version'? Also you might try 'pip install --upgrade pip'. |
Beta Was this translation helpful? Give feedback.
-
|
I'm using poetry 1.6.1 on alpine, let me try it with pip. |
Beta Was this translation helpful? Give feedback.
-
|
Okay, the issue is alpine linux: that fails this works |
Beta Was this translation helpful? Give feedback.
-
|
I guess the docs don't call out
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks. I’ll update the readme. |
Beta Was this translation helpful? Give feedback.
-
|
FROM python:3.12.4-alpine3.20 Successfully installed pip-24.1.2 Same error here - ERROR: No matching distribution found for rocksdict Ok for now on - just don't use alpine linux with python - it doesn't work, because no solution was provided |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add support for
Linux/aarm64?Happy to work on a PR, if you point me in the right direction.
Beta Was this translation helpful? Give feedback.
All reactions