I have been trying to get a sample sketch in the Arduino IDE to compile but I always get:
Code: Select all
Traceback (most recent call last):
File "/home/yonas/.arduino15/packages/esp32/tools/esptool_py/2.6.1/esptool.py", line 37, in <module>
import pyserial
ModuleNotFoundError: No module named 'pyserial'
Multiple libraries were found for "WiFi.h"
Used: /home/yonas/.arduino15/packages/esp32/hardware/esp32/1.0.4/libraries/WiFi
Not used: /app/Arduino/libraries/WiFi
exit status 1
Error compiling for board AI Thinker ESP32-CAM.
Thank you for any help.