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

cp311 and cp312 built distributions for Alpine Linux #209

Closed
hockeygoalie35 opened this issue Mar 23, 2024 · 4 comments
Closed

cp311 and cp312 built distributions for Alpine Linux #209

hockeygoalie35 opened this issue Mar 23, 2024 · 4 comments

Comments

@hockeygoalie35
Copy link

Hi! Similar to #197 , would it be possible to release a built distro for Alpine Linux? I can successfully install 0.10 from source, but any version after doesn't have a compatible wheel, and building from source yields:

image

I'm on ARM64 if that makes any difference.

@jamesturk
Copy link
Owner

Alpine uses musl and we do build wheels for this: https://pypi.org/project/jellyfish/#files but doing some searching it seems wheels are a common problem on Alpine. If there is a specific config change that you know of that'd help here I'm glad to make it, but this feels like it may be an Alpine issue more than a PyPI thing.

@hockeygoalie35
Copy link
Author

Hmm...strange. I'll investigate a bit more and see what I can do. Please keep this open for a little bit if that's ok. I'll come back with any solution I can find.

@maxbachmann
Copy link
Contributor

maxbachmann commented Apr 22, 2024

As far as I can see you didn't build + upload wheels for musl arch64, but only for manylinux arch64.

So people downloading the library on musl arch64 currently have to build the library themselves -> need the rust buildchain installed.

jamesturk added a commit that referenced this issue May 28, 2024
@jamesturk
Copy link
Owner

added for 1.0.4

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

No branches or pull requests

3 participants