Comment 1 for bug 1687554

Revision history for this message
Jacob Schramm (xfxian) wrote :

I think it is an issue with the default python version running on your local system when the virtualenvs for os-* are created. I fixed this by specifing a Python 2 virtualenv environment variable before calling disk-image-create like this:

export VIRTUALENV_PYTHON="/usr/bin/python2"