mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 18:48:59 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
13 lines
428 B
Markdown
13 lines
428 B
Markdown
---
|
|
title: "No module named pip"
|
|
description: "No module named pip"
|
|
ha_category: Installation
|
|
---
|
|
|
|
|
|
[Pip](https://pip.pypa.io/en/stable/) should come bundled with the latest Python 3 but is omitted by some distributions. If you are unable to run `python3 -m pip --version` you can install `pip` by [downloading the installer](https://bootstrap.pypa.io/get-pip.py) and running it with Python 3:
|
|
|
|
```bash
|
|
$ python3 get-pip.py
|
|
```
|