04-06-2023, 11:09 PM
I'm having an issue connecting to a Meca500 R3 arm via MacOS. When I try to connect, I get an error with apimecademicpy.py. Here's the error:
Note that despite the windows paths listed above, I assure you this is on MacOS. Specifically Ventura, robodk 5.5.3.-23011. I see the same error in the GUI log and running python apimecademicpy.py in terminal. Thanks for the help
-Brandon
Code:
python /Users/brandon/RoboDK/RoboDK.app/Contents/MacOS/apimecademicpy.py
Traceback (most recent call last):
File "/Users/brandon/RoboDK/RoboDK.app/Contents/MacOS/apimecademicpy.py", line 26, in
exec("from v" + version_str + ".apimecademicpy import *")
File "", line 1, in
File "C:\RoboDK\api\robot\apimecademicpy.py", line 98, in
File "C:\RoboDK\api\robot\apimecademicpy.py", line 175, in MecaRobot
AttributeError: module 'mecademicpy.robot' has no attribute '_Message'
-Brandon