Skip to content

Instantly share code, notes, and snippets.

@jfeilbach
Created January 21, 2021 21:12
Show Gist options
  • Save jfeilbach/4d3540c69d3af0b2a2f19f2691f36e17 to your computer and use it in GitHub Desktop.
Save jfeilbach/4d3540c69d3af0b2a2f19f2691f36e17 to your computer and use it in GitHub Desktop.
build netifaces .whl
#!/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