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'. |
|
I'm using poetry 1.6.1 on alpine, let me try it with pip. |
|
Okay, the issue is alpine linux: that fails this works |
|
I guess the docs don't call out
|
|
Thanks. I’ll update the readme. |
|
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 |
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.
All reactions