1、 Pip is not installed
most of the current versions of python (2.7.9 + or 3.4 +) come with PIP. You can use the following command first:
PIP -- version
(Python 2. + version)
PIP3 -- version
(Python 3. + version)
try to check the version of PIP. If it can be displayed normally, PIP should have been installed.
If pip is not installed, the official download address of PIP is:
0 https://pypi.org/project/pip/
Installation:
Step 1: decompress
Step 2: open the console at the decompressed position
Step 3: use the command Python setup.py install
Step 4: check whether the PIP is installed again, if not, restart the computer
2、 The missing environment variable
may be that the option of add path was not checked when installing python, and the path of Python and pip.exe needs to be added to the environment variable manually
e.g:
C:\Users\Example\AppData\Local\Programs\Python\Python39-32;
and
C: users, example, appdata, local programs, python, python39-32, scripts
use the command:
Python - M ensurepip
after the installation, PIP can be used normally.
Read More:
- Essay (19) Ubuntu 16 + python2.7 update PIP report error no module named typing
- Importerror: no module named typing error reporting solution (python2 PIP needs to be backed back from 21)
- Error handling method of “no module named ‘stringio’” in Python 3
- ModuleNotFoundError: No module named ‘tensorboardX‘
- Modulenotfounderror: no module named ‘CV2’ – (version problem)
- ImportError: No module named indexes.base
- ModuleNotFoundError: No module named xxx
- ModuleNotFoundError: No module named ‘ahocorasick‘ [100% Work Method]
- Module not found error: the solution to the problem of no module named ‘MySQL’
- Unable to call numpy in pychar, module notfounderror: no module named ‘numpy’
- Python:ImportError: No module named indexes.base
- Module not founderror: no module named ‘nets.ssd‘
- Mmdet error modulenotfounderror: no module named ‘mmcv_ ext‘
- [Solved] ModuleNotFoundError: No module named ‘win32api’
- No module named numpy error in Python code
- ModuleNotFoundError: No module named ‘MySQLdb‘
- ModuleNotFoundError: No module named ‘apt_pkg‘
- ModuleNotFoundError: No module named ‘notebook‘
- Importerror: the perfect solution of no module named CV2!!! (not too good)
- Error no module named ‘in newly installed Python_ sqlite3‘