【问题标题】:ipcluster3.exe failed to create processipcluster3.exe 创建进程失败
【发布时间】:2014-10-10 19:23:22
【问题描述】:
我正在尝试在 Windows 7 64 位的 Anaconda python 3.3 安装上运行 ipcluster3.exe。
但是,当我运行它时,我得到一个错误:
C:\Anaconda\envs\py33\Scripts>ipcluster3.exe
failed to create process.
C:\Anaconda\envs\py33\Scripts>ipcluster3.exe start -n 4
failed to create process.
这个错误并没有真正让我开始调试。
【问题讨论】:
标签:
python
parallel-processing
ipython
anaconda
【解决方案1】:
看起来我的 Anacondas 副本带有 IPython 的 Beta 版本。
我使用 Conda 对其进行了更新。
conda update -n py33 ipython
The following packages will be downloaded:
package | build
---------------------------|-----------------
ipython-2.3.1 | py33_0 3.0 MB
pyreadline-2.0 | py33_0 135 KB
------------------------------------------------------------
Total: 3.1 MB
The following packages will be UN-linked:
package | build
---------------------------|-----------------
ipython-0.13.2 | py33_0
pyreadline-2.0.dev | py33_0
The following packages will be linked:
package | build
---------------------------|-----------------
ipython-2.3.1 | py33_0 hard-link
pyreadline-2.0 | py33_0 hard-link