Anaconda“无法创建进程"

2022-01-10 00:00:00 python windows anaconda

问题描述

我是 Python 的新手.我刚刚安装了 Python(anaconda python 2.7),在启动 Anaconda 提示符时发生了无法创建进程"

I am a newbie to Python. I just installed Python (anaconda python 2.7) and while launching Anaconda prompt something happened which was "failed to create process"

那么这里的任何人都可以帮助我吗?我感谢每一个帮助.

So can anyone here help me out please? I appriciate every help.


解决方案

我遇到了完全相同的错误,因为我的用户名包含 空格.("C:UsersBen Ji")最简单的解决方案是将 Anaconda 安装到用户文件夹中的另一个文件夹,例如公开.

I encountered the exact same error, because my username included a space. ("C:UsersBen Ji") The easiest solution is to install Anaconda to another folder in the Users-folder, e.g. public.

(使用pip时出现同样的错误,查看https://stackoverflow.com/a/35275384/6580199)

(The same error occurs when using pip, check out https://stackoverflow.com/a/35275384/6580199)

相关文章