問題出現的環境背景及自己嘗試過哪些方法谷歌搜索無果相關代碼// (venv) Ξ ~/myproject → ipython[TerminalIPythonApp] ERROR | couldn't create path /Users/libai/.ipython/extensions: [Errno 2] No such file or directory: '/Users/libai/.ipython/extensions'[TerminalIPythonApp] ERROR | couldn't create path /Users/libai/.ipython/nbextensions: [Errno 2] No such file or directory: '/Users/libai/.ipython/nbextensions'[TerminalIPythonApp] CRITICAL | Could not create profile: 'default'你期待的結果是什么?實際看到的錯誤信息又是什么?
1 回答

慕尼黑的夜晚無繁華
TA貢獻1864條經驗 獲得超6個贊
之前使用虛擬環境安裝ipython也報錯過,你可以試下在主環境中安裝,然后在虛擬環境中調用ipython
。
安裝應該是pip install ipython
如果你的電腦中同時裝了python2
和python3
,想要把ipython
裝在python3
下,可以使用命令pip3 install ipython
添加回答
舉報
0/150
提交
取消