/Applications/Xcode.app/Contents/Developer/usr/bin/python3:没有名为notebook的模块

/Applications/Xcode.app/Contents/Developer/usr/bin/python3:没有名为notebook的模块,python,xcode,macos,Python,Xcode,Macos,自从上次Xcode(Xcode 12)更新以来,我一直遇到这个错误。我肯定jupyter已经安装好了。在MacOS Catalina上。jupyter在错误的箱中查找 试一试 python3-m ipykernel安装--用户 (我只是花了几个小时试图解决同样的问题!我的Xcode升级了,jupyter坏了。我发现了一个类似的错误,导致我在这里找到了这个解决方案: ) $python3 -m notebook /Applications/Xcode.app/Contents/Developer

自从上次Xcode(Xcode 12)更新以来,我一直遇到这个错误。我肯定jupyter已经安装好了。在MacOS Catalina上。

jupyter在错误的
箱中查找

试一试

python3-m ipykernel安装--用户

(我只是花了几个小时试图解决同样的问题!我的Xcode升级了,jupyter坏了。我发现了一个类似的错误,导致我在这里找到了这个解决方案: )

$python3  -m notebook
/Applications/Xcode.app/Contents/Developer/usr/bin/python3: No module named notebook