-
Notifications
You must be signed in to change notification settings - Fork 15
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
pywlroots wheel contains unnecessary libs #182
Comments
Hmmm... I looked at the previous releases: pywlroots always had the "libs" directory with the libraries... Strange that this wasn't a problem for my installation before. |
The It just contains the
So, I wonder why other wheels ship with the libs |
pywlroots 0.16.8 has the same problem. I cannot install pywlroots with pip unless I explicitly specify that the source code package should be used because the shipped libraries in the Aside from the fact that the libraries may be incompatible with the host system, this could also pose legal problems since pywlroots is under the NCSA license, which may not apply to all libraries distributed with pywlroots. |
Still relevant for 0.17 |
I updated my project to pywlroots 0.16.7 and got the following error:
Installing from the source package works:
The reason for the above mentioned error is, that the wheel provides libs which do not necessarily match the host machine:
Solution: Remove the libs from the wheel.
The text was updated successfully, but these errors were encountered: