pip 10.0.* prevents building xenial image for heat
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
diskimage-builder |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Tried to run this:
pip install git+https:/
git clone -b stable/pike https:/
git clone -b stable/pike https:/
export ELEMENTS_
disk-image-create vm \
ubuntu selinux-permissive \
heat-config \
os-
os-
os-apply-config \
heat-
heat-
heat-
-o ubuntu-
Got this:
2018-05-24 11:43:33.777 | Installing collected packages: pbr, PrettyTable, pytz, pyparsing, funcsigs, wrapt, debtcollector, iso8601, Babel, oslo.i18n, netifaces, monotonic, oslo.utils, msgpack, oslo.serialization, certifi, chardet, idna, urllib3, requests, futures, python-swiftclient, PyYAML, stevedore, pyperclip, contextlib2, enum34, wcwidth, subprocess32, cmd2, unicodecsv, cliff, dogpile.cache, munch, appdirs, jsonpointer, jsonpatch, jmespath, os-service-types, keystoneauth1, packaging, deprecation, requestsexceptions, ipaddress, decorator, openstacksdk, os-client-config, simplejson, osc-lib, python-heatclient, python-dateutil, pyinotify, oslo.context, rfc3986, oslo.config, oslo.log, functools32, jsonschema, python-zaqarclient
2018-05-24 11:43:34.779 | Found existing installation: PyYAML 3.11
2018-05-24 11:43:34.870 | Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
2018-05-24 11:43:35.604 | Traceback (most recent call last):
2018-05-24 11:43:35.604 | File "/home/
2018-05-24 11:43:35.604 | from diskimage_
2018-05-24 11:43:35.604 | ImportError: No module named 'diskimage_builder'
Fixed with adding "pip install pip==9.0.*" at the end of else block for ubuntu (line 187) in this file:
diskimage_
Changed in diskimage-builder: | |
status: | New → Confirmed |