安装spyder记录
sudo apt-get install spyder 报错:ERROR: Could not find a version that satisfies the requirement pyqt5<5.13;... 百度了半天还是没有解决,于是看了一下 sudo apt-cache search spyder 相关的包原来不少,再尝试 sudo apt-get install spyder3 安装成功,再执行sudo apt-get install spyder也安装成功 附:pip安装使用国内源,参见 https://www.cnblogs.com/pangzhi/p/8196144.html 来源: https://www.cnblogs.com/qq812256/p/11335908.html