错误:
ImportError: no module named site
解决方法:
In Linux/Mac, you can use these commands:
unset PYTHONPATH
unset PYTHONHOME
两行命令就可以妥妥解决!
错误:
ImportError: no module named site
解决方法:
In Linux/Mac, you can use these commands:
unset PYTHONPATH
unset PYTHONHOME
两行命令就可以妥妥解决!
本文标题:Python/IPython ImportError: no m
本文链接:https://www.haomeiwen.com/subject/eshfhktx.html
网友评论