-
Notifications
You must be signed in to change notification settings - Fork 3k
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 install with user mode and editable fails with python 3.10 #10766
Comments
This error originates out of the package being installed, and is not a bug in pip -- rather this is a failure in the package's build system that is being reported by pip. Please look up to the documentation of the package in question, or reach out to the maintainers of the corresponding package. |
@pradyunsg Thanks for the prompt reply. I am the package author but the only python version specification on my setup files is in
Is this problematic? |
Since distutils is managed by newer versions of setuptools, it may be worthwhile to ask the setuptools developers. |
I'm not sure but this could be the problem of python 3.10:
|
/cc @jaraco |
I believe this is the same issue reported in pypa/setuptools#3001. Try the 60.4 release and see if it fixes it for you. |
@jaraco Thank you for the comment! I updated
however, I met another permission denied error as:
|
I'm sorry to hear that. Can you please create a new issue and describe steps to reproduce it? |
@jaraco I opened pypa/setuptools#3019. Thank you so much again! |
Description
When I tried to install with
--no-use-pep517
option, it fails in the TEST step as:Interestingly, the reason of the failure is that it recognizes
user
local path withpython3.1
instead ofpython3.10
.Expected behavior
No response
pip version
21.3.1
Python version
3.10.1
OS
archlinux
How to Reproduce
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: