pip install jupyter报错30ERROR
生活随笔
收集整理的這篇文章主要介紹了
pip install jupyter报错30ERROR
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
pip install juptyer報(bào)錯(cuò)30ERROR
報(bào)的錯(cuò)誤如下:
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 #然后下載一個(gè)庫(kù) pip install setuptools==33.1.1 #最后再安裝jupyter pip install jupyter啟動(dòng)jupyter和修改默認(rèn)配置:
#啟動(dòng)jupyter,網(wǎng)頁(yè)上打開(kāi) jupyter notebook#修改jupyter默認(rèn)配置,例如端口、默認(rèn)啟動(dòng)路徑 jupyter notebook --generate-config #會(huì)產(chǎn)生一個(gè)存儲(chǔ)配置文件的路徑,然后修改配置文件中的配置即可#例如修改端口: ## The port the notebook server will listen on (env: JUPYTER_PORT). # Default: 8888 c.NotebookApp.port = 8001 #在這里修改 #修改默認(rèn)啟動(dòng)路徑: ## The directory to use for notebooks and kernels. # Default: '' c.NotebookApp.notebook_dir = 'F:\pythonStudy'加一個(gè)常用的,pip清華鏡像:
#例子: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider #清華鏡像-i http://pypi.douban.com/simple/ #豆瓣鏡像總結(jié)
以上是生活随笔為你收集整理的pip install jupyter报错30ERROR的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 神经网络(第五章补充)
- 下一篇: xlrd.biffh.XLRDError