-
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
Defaulting to user installation because normal site-packages is not writeable #10831
Comments
C:\Users\wucha>where python |
This is because
That's another issue, out of pip control. I think you're not asking in the right place. |
C:\Users\wucha>pip install numpy |
Again, this is not a bug. You only can't access to your system site-packages, so pip will install your packages into your user site-packages. Also, how did you install Python? Anyway, this is not a pip bug. You may want to ask in a help forum, or mybe in the Python Discord. |
Description
These two errors are always prompted
001:
WARNING: The script f2py.exe is installed in 'C:\Users\wucha\AppData\Roaming\Python\Python310\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
002:
Defaulting to user installation because normal site-packages is not writeable
Expected behavior
No response
pip version
21.3.1
Python version
3.10.2
OS
WIN 10
How to Reproduce
pip install numpy or other
I don't know why this error occurs, but there is no good solution online
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: