Esp32-snippets: MacOS Big Sur dlsym(RTLD_DEFAULT, kIOMasterPortDefault): symbol not found

Created on 29 Jun 2020  路  2Comments  路  Source: nkolban/esp32-snippets

Traceback (most recent call last):
File "esptool.py", line 57, in <module>
File "/Library/Python/2.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module
File "serial/tools/list_ports.py", line 29, in <module>
File "/Library/Python/2.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module
File "serial/tools/list_ports_posix.py", line 31, in <module>
File "/Library/Python/2.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module
File "serial/tools/list_ports_osx.py", line 32, in <module>
ValueError: dlsym(RTLD_DEFAULT, kIOMasterPortDefault): symbol not found
Failed to execute script esptool

Worked before the macOS update, can鈥檛 even compile an empty code file with nothing but

#include <BLEDevice.h>
#include <BLEServer.h>
#include <BLEUtils.h>

void setup() {
}

void loop() {
}

Most helpful comment

I have just moved to Bug Sur beta and same issue :(

All 2 comments

And how it is related to this library?
It is not even used in your code, even if you have includes.

I have just moved to Bug Sur beta and same issue :(

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jim-ber picture jim-ber  路  8Comments

elloza picture elloza  路  10Comments

vishnunaik picture vishnunaik  路  6Comments

wegunterjr picture wegunterjr  路  7Comments

mahdikan picture mahdikan  路  4Comments