I\'m on Ubuntu 16.04, and I get:
Traceback (most recent call last): File \"/home/omermazig/.virtualenvs/fixi/bin/pip\", line 7, in from
My case was when I upgraded Ubuntu 18 -> 19. So it reinstalled python and what I needed to do is:
remove old virtual environment
create a new one
install requirements via pip into it