1. 更新pip

 

python -m -pip install -upgrade pip


2. 指定镜像

pip install jupyter -i http://pypi.douban.com/simple 

其他国内镜像:

阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

 



相关文章:

  • 2021-09-01
  • 2022-12-23
  • 2021-05-25
  • 2021-07-02
  • 2021-11-17
  • 2021-06-28
  • 2021-12-18
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2021-05-25
  • 2021-07-30
  • 2022-12-23
  • 2021-11-12
  • 2021-07-21
  • 2021-12-15
相关资源
相似解决方案