As of September 2021, we have moved technical support to Robolink Help
Welcome to the Robolink Community forum!
You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.
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!