1
我只是跟着this命令行來更新蟒蛇,然後當我輸入jupyter notebook
,我得到這個錯誤:我更新EC2中的anaconda,然後我無法在終端打開Jupyter筆記本,我該怎麼辦?
[email protected]:~$ jupyter notebook
Traceback (most recent call last):
File "/home/carnd/anaconda3/bin/jupyter-notebook", line 4, in <module>
import notebook.notebookapp
File "/home/carnd/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 64, in <module>
from .services.contents.filemanager import FileContentsManager
File "/home/carnd/anaconda3/lib/python3.5/site-packages/notebook/services/contents/filemanager.py", line 16, in <module>
from .filecheckpoints import FileCheckpoints
File "/home/carnd/anaconda3/lib/python3.5/site-packages/notebook/services/contents/filecheckpoints.py", line 15, in <module>
from . import tz
ImportError: cannot import name 'tz'
我該怎麼辦?