所以我想安装需要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)