-
Notifications
You must be signed in to change notification settings - Fork 3.1k
pip 10 fails to install dependency specified in pyproject.toml #5244
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
|
Thanks, I see. Providing wheels for pycairo is a bit hard because it links against other libraries with varying build configuration. In my example above pip did build a wheel for pycairo first, so it wouldn't have to build from source theoretically. Feel free to close this. |
This reverts commit b4ff233. pip 10 can only install wheel dependencies, which we don't have. pypa/pip#5244
Temporary Fix Upgrade pip using.
Instead of |
Closing as a duplicate of #5229 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The package PyGObject (pre-release) contains the following pyproject.toml:
Steps:
pip install pygobject --pre
Expected:
Actual:
The text was updated successfully, but these errors were encountered: