Jupyter安装第三方库

以安装jieba为例

未安装jieba库时:

Jupyter安装第三方库_第1张图片

 jieba库安装成功:

Jupyter安装第三方库_第2张图片

运行结果显示:

Jupyter安装第三方库_第3张图片

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

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

Jupyter安装第三方库_第4张图片

 

你可能感兴趣的:(Python)