There is a Python pip error.

Asked 2 years ago, Updated 2 years ago, 94 views

I installed and used Python 3.6.5 and found out that I installed it in 32bit.

After removing the program from the control panel, I installed it again as 64bit.

But... Pip does not run. T.T

When installing Python, check the add PATH check box

Python runs well in the cmd window.

I don't know why there is a pip error.

pip

2022-09-22 19:44

1 Answers

If PYTHON_HOME or PYTHONHOME is set, make sure that the value is correct.

To check the environment variable, you can use the command set in the cmd window.


2022-09-22 19:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.