Seeed Studio libraries

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

This shows up on the internet as, "Serial is not included with Python. It is a package that you'll need to install separately. pip install pyserial"

In Arduino IDE terms, it would be like using the Library Manager to install a library.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.