We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you please add a pre-built wheel for aarch64 musl?
I'm running some scripts on a Raspberry Pi in an alpine container, so I end up having to
apk add --no-cache gcc musl-dev pip install --no-cache-dir tgcrypto apk del gcc musl-dev
every time, which is kinda slow.
I tried figuring out how to do it myself so that I can open a PR, but didn't manage to. Hence, the issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could you please add a pre-built wheel for aarch64 musl?
I'm running some scripts on a Raspberry Pi in an alpine container, so I end up having to
every time, which is kinda slow.
I tried figuring out how to do it myself so that I can open a PR, but didn't manage to. Hence, the issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered: