[OpenStack-Infra] Devstack installation failure in CI
Jeremy Stanley
fungi at yuggoth.org
Tue Jul 14 12:38:58 UTC 2015
On 2015-07-14 17:42:12 +0530 (+0530), Abhishek Shrivastava wrote:
> During my CI run I see the following error due to which the DevStack
> installation fails and causing abnormal exit in CI.
[...]
> 2015-07-14 11:57:52.003 | RequirementParseError: Expected version spec
> in enum34;python_version=='2.7' or python_version=='2.6' at
> ;python_version=='2.7' or python_version=='2.6'
>
> Can anyone tell me how to resolve this.
Are you reusing the same systems where stack.sh has run previously?
If so, you are likely testing with stale dependencies (setuptools I
think based on that exception). If so, try running with
PIP_UPGRADE=True to force DevStack to upgrade your environment.
--
Jeremy Stanley
More information about the OpenStack-Infra
mailing list