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 _______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
