2013-09-28 5 views
3

StarCluster와 최신 BioCoductor AMI를 사용하여 AWS에 R 클러스터를 설정하려고합니다. 목적은 눈을 사용하여 여러 노드에서 일부 병렬 계산을 실행하는 것입니다.starcluster easy_install windows

그러나 나는 이미 StarCluster를 WINDOWS 7 64bit (아마도 이유)에 설치하는 과정에서 시작되었습니다.

내가 무슨 짓을 한거야 : (http://star.mit.edu/cluster/docs/latest/installation.html)

  1. 파이썬 2.7.5
  2. 는 C를 추가 설치 : \ Pyhton \ 스크립트 경로에 디렉토리 (심지어 다시 시작)
  3. 설치 setuptools에 0.6rc11
  4. pycrypto 2.3
  5. 는 C에서 CMD 프롬프트 열 : \ 파이썬 \ 스크립트 및 실행 : 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

해결책을 찾았습니까? –

답변