安装Jupiter Notebook无法正常工作:启动器中出现致命错误

时间:2020-01-29 13:13:09

标签: python pip jupyter-notebook

操作系统:Windows 10 python:3.6

当我尝试使用以下命令安装JN时:

pip install notebook

我收到此错误:

Fatal error in launcher: Unable to create process using '"'

我在网上找到的唯一解决方案:

python -m pip install --upgrade pip

没有帮助,我得到了

Requirement already up-to-date:

我发现的另一件事是:

Copy & Paste the standalone python into the ampps/python folder and overwriting the python version provided by AMPPS

但是我不知道这是什么意思-什么是AMPPS,在哪里可以找到其文件夹,在哪里可以找到独立的python,什么是独立的python。

我该如何解决?

0 个答案:

没有答案