系统相关
首页 > 系统相关> > Ubuntu下PyCharm中添加pandas包常见问题

Ubuntu下PyCharm中添加pandas包常见问题

作者:互联网

1.出现Python packaging tools not found

   原因:系统安装的pip到Ubuntu默认的python版本中去了,python3中缺少对应的pip

   解决:

      在终端输入:

sudo apt install python3-pip

pip install packaging tools

  

       

标签:常见问题,packaging,install,Ubuntu,pip,PyCharm,tools,pandas,python3
来源: https://www.cnblogs.com/msq2000/p/12964651.html