Created
February 4, 2020 02:42
-
-
Save onewoorks/af98be62a7a44de6d7febe6622533180 to your computer and use it in GitHub Desktop.
pip3: command not found
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This utility should have been installed as part of the Python 3 installation. Check if Python 3 is installed by running python3 --version. If it is not installed, download it here. | |
| If you are able to successfully run python3 --version but not pip3, install Home Assistant by running the following command instead: | |
| $ python3 -m pip install homeassistant | |
| Bash | |
| On a Debian system, you can also install python3 by sudo apt-get install python3 and pip3 by sudo apt-get install python3-pip. | |
| If you run into errors during installation, check that you’ve installed all the necessary prerequisite packages, which include python3-dev, libffi-dev, and libssl-dev. On a Debian-based system, you can install these via apt-get: | |
| $ sudo apt-get install python3-dev libffi-dev libssl-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment