这是我安装jupyter时的报错,找了一些解决办法,亲测这种有效,而且下载速度变得很快。
30ERROR: Exception:
Traceback (most recent call last):
File "d:\python\lib\site-packages\pip\_vendor\urllib3\response.py", line 425, in _error_catcher
首先更新pip
python -m pip install --upgrade --force pip
然后下载一个库
pip install setuptools==33.1.1
最后再安装jupyter
pip install jupyter
等着安装、启动,成功后会显示如下
image.png
输入 jupyter notebook,浏览器会打开一个 Jupyter notebook 窗口,说明安装成功了。窗口如下:
image.png