Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

pip does not find after Python 3.10.4 installed

17 views
Skip to first unread message

ANTHONY CHU

unread,
May 26, 2022, 2:14:16 PM5/26/22
to
The Python 3.10.4 (64-bit) and Python Launcher had been (standard) installed successfully. But I could not find pip anywhere. I uninstalled and re-installed a couple of times, it is still the problem. I checked the installed directory C:\Users\xxxxx\AppData\Local\Programs\Python\Python310\Tools\Scripts\ and also scanned the whole drive, pip could not be found.
I also checked on the web and none of them help. Did I do something wrong?
Note: I did install Python 3.8 on another Windows Pro desktop without any problem.

Thank very much.

Subscriber: aachu

ANTHONY CHU

unread,
May 26, 2022, 2:14:19 PM5/26/22
to
I found that RAV Antivirus complains some processes even Python 3.10.4 installed successfully. Remove RAV and re-install Python; then everything goes OK.
Thanks,

Eryk Sun

unread,
May 26, 2022, 6:14:14 PM5/26/22
to
On 5/26/22, ANTHONY CHU <aa...@comcast.net> wrote:
> The Python 3.10.4 (64-bit) and Python Launcher had been (standard) installed
> successfully. But I could not find pip anywhere. I uninstalled and
> re-installed a couple of times, it is still the problem. I checked the
> installed directory
> C:\Users\xxxxx\AppData\Local\Programs\Python\Python310\Tools\Scripts\

FYI, scripts and binaries for packages such as pip are installed in
"Scripts", not in "Tools\Scripts".

In Windows, it's common to run pip via `py -m pip`. Note that the
latter command will use an active virtual environment, if any, else it
defaults to the highest version of Python that's installed. You can
use a specific installed version via `py -X.Y[-32] -m pip`.
0 new messages