-
Notifications
You must be signed in to change notification settings - Fork 424
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
manylinux magika wheel does not install on ubuntu 20.04 with pip #781
Comments
DO NOT MERGE. This is a test for google#781.
DO NOT MERGE. This is a test for google#781.
DO NOT MERGE. This is a test for google#781.
DO NOT MERGE. This is a test for google#781.
DO NOT MERGE. This is a test for google#781.
DO NOT MERGE. This is a test for google#781.
DO NOT MERGE. This is a test for google#781.
The wheel also installs in the maturin container (see |
/cc @hauntsaninja maybe you know how to debug this a bit better? or maybe we are hitting a known issue with pip / manylinux? |
@reyammer Python 3.8 is EOL since laet month. Is the plan to still support it? Try doing a verbose install, maybe that says something |
It seems there is no way to get more info from pip, even with verbose (see pypa/pip#10793), BUT: using a more recent version of pip worked out! On the old ubuntu VM I'm playing with, pip comes from the Steps:
So, everything seems working, closing this for now. We should have all we need to finally publish an [About dropping support for 3.8: for now it's now supporting it is not creating issues, so I would leave everything as is until we run into problems?] |
Unfortunately pip does not tell you why (see pypa/pip#10793).
What's even weirder: the wheel installs correctly (and without warnings) with
uv
on the same VM.Given the metadata above, the wheel should actually be compatible.
You can get the wheel here: https://github.com/google/magika/actions/runs/11631673973
The test VM is just an ubuntu 20.04 VM on GCE.
Thoughts @ia0 @invernizzi?
The text was updated successfully, but these errors were encountered: