The error is as follows:
Don’t panic. It’s not a big problem
When installing pycharm in the Ubuntu system and creating a new project, prompt
ModuleNotFoundError: No module named ‘distutils.util’
The reason is that Ubuntu 18.04 does not install PIP by default, so you need to install python3 pip,
Enter the command in the terminal:
sudo apt-get install python3-pip
When you create a new project again, the problem can be solved
Read More:
- Unable to call numpy in pychar, module notfounderror: no module named ‘numpy’
- No module named numpy error in Python code
- ModuleNotFoundError: No module named ‘notebook‘
- Modulenotfounderror: no module named ‘CV2’ – (version problem)
- “Failed to create interpreter” appears when pychar creates a new project
- matplotlib error – no module named tkinter
- How to create JSP project in new version after idea2020
- Error importing keras in jupyter Notebook: modulenotfounderror: no module named ‘keras’ solution
- Error no module named ‘in newly installed Python_ sqlite3‘
- Importerror: the perfect solution of no module named CV2!!! (not too good)
- Mmdet error modulenotfounderror: no module named ‘mmcv_ ext‘
- ModuleNotFoundError: No module named xxx
- ImportError: No module named indexes.base
- Module not found error: the solution to the problem of no module named ‘MySQL’
- ModuleNotFoundError: No module named ‘numpy.testing.nosetester‘
- ModuleNotFoundError: No module named ‘ahocorasick‘ [100% Work Method]
- ModuleNotFoundError: No module named ‘tensorflow_core.estimator‘
- Error handling method of “no module named ‘stringio’” in Python 3
- Essay (19) Ubuntu 16 + python2.7 update PIP report error no module named typing
- Python:ImportError: No module named indexes.base