Search found 1 match

by itsyonas
Tue Sep 15, 2020 3:30 pm
Forum: ESP32 Arduino
Topic: "Cannot import serial" in Arduino IDE but running the script with python works
Replies: 1
Views: 3044

"Cannot import serial" in Arduino IDE but running the script with python works

Hello, I have been trying to get a sample sketch in the Arduino IDE to compile but I always get: 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' Mul...