Comment 3 for bug 1363642

Revision history for this message
Barry Warsaw (barry) wrote :

I think this is a different bug than the Debian one referenced in comment #2. It's actually

It's reproducible with:

$ pip install --upgrade --user requests
$ pip install --upgrade --user mistune

(any package after upgrading requests will trigger it)

I think the problem is that the wheels are only used inside a venv, but should probably be used everywhere. They are in /usr/share/python-wheels outside the venv though.