5月 182020
执行python脚本时提示ImportError: No module named six
可能机器上没有python的six模块
(本文基于Ubuntu 18.04.4)
执行以下命令安装
1 |
pip install six |
如果提示你电脑上没有pip命令,则先安装python-pip
1 |
sudo apt install python-pip |
执行python脚本时提示ImportError: No module named six
可能机器上没有python的six模块
(本文基于Ubuntu 18.04.4)
执行以下命令安装
1 |
pip install six |
如果提示你电脑上没有pip命令,则先安装python-pip
1 |
sudo apt install python-pip |
Sorry, the comment form is closed at this time.