标签: pychart

如果在pip中链接断开,如何在virtualenv中安装库

所以我想安装需要pychart的openerp 7.0.406,它的唯一链接似乎在pip中被破坏了.

No distributions at all found for pychart in ./env/lib/python2.7/site-packages (from openerp-core==7.0.406->-r picdyn_openerp_conf/requirements (line 11))
Run Code Online (Sandbox Code Playgroud)

在日志中我们有:

URLs to search for versions for pychart in ./env/lib/python2.7/site-packages (from openerp-core==7.0.406->-r picdyn_openerp_conf/requirements (line 15)):
* https://pypi.python.org/simple/pychart/
Analyzing links from page https://pypi.python.org/simple/pychart/
  Skipping link http://www.hpl.hp.com/personal/Yasushi_Saito/pychart (from https://pypi.python.org/simple/pychart/); not a file
Not searching http://www.hpl.hp.com/personal/Yasushi_Saito/pychart (from https://pypi.python.org/simple/pychart/) for files because external urls are disallowed.
Could not find any downloads that satisfy the requirement pychart in ./env/lib/python2.7/site-packages (from openerp-core==7.0.406->-r picdyn_openerp_conf/requirements (line 15))
Run Code Online (Sandbox Code Playgroud)

检查uri时,它返回404未找到.所以我从其他地方下载了pychart(http://download.gna.org/pychart/),我试图安装它(在我的virtualenv中).

pip install …
Run Code Online (Sandbox Code Playgroud)

python pip virtualenv openerp pychart

3
推荐指数
1
解决办法
4343
查看次数

标签 统计

openerp ×1

pip ×1

pychart ×1

python ×1

virtualenv ×1