Created
January 21, 2021 21:12
-
-
Save jfeilbach/4d3540c69d3af0b2a2f19f2691f36e17 to your computer and use it in GitHub Desktop.
build netifaces .whl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git clone https://github.com/al45tair/netifaces.git /wheel/netifaces | |
/opt/python/cp39-cp39/bin/pip wheel /wheel/netifaces -w /tmp | |
auditwheel repair /tmp/netifaces-0.10.9-cp39-cp39-linux_x86_64.whl -w /output | |
# docker run -v "$(pwd)":/output quay.io/pypa/manylinux1_x86_64 /output/build.bash && pip install *.whl | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment