1. Error reporting when using PIP:
1 Traceback (most recent call last): 2 File "/usr/local/bin/pip", line 7, in <module> 3 from pip._internal import main 4 ImportError: No module named _internal
2. Solution:
Update pip
python3 -m pip install --upgrade pip
pip install --upgrade pip
3. Completion
After all updates are installed successfully, PIP – V can run normally and use pip.
Similar Posts:
- How to Solve ModuleNotFoundError: No module named ‘pip._internal’
- Tensorflow ImportError: DLL load failed with error code -1073741795
- docker:ImportError: libcuda.so.1: cannot open shared object file: No such file or directory
- Solution of import Cafe error reporting in Python command line
- How to Solve Centos Yum Error: No module named yum
- Caffe Install ImportError: No module named google.protobuf.internal
- How to Solve pip3 ImportError: cannot import name ‘main’
- Python for mac or windows: ModuleNotFoundError: No module named ‘lxml’ [How to Solve]
- Importerror: no module named BS4 error resolution
- Ubuntu18.04 (Python3.9) Error: ImportError: Cannot import name ‘sysconfig’ from ‘distutils’