我刚刚使用Homebrew从Python 3.4升级到Python3.6。Pip, setuptools, and wheel have been installed.install <package> /usr/local/lib/python3.6/site-packages我试着逃走
pip</
我跟踪是为了在mac中安装pyglet,因为它是我找到的唯一解决“错误架构”问题的资源。/2.7/bin/pip", line 11, in <module> File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
我试着遵循这个教程:一切顺利(我可以在本地运行我的应用程序),直到最后一步。当我运行aws.push时,我会得到下一个错误。aws/dev_tools.py", line 5, in <module>ImportError: No module named botopipinstall botogit add .
当我在Arch Linux的虚拟环境中执行jupyter notebook时,发生了以下错误。Error executing Jupyter command 'notebook': [Errno 2] No such file or directory
我的Python版本是3.6,我的Jupyter
我试图在内核python3中使用jupyter笔记本,但是我得到了这个错误消息。有关在mac上安装python和pip的信息(我使用pip3安装jupyter ):
anonymous$ which -a pythonpython2 python2.7 python3 python3.6/usr/bin