Page 1 of 1

Can't verify / upload for esp32-s3

Posted: Sat Jan 20, 2024 8:39 pm
by joglz8

Code: Select all

WARNING: Category '' in library ESP Insights is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library ESP RainMaker is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library WiFiProv is not valid. Setting to 'Uncategorized'
Traceback (most recent call last):
  File "/home/jogl/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool.py", line 31, in <module>
    import esptool
  File "/home/jogl/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool/__init__.py", line 41, in <module>
    from esptool.cmds import (
  File "/home/jogl/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool/cmds.py", line 14, in <module>
    from .bin_image import ELFFile, ImageSegment, LoadFirmwareImage
  File "/home/jogl/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool/bin_image.py", line 14, in <module>
    from .loader import ESPLoader
  File "/home/jogl/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool/loader.py", line 30, in <module>
    import serial
ModuleNotFoundError: No module named 'serial'
exit status 1
Error compiling for board ESP32S3 Dev Module.
How can I get this working?

I've tried everything I can find online.

Brand new install of Debian 12 and the repository version of the IDE 1.8.19.

P.S.:

I have the pyserial thing fixed and now can verify and upload. But am still getting:
WARNING: Category '' in library ESP Insights is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library ESP RainMaker is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library WiFiProv is not valid. Setting to 'Uncategorized'
JP.

Re: Can't verify / upload for esp32-s3

Posted: Sun Jan 21, 2024 11:20 am
by lbernstone
I don't know if Arduino has added some additional check in 1.8.19, but that should be a cosmetic error. If it really bugs you, add `category=Communication` to the library.properties file in each of those libraries.

Re: Can't verify / upload for esp32-s3

Posted: Sun Jan 21, 2024 8:17 pm
by joglz8
Doesn't really bug me, just wasn't sure. I'll roll with it.

Thanks,
JP.