pip: no module named _internal

This did it for me:

python -m pip install --upgrade pip

Environment: OSX && Python installed via brew

Leave a Comment