我试过使用devstack,试着安装openstack folsom。但是,由于出现错误,我无法安装它。
Creating /usr/local/lib/python2.7/dist-packages/horizon.egg-link (link to .)
horizon 2012.2.2 is already the active version in easy-install.pth
Installed /opt/stack/horizon
Processing dependencies for horizon==2012.2.2
error: Installed distribution python-keystoneclient 0.1.3 conflicts with requirement python-keystoneclient>=0.2
++ failed
++ local r=1
++ set +o xtrace我正在Ubuntu 12.04服务器上进行安装。
发布于 2014-12-26 14:12:54
安装需要python-keystoneclient版本为或高于0.2。由于您已经安装了0.1.3版,安装程序失败并报告了此错误。
解决方案:
使用“apt-
发布于 2012-12-20 03:52:34
您安装的python-keystoneclient操作系统包与PIP试图安装的版本冲突。删除它(apt-get Remove python-keystoneclient),然后重试。
发布于 2015-09-28 15:48:11
尝试在新虚拟机中重新安装。我得到这个错误是因为一些缓存问题,我不能纠正它,即使在清除缓存和更新之后。所以我就重新安装了,它工作得很好。
无论如何,如果你要尝试新的东西,重新安装它总是有效的(确保你的互联网连接不会中断)。
https://stackoverflow.com/questions/13948518
复制相似问题