python3 pip报错 TypeError: 'module' object is not callable

使用命令:python -m pip install xx即可,需要在pip前加python -m

原文地址:https://www.cnblogs.com/sym945/p/11945758.html