12 Sep
2019
12 Sep
'19
11:13 a.m.
On 2019-09-12 16:00:44 +0200 (+0200), Dominig ar Foll (Intel Open Source) wrote: [...]
AttributeError: module 'pip._vendor.requests' has no attribute 'Session' [...]
This looks like a corrupt/mismatched existing virtualenv tox is trying to reuse: https://github.com/pypa/virtualenv/issues/1213 You might try forcing tox to recreate the virtualenv from scratch with the -r option like `tox -r -e docs` and see if it gets any farther. -- Jeremy Stanley