After a pip update, pip has stopped working completely.
Z:\\>pip install matplotlib Traceback (most recent call last): File \"c:\\program files\\python3
Similar to what @han_solo said, but if your running python3, instead of using:
python -m pip install stdlib_list --user
try using:
python3 -m pip install stdlib_list --user