devstack安装出错,提示error: command '/usr/bin/pkg-config' failed with exit status 1
@YueZheng 你好,想跟你请教个问题:
我按照您的博文“使用devstack部署openstack开发环境”,链接地址http://my.oschina.net/zyzzy/blog/74088来操作
出现如下提示:
“ InsecurePlatformWarning
Using cached libvirt-python-1.2.13.tar.gz
Installing collected packages: libvirt-python
Running setup.py install for libvirt-python
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-pt3omw/libvirt-python/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-7MXcak-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
/usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt
error: command '/usr/bin/pkg-config' failed with exit status 1
----------------------------------------
Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-pt3omw/libvirt-python/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('rn', 'n'), __file__, 'exec'))" install --record /tmp/pip-7MXcak-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-pt3omw/libvirt-python
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我那篇文章已经太久远了,现在已经不适用了。
现在的话,下载好devstack,进入目录,直接用普通用户权限执行stack.sh,不需要手动修改权限。
比较容易出问题的是一些依赖包的下载,多试几次应该差不多。