-
-
Notifications
You must be signed in to change notification settings - Fork 35
pip install failing on Big Sur with unsupported tag ('cp38', 'cp38', 'macosx_11_0_x86_64') #47
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
Comments
I think removing the build deps from lazy-object-proxy (rm pyproject.toml should be enough I guess) would prevent the overlay being used. The overlay I believe will use the unpatched release of wheel. But this is a workaorund ofcouse - I can't commit this since pyproject.toml is there for other reasons. |
Ah yeah - if I fork the library and remove |
Yes, I'll add a min version pin in pyproject.toml - or you can make a PR if I forget :-) |
Errrr ... min version constraint, not pin. |
Is this still an issue? |
I'm bringing this issue across from: pypa/wheel#381
This is similar to this closed issue, except I'm using pythong 3.8.2: #46
When I pip install this library, I get the following error:
I was originally getting the same issue in 5 libraries:
lazy-object-proxy
,pyyaml
,tornado
,simplejson
,psycopg2
) This problem has now been fixed in wheel master, and fixing my wheel version to the latest commit resolves the error in the other 4 libraries. I still get the error inlazy-object-proxy
though.Is there something specific about the way the project uses wheel that would be blocking this fix? Is there a workaround?
Versions are:
The text was updated successfully, but these errors were encountered: