I am trying to get up and working on a new Macbook Pro M1 with Monterey. I have the latest Arduino IDE (1.8.16) and Sparkfun Apollo3 boards package (1.2.1) installed. I get the error below for trying to upload the simple blink example. I saw there have been a problem with artemis_svl back at Big Sur but that was resolved some time back. Plus I was using all of this on my previous Big Sur based machine
But from all the reading I have done it looks like the same problem. There are hints on how to hand fix this here:
https://github.com/espressif/arduino-esp32/issues/4408
But thus far I am have not managed to get this to work. I have looked about and am not seeing much that is Monterey specific so I am thinking this is unique to my set up. I could use some pointers on debugging this.
thanks
–dwight
eback (most recent call last):
File “artemis_svl.py”, line 38, in
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
File “/usr/local/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py”, line 627, in exec_module
exec(bytecode, module.dict)
File “serial/tools/list_ports.py”, line 29, in
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
File “/usr/local/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py”, line 627, in exec_module
exec(bytecode, module.dict)
File “serial/tools/list_ports_posix.py”, line 31, in
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
An error occurred while uploading the sketch
File “”, line 677, in _load_unlocked
File “/usr/local/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py”, line 627, in exec_module
exec(bytecode, module.dict)
File “serial/tools/list_ports_osx.py”, line 32, in
ValueError: dlsym(RTLD_DEFAULT, kIOMasterPortDefault): symbol not found
Index error: could not find referenced tool name=xtensa-esp32-elf-gcc version=1.22.0-80-g6c4433a-5.2.0 packager=esp32
Index error: could not find referenced tool name=esptool_py version=2.6.1 packager=esp32
Index error: could not find referenced tool name=mkspiffs version=0.2.3 packager=esp32