首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >星团easy_install窗口

星团easy_install窗口
EN

Stack Overflow用户
提问于 2013-09-28 08:16:49
回答 1查看 1.1K关注 0票数 3

我试图使用StarCluster和BioCoductor AMI在AWS上设置一个R集群。目的是利用雪在多个节点上进行并行计算。

然而,在WINDOWS 7 64位上安装StarCluster (可能是因为这个原因),我已经陷入了最初的困境。

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

  1. 安装Python2.7.5
  2. 将c:\Pyhton\Script目录添加到PATH (甚至重新启动)
  3. 已安装的setuptools 0.6rc 11
  4. 吡咯烷酮2.3
  5. 在c:\Python\脚本中打开CMD提示符并执行: easy_install StarCluster

但是,它以一个错误结束。看起来它没有使用正确的文件夹

有什么主意吗?

代码语言:javascript
复制
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
EN

回答 1

Stack Overflow用户

发布于 2013-12-02 18:17:47

我对easy_install也有同样的问题。这个链接帮助了我:

http://star.mit.edu/cluster/mlarchives/1942.html

基本上是说用pip代替easy_install

pip安装星团

我在这里找到了安装所需的pip二进制文件:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip

使用pip,效果很好。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/19064888

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档