首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >pip安装/tmp/pip-c436mD-解包/掌握成员电子速度灯泡-71d0cce/docs/social无效:

pip安装/tmp/pip-c436mD-解包/掌握成员电子速度灯泡-71d0cce/docs/social无效:
EN

Stack Overflow用户
提问于 2014-04-27 01:21:49
回答 1查看 131关注 0票数 1

我试图安装在我的Ubuntu12.04灯泡,我已经安装了以下软件包。

代码语言:javascript
复制
sudo apt-get install python2.7-dev
sudo apt-get install libyaml-dev

我安装了

代码语言:javascript
复制
 sudo pip install  https://github.com/espeed/bulbs/tarball/master

输出如下

代码语言:javascript
复制
Downloading/unpacking https://github.com/espeed/bulbs/tarball/master
  Downloading master (unknown size): 177Kb downloaded
  Cannot determine compression type for file /tmp/pip-c436mD-unpack/master
  In the tar file /tmp/pip-c436mD-unpack/master the member espeed-bulbs-71d0cce/docs/social is invalid: "linkname 'espeed-bulbs-71d0cce/docs//home/james/projects/bulbflow.com/www/root/templates/social.html' not found"
  Running setup.py egg_info for package from https://github.com/espeed/bulbs/tarball/master

    warning: no previously-included files matching '*~' found under directory '.'
    warning: no previously-included files matching '*.pyc' found under directory '.'
    no previously-included directories found matching '*/*/old'
    no previously-included directories found matching '*/old'
Requirement already satisfied (use --upgrade to upgrade): distribute in /usr/lib/python2.7/dist-packages (from bulbs==0.3.29-20140426)
Requirement already satisfied (use --upgrade to upgrade): httplib2>=0.7.2 in /usr/lib/python2.7/dist-packages (from bulbs==0.3.29-20140426)
Requirement already satisfied (use --upgrade to upgrade): pyyaml>=3.10 in /usr/local/lib/python2.7/dist-packages/PyYAML-3.11-py2.7-linux-x86_64.egg (from bulbs==0.3.29-20140426)
Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python2.7/dist-packages (from bulbs==0.3.29-20140426)
Requirement already satisfied (use --upgrade to upgrade): omnijson in /usr/local/lib/python2.7/dist-packages/omnijson-0.1.2-py2.7.egg (from bulbs==0.3.29-20140426)
Requirement already satisfied (use --upgrade to upgrade): python-dateutil==1.5 in /usr/lib/python2.7/dist-packages (from bulbs==0.3.29-20140426)
Cleaning up...

是线

代码语言:javascript
复制
In the tar file /tmp/pip-c436mD-unpack/master the member espeed-bulbs-71d0cce/docs/social is invalid: "linkname 'espeed-bulbs-71d0cce/docs//home/james/projects/bulbflow.com/www/root/templates/social.html' not found"

显示在错误上方?这是否意味着灯泡的安装没有成功?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-04-29 15:54:37

不要担心这个信息--这不是错误--从上面的输出来看,它看起来就像安装了灯泡。启动Rexster然后试一试..。

代码语言:javascript
复制
>>> from bulbs.rexster import Graph
>>> g = Graph()
>>> james = g.vertices.create(name="James")
>>> julie = g.vertices.create(name="Julie")
>>> g.edges.create(james, "knows", julie)
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/23318329

复制
相关文章

相似问题

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