2013-09-28 30 views
3

我想使用StarCluster和lateron BioCoductor AMI在AWS上設置R羣集。其目的是在多個節點上使用雪來運行一些並行計算。starcluster easy_install windows

但是我已經停留在年初的64位Windows 7(可能的原因)安裝StarCluster。

我做了什麼: (http://star.mit.edu/cluster/docs/latest/installation.html

  1. 安裝Python 2.7.5
  2. 加入C:\ Pyhton \ Scripts目錄到PATH(甚至重新啓動)
  3. 安裝setuptools的0.6rc11
  4. pycrypto 2.3
  5. 打開在C CMD提示:\的Python \腳本和執行:easy_install的StarCluster

但它以錯誤結束。看起來它不是使用正確的文件夾

有沒有人有想法?

C:\Python27\Scripts>easy_install StarCluster 
Searching for StarCluster 
Reading http://pypi.python.org/simple/StarCluster/ 
Best match: StarCluster 0.94 
Downloading pypi.python.org/packages/source/S/StarCluster/StarCluster- 
0.94.tar.gz#md5=982f59fde2a32b4bc059a497f5c0a0b7 
Processing StarCluster-0.94.tar.gz 
Running StarCluster-0.94\setup.py -q bdist_egg --dist-dir 
c:\users\floris\appdata\local\temp\easy_in 
stall-6bfhto\StarCluster-0.94\egg-dist-tmp-fb1ysr 
Adding starcluster 0.94 to easy-install.pth file 
Installing starcluster-script.py script to C:\Python27\Scripts 
Installing starcluster.exe script to C:\Python27\Scripts 
Installing starcluster.exe.manifest script to C:\Python27\Scripts 

Installed c:\python27\lib\site-packages\starcluster-0.94-py2.7.egg 
Processing dependencies for StarCluster 
Searching for optcomplete>=1.2-devel 
Reading http://pypi.python.org/simple/optcomplete/ 
Best match: optcomplete 1.2-devel 
Downloading pypi.python.org/packages/source/o/optcomplete/optcomplete-1.2- 
devel.tar.gz#md5=6392cd0a7154b3394004d5ad9d913d59 
Processing optcomplete-1.2-devel.tar.gz 
Running optcomplete-1.2-devel\setup.py -q bdist_egg --dist-dir 
c:\users\floris\appdata\local\temp\ea 
sy_install-hbgocr\optcomplete-1.2-devel\egg-dist-tmp-ifrkgu 
zip_safe flag not set; analyzing archive contents... 
No eggs found in c:\users\floris\appdata\local\temp\easy_install-hbgocr\optcomplete- 
1.2-devel\egg-dist-tmp-ifrkgu (setup script problem?) 
error: Could not find required distribution optcomplete>=1.2-devel 
+0

在c:\ users \ floris \ appdata \ local \ temp \ easy_install-hbgocr \ optcomplete-中沒有發現雞蛋 1.2-devel \ egg-dist-tmp-ifrkgu(安裝腳本問題?)它看起來好像有一個該軟件包的問題和easy_install腳本不再進一步。 –

+0

您是否找到解決方案? –

回答