简体   繁体   中英

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

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

Since the last Xcode (Xcode 12) update I've been getting this error. I'm sure that jupyter is installed. On MacOS Catalina.

jupyter is looking in the wrong bin .

Try

python3 -m ipykernel install --user

(I just spent a few hours trying to figure out the same problem! My Xcode upgraded and jupyter broke. I found a similar error which lead me to this solution here: https://github.com/nteract/hydrogen/issues/1824 )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM