报错:pip安装包报错
解决方法换镜像源
pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple/
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/


其他方法参考
文章讲述了在使用pip安装包时遇到错误的情况,提出解决方案是将pip源更改为清华大学的镜像地址。提及了pymysql的具体问题实例和相关解决途径。
报错:pip安装包报错
解决方法换镜像源
pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple/
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/


其他方法参考