-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ubuntu 20.04 pip vs pip3... #5
Comments
what do you see for
|
Hmm, it seems python2 is a cast-out by default on Ubuntu 20.04: |
It looks like this is a known problem in that they want to continue using Python 2.7. Although the issue is closed, none of those solutions worked for me in Ubuntu 20.04. (I tried the alias, links, etc) There's this horrible hack that does seem to work:
and to undo this:
see also the In Ubuntu 20.04, how do I get PIP for Python 2 |
Okay, thanks so much for looking into this. |
@XarkLabs There's a vastly better solution mentioned in esp-idf #4774 that refers to the espressif docs (thanks @dobairoland!) specifically as noted on that page:
I'm setting up a fresh environment and testing this now.... |
The next issue I hit I have not gotten past yet. It appears that something in ESP32 toolchain wants to use "pip" and I think Ubuntu wants "pip3". Here is a log snippet:
Thanks!
The text was updated successfully, but these errors were encountered: