小編給大家分享一下jupyter安裝時可能遇到的問題有哪些,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!
成都創(chuàng)新互聯(lián)堅持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:網(wǎng)站建設(shè)、網(wǎng)站設(shè)計、企業(yè)官網(wǎng)、英文網(wǎng)站、手機端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時代的宜州網(wǎng)站設(shè)計、移動媒體設(shè)計的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!
情況一:jupyter pip出現(xiàn)錯誤
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in nam e resolution',)': /simple/pip/
解決:/etc/resolv.conf是DNS客戶機配置文件,用于設(shè)置DNS服務(wù)器的IP地址及DNS域名,還包含了主機的域名搜索順序。修改為以下這個即可,重啟jupyter。
# Generated by NetworkManager nameserver 8.8.8.8 //google服務(wù)器 nameserver 8.8.4.4 //google備用服務(wù)器
情況二:涉及到了第三方庫文件的安裝
pip install juypter notebook
出現(xiàn)錯誤:
Collecting pywinpty>=0.5; os_name == "nt" (from terminado>=0.8.1->notebook->jupyter) Using cached pywinpty-0.5.1.tar.gz
解決:
使用 pip3 install --upgrade setuptools 更新setuptoolsqingksa
情況三:安裝主題超時
解決:除了重新下載,也可以通過修改超時時間來解決
# 比如之前是 pip install 『balabala』 # 修改為 pip --default-timeout=100 install 『balabala』
情況四:更換主題時編碼錯誤
Traceback (most recent call last): File "e:\soft\anaconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "e:\soft\anaconda3\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "E:\Soft\Anaconda3\Scripts\jt.exe\__main__.py", line 9, inFile "e:\soft\anaconda3\lib\site-packages\jupyterthemes\__init__.py", line 305, in main dfonts=args.defaultfonts) File "e:\soft\anaconda3\lib\site-packages\jupyterthemes\__init__.py", line 98, in install_theme nbname=nbname) File "e:\soft\anaconda3\lib\site-packages\jupyterthemes\stylefx.py", line 291, in style_layout style_less += notebook.read() + '\n' UnicodeDecodeError: 'gbk' codec can't decode byte 0x8b in position 41271: illegal multibyte sequence
解決:指定編碼為utf-8
即可
看完了這篇文章,相信你對jupyter安裝時可能遇到的問題有哪些有了一定的了解,想了解更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝各位的閱讀!