-
Notifications
You must be signed in to change notification settings - Fork 50
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
Release 1.1: Regression breaks setuptools builds #192
Comments
I suspect this change is relevant.
|
#165 is the relevant PR -- /cc @abravalheri for awareness. It's unclear to me what exactly is happening here from the setuptools failure, so not quite sure what the fix should/would be? |
My initial thought is that setuptools' builds were previously relying on metadata from an existing installation... and this change keeps that metadata hidden so that all that's around is the bootstrap metadata, which isn't sufficient to build setuptools (maybe?). |
Or, maybe the changes to avoid altering |
The
The
It's... suboptimal... that |
Yup, it's the changeover to using |
I suspect adding a |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
@mdagost That sounds unrelated to this project, and specific to how Poetry is handling its environment and lockfile. Please, let's keep any further Poetry-specific discussion in the Poetry issue tracker or the other issue in this repo. |
Correct. The root root cause was managing poetry with the lockfile, which is no bueno. |
CPython should stop shipping with prebuilt pip and invoking an install of prebuilt setuptools. Even Fedora has a problem with this. |
@jacobfriedman CPython shipping pip has absolutely nothing to do with this problem, this same issue happens with pyproject stack with no pip and only build+installer. |
In pypa/setuptools#4333, setuptools reports some emergent failures implicating the recent pyproject-hooks 1.1 release.
The text was updated successfully, but these errors were encountered: