-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ubuntu 20.04 Arduino IDE python error #3696
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
Comments
Ubuntu 20.04 is not even in RC-phase yet, it's pretty pointless to be making bug-reports about arduino-esp32 against an early alpha-release of Ubuntu. |
What do you get for |
for sudo apt install python I get: sudo apt install python E: Package 'python' has no installation candidate |
look for python3 |
sounds like an ubuntu issue. python2 is end of life. So, they should be setting python3 as the default alternative. At the command line, run |
Thank You! The problem was indeed with symlink, just had to move to local...
|
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
while that fixes the original error, now it throws: |
sudo pip3 install pyserial |
From experience my suggestion is to not use snap with arduino on ubuntu 20.04. I had so many problems, including not working exception decoder and eventually arduino ide stopped to work. When i switched to portable version i am happy now. |
So after upgrading from Ubuntu 18.04 LTS to 20.04 both Arduino IDE and Arduino Pro gives me:
"exec: "python": executable file not found in $PATH
Error compiling for board ESP32 Wrover Module" - same with all ESP32.
Tried reinstalling, currently on 1.8.11.
Read for two days and tried tons of different things, including guide:
https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/debian_ubuntu.md
https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md
Python3 and bunch others installed.
Nothing helps...
The text was updated successfully, but these errors were encountered: