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