Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update debian_ubuntu.md #4907

Merged
merged 2 commits into from
Mar 15, 2021
Merged

Update debian_ubuntu.md #4907

merged 2 commits into from
Mar 15, 2021

Conversation

serhiidedik
Copy link
Contributor

ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/2.7/get-pip.py instead.

ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/2.7/get-pip.py instead.
@chegewara
Copy link
Contributor

python 2.7 is end of life, so what is purpose to use pip for 2.7?

@me-no-dev
Copy link
Member

maybe something like:

wget https://bootstrap.pypa.io/get-pip.py && \
sudo python3 get-pip.py && \
sudo pip3 install pyserial

@me-no-dev me-no-dev merged commit 5da4a47 into espressif:master Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants