Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

pip should be executed via the regular python executable #910

Closed
hacker1024 opened this issue May 1, 2022 · 2 comments · Fixed by #913
Closed

pip should be executed via the regular python executable #910

hacker1024 opened this issue May 1, 2022 · 2 comments · Fixed by #913
Assignees

Comments

@hacker1024
Copy link

The pip executable now displays the following message:

WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.

It should now be invoked with python -m pip to avoid issues.

@r-darwish r-darwish self-assigned this May 1, 2022
@r-darwish
Copy link
Owner

Which operating system are you using?

@hacker1024
Copy link
Author

macOS Catalina with Python via brew

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants