-
-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Description
Tracking bug report per https://community.platformio.org/t/esp8266-big-sur-11-0-1/17129?u=maxgerhardt. It seems like the Big Sur 11.0.1 update makes the pyserial module in esptool.py misbehave.
Traceback (most recent call last):
File "/Users/pc/.platformio/packages/tool-esptoolpy/esptool.py", line 57, in <module>
import serial.tools.list_ports as list_ports
File "/Users/pc/.platformio/penv/lib/python3.8/site-packages/serial/tools/list_ports.py", line 29, in <module> from serial.tools.list_ports_posix
import comports
File "/Users/pc/.platformio/penv/lib/python3.8/site-packages/serial/tools/list_ports_posix.py", line 31, in <module> from serial.tools.list_ports_osx
import comports
File "/Users/pc/.platformio/penv/lib/python3.8/site-packages/serial/tools/list_ports_osx.py", line 32, in <module>
kIOMasterPortDefault = ctypes.c_void_p.in_dll(iokit, "kIOMasterPortDefault")
ValueError: dlsym(RTLD_DEFAULT, kIOMasterPortDefault): symbol not found
This error is supposedly solved by copying the latest esptoolpy version from the current Arduino IDE distribution to ~/.platformio/packages/tool-esptoolpy;
Metadata
Metadata
Assignees
Labels
No labels