When sys team is a burden,
- Get Python distribution of choice from https://www.python.org/downloads/
- Get pip from https://bootstrap.pypa.io/get-pip.py
- /path/to/your/python_dist/python get-pip.py
- /path/to/your/python_dist/python -m pip install your_module
You are welcome!