error: Installed distribution pyparsing 1.5.6 conflicts with requirement pyparsing==1.5.7

来源:互联网 发布:origin设置中文mac 编辑:程序博客网 时间:2024/05/22 03:01

这个错误修改一下配置文件就可以了


把stack/python-quantumclient/tools/pip.requires中的内容


>=1.5.6<2.0

改成

>=1.5.7<2.0

这个错误就消失了