[python] ModuleNotFoundError: No module named 'pip' 1. Check setting environment variables - python PATH 2. Command the following prompt on windows CMD - python -m ensurepip 3. Command the following prompt on Anaconda Prompt - python -m ensurepip python 2019.08.11