Ubuntu下在pycharm中下载库出现ModuleNotFoundError: No module named 'distutils.core'

版权声明:转载请注明出处 https://blog.csdn.net/nanhuaibeian/article/details/86409266

根据pycharm项目选择的python版本

  1. python2命令端执行:
sudo apt-get install python-pip
  1. python3命令端执行:
sudo apt-get install python3-pip

猜你喜欢

转载自blog.csdn.net/nanhuaibeian/article/details/86409266