ubuntu ImportError: No module named setuptools 一句命令解决方案
时间:2019-02-24 00:37:41
收藏:0
阅读:1038
https://blog.csdn.net/Super_jm_/article/details/81947563
使用pip安装文件时候提示 ImportError: No module named setuptools
用一句命令就可以解决
sudo apt-get install python-setuptools
原文:https://www.cnblogs.com/zhoubiyu/p/10425016.html
评论(0)