以安装jieba为例

未安装jieba库时:

Jupyter安装第三方库

 jieba库安装成功:

Jupyter安装第三方库

运行结果显示:

Jupyter安装第三方库

问题:出现“pip._vendor.urllib3.exceptions.ReadTimeoutError:
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.” 错误时

解决方法:打开"Anaconda Prompt",将时间延长,jieba库安装成功。

Jupyter安装第三方库

 

相关文章:

  • 2021-12-05
  • 2021-06-15
  • 2021-04-29
  • 2022-01-01
  • 2021-11-08
  • 2021-08-04
  • 2022-01-21
猜你喜欢
  • 2021-10-24
  • 2021-11-25
  • 2021-12-01
  • 2021-03-31
  • 2021-09-15
  • 2021-05-20
相关资源
相似解决方案