Comment 12 for bug 1157687

Revision history for this message
Timmie (timmie) wrote :

here's a workaround:
http://stackoverflow.com/a/16299628

If you are using virtualenvwrapper then you can recreate the virtualenv on top of the existing one (with no environment currently active):

mkvirtualenv <existing name>

which should pull in the latest (upgraded) python version from the system and fix any mismatch errors.