Wheels are missing for newer Python versions.
I wanted to use one in Python 3.7 that include libunwind (in a place where I can't apt-get).
I couldn't see anything about how libunwind was packaged previously in setup.py or elsewhere, and I see it's simply placed in .libs_vmprof in previous version. If you could tell me how you packaged it I could maybe automate the process.
Wheels are missing for newer Python versions.
I wanted to use one in Python 3.7 that include libunwind (in a place where I can't
apt-get).I couldn't see anything about how libunwind was packaged previously in
setup.pyor elsewhere, and I see it's simply placed in.libs_vmprofin previous version. If you could tell me how you packaged it I could maybe automate the process.