Newb here (using ESP32 for first time). I am not a stranger to Arduino or the IDE as I have done quite a bit in the past. Dipping my toes in here on playing with a Seeed Studio ESP32-C3.
i am trying to compile an example sketch and am getting the following errors..
I am at a loss here on how to correct these. I am running Linux Mint as my OS.
Any ehlp is greatly appreciated.
Traceback (most recent call last):
File "/home/brendan/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool.py", line 31, in
import esptool
File "/home/brendan/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool/init.py", line 41, in
from esptool.cmds import (
File "/home/brendan/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool/cmds.py", line 14, in
from .bin_image import ELFFile, ImageSegment, LoadFirmwareImage
File "/home/brendan/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool/bin_image.py", line 14, in
from .loader import ESPLoader
File "/home/brendan/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool/loader.py", line 30, in
import serial
ModuleNotFoundError: No module named 'serial'
exit status 1
Compilation error: exit status 1