Arduino build fails under Ubuntu 20.04
Posted: Sat May 16, 2020 7:47 am
I have just installed Ubuntu 20.04, and learned to my dismay that Python2 is only marginally supported.
pySerial is not included, nor do I see any way to install it. It's not in the repo, and pip2 is not available either.
The boards manager URL I use is
https://dl.espressif.com/dl/package_esp32_index.json
Is there a version of the boards that use Python3?
Thanks
pySerial is not included, nor do I see any way to install it. It's not in the repo, and pip2 is not available either.
The boards manager URL I use is
https://dl.espressif.com/dl/package_esp32_index.json
Code: Select all
ESP $ arduino-cli compile --fqbn esp32:esp32:esp32doit-devkit-v1 ESP32_ILI9341
Traceback (most recent call last):
File "/home/cave/.arduino15/packages/esp32/tools/esptool_py/2.6.1/esptool.py", line 37, in <module>
import serial
ImportError: No module named serial
Thanks