当我尝试使用以下命令安装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。
我该如何解决?