Using CoDrone Mini Python with Big Sur MacOS update
-
Hi all!
The new MacOS Big Sur update has caused some pairing issues for Python with CoDrone Mini. The error looks like this:
kiomasterportdefault = ctypes.c_void_p.in_dll(iokit, "kiomasterportdefault") valueerror: dlsym(rtld_default, kiomasterportdefault): symbol not found
To resolve it, you will need to update your pyserial library through the package manager in Pycharm. Go to the preferences menu found under "File" or "Pycharm", depending on Windows or Mac.
Find the pyserial library in your project interpreter and you should notice an arrow next to version 3.5.Double click on the library to open the installer page.
Then update by selecting "install package".
-
This post is deleted!