我使用Atom文本编辑器编写Python。软件包通常安装没有问题,但jupyter-notebook软件包总是失败。
我知道我已经安装了Jupyter,因为之前安装过Anaconda。
在Atom上,它说:
Installing “jupyter-notebook@0.0.9” failed.
我认为可以提示的一件事就是输出中的这段文字:
gyp ERR! configure error
gyp ERR! stack Error: Python executable "/Users/(my_name)/anaconda/bin/python" is v3.5.2, which is not supported by gyp.
我的Python版本是否不兼容?或者我可能在Atom无法访问它的地方安装了Jupyter?