OpenStack python库: from oslo.config import cfg ImportError: No module named config

来源:互联网 发布:阿里云系统机顶盒root 编辑:程序博客网 时间:2024/05/20 03:41

错误信息: 

from oslo.config import cfg

ImportError: No module named config

解决办法:

出现这个错误的时候,oslo.config已经安装好了,搜一下这个错误,应该是oslo.config版本低的问题;

运行:

pip install oslo.config --upgrade


0 0
原创粉丝点击