devstack安装出错,提示error: command '/usr/bin/pkg-config' failed with exit status 1

发布于 2021-11-26 02:51:49 字数 1522 浏览 516 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千笙结 2021-11-26 03:31:18

我那篇文章已经太久远了,现在已经不适用了。

现在的话,下载好devstack,进入目录,直接用普通用户权限执行stack.sh,不需要手动修改权限。

比较容易出问题的是一些依赖包的下载,多试几次应该差不多。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文