2014-10-10 48 views
3

我想在Windows 7 64位上的Anaconda python 3.3安裝上運行ipcluster3.exe。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. 

的錯誤並沒有真正給我足夠的啓動調試。

回答

2

它看起來像我的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