pip install jupyter报错30ERROR
生活随笔
收集整理的這篇文章主要介紹了
pip install jupyter报错30ERROR
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
pip install juptyer報錯30ERROR
報的錯誤如下:
30ERROR: Exception: Traceback (most recent call last):File "E:\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啟動jupyter和修改默認配置:
#啟動jupyter,網頁上打開 jupyter notebook#修改jupyter默認配置,例如端口、默認啟動路徑 jupyter notebook --generate-config #會產生一個存儲配置文件的路徑,然后修改配置文件中的配置即可#例如修改端口: ## The port the notebook server will listen on (env: JUPYTER_PORT). # Default: 8888 c.NotebookApp.port = 8001 #在這里修改 #修改默認啟動路徑: ## The directory to use for notebooks and kernels. # Default: '' c.NotebookApp.notebook_dir = 'F:\pythonStudy'加一個常用的,pip清華鏡像:
#例子: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider #清華鏡像-i http://pypi.douban.com/simple/ #豆瓣鏡像總結
以上是生活随笔為你收集整理的pip install jupyter报错30ERROR的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 神经网络(第五章补充)
- 下一篇: xlrd.biffh.XLRDError