-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Pip-complie fail on Python 3.11.0-beta.1 (pip._internal.exceptions.InstallationSubprocessError) #11101
Comments
A few notes here. This could belong to https://github.com/jazzband/pip-tools (which is independent to pip, but uses its internal API), or maybe it's a legitimate pip issue. Anyway, if it is a One more question: does the pip-compile command you mentioned fails on a non-CI machine with Python 3.11? |
"One more question: does the pip-compile command you mentioned fails on a non-CI machine with Python 3.11?" Yes, I run the same on 3.7 to 3.10 they all pass, only the 3.11 failed. |
If you're able to reproduce this with pip on its own, please provide a reproducer. Otherwise, please file an issue against pip-tools, as suggested. |
And if that's the case, I'd suggest you to experiment and see if this is an issue with a certain pip issue, because that can help the pip-tools developers to find out what's changed. |
Ok, I will have a look there. Thanks. |
Just to tie things up, I discover that it is caused by the build failure for pandas on Python 3.11 while running the command
The problem would be from the C compiler. I will look into that direction |
Yea, I think this is definitely an issue with pip-compile, since it's not presenting pip's errors in a manner compatible with how pip presents them now (see #10421 for context). I'd recommend filing an issue with pip-compile about this. |
Description
Only in Python 3.11.0-beta.1 (pass on Python 3.10 or below)
pip._internal.exceptions.InstallationSubprocessError is raise
when running commandpip-compile --quiet --upgrade --rebuild --output-file=requirements.txt requirements.in
See https://github.com/terminusdb/terminusdb-client-python/runs/6350948840?check_suite_focus=true#step:4:45 and terminusdb/terminusdb-client-python#306
Expected behavior
Pass like Python 3.10
pip version
22.0.4
Python version
3.11.0-beta.1
OS
Ubuntu 20.04.4 (on GH action)
How to Reproduce
pip-compile --quiet --upgrade --rebuild --output-file=requirements.txt requirements.in
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: