pip3 执行错误 No module named 'distutils.cmd'

简介: pip3 执行错误 No module named 'distutils.cmd'

pip3 执行时,提示错误如下:

No module named 'distutils.cmd'

解决办法:安装python对应版本的-distutils模块, Ubuntu下:

sudo apt install python3.8-distutils -y


目录
打赏
0
0
0
0
1
分享
相关文章
python2 pip2 No module named web
python2 pip2 No module named web
60 0
使用pip时报错:No module named ‘chardet‘ 的解决办法
使用pip时报错:No module named ‘chardet‘ 的解决办法
1922 0
使用pip时报错:No module named ‘chardet‘ 的解决办法
How to Publish Your Code as a Pip Module
Last week, I have made a python cli tool. To make it more convenient to use, I want to publish it as a pip module, so I have made some research and mistakes, and finally succeeded.
28 9
【Python】已解决:WARNING: pip is configured with locations that require TLS/SSL, however the ssl module i
【Python】已解决:WARNING: pip is configured with locations that require TLS/SSL, however the ssl module i
2125 3
python2 pip2 pip install web.py No module named wsgiserver
python2 pip2 pip install web.py No module named wsgiserver
70 0
pip安装skbuild报错:ModuleNotFoundError: No module named ‘skbuild’解决方法
pip安装skbuild报错:ModuleNotFoundError: No module named ‘skbuild’解决方法,换源
793 0
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
# 背景 安装pip后发现执行pip install pytest,提示下面错误 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
6404 0

热门文章

最新文章