-
Notifications
You must be signed in to change notification settings - Fork 57
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
Wheels for Linux #128
Comments
for debian/ubuntu , just a manylinux wheel may not well, in official site, diff Linux distribution has diff built lib |
My goal is to be able to install all dependencies for my application as binary wheels from PyPI, rather than having to have some of them sourced from somewhere else. |
Hi @bbayles, I'll look into it. From what I understand, I'd just pick the |
I think that's the basic idea, but
I think Ubuntu 20.04 will work with |
I looked into this a bit, and I was able to get wheels that worked properly on Linux and Mac using this branch. I wasn't able to check Windows, but I expect things would work there too. On Linux, I used the binary from MediaInfo that they build for AWS Lambda here. Basically:
(FWIW, this method did not need |
Thanks, I'll check that branch as soon as I have a little time. |
Wheels for Mac and Windows were introduced with issue #59. This issue is a request for
manylinux
wheels.The basic steps should be to:
libmediainfo
binaryauditwheel repair
on the wheel that's producedThis may be a bit more involved given the way the Windows and Mac builds are currently set up - it looks like they copy the library binary to the code directory -
auditwheel
may not like that.Thanks for this library!
The text was updated successfully, but these errors were encountered: