ROBOTIS-GIT / DynamixelSDK

ROBOTIS Dynamixel SDK (Protocol1.0/2.0)
http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/
Apache License 2.0
441 stars 393 forks source link

Can't import ‘dynamixel-sdk’, on python and Matlab #525

Open SamKhoze opened 3 years ago

SamKhoze commented 3 years ago

I am getting an error when I tried to run Read-Write.py

dynamixel_sdk is already installed,

Python error message: ModuleNotFoundError: No module named 'dynamixel_sdk'

Matlab error message: Error in read-write line 48

image image

ROBOTIS-Will commented 3 years ago

Hi @SamCoTuck Have you setup the DYNAMIXEL SDK library as well? https://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/library_setup/python_linux/#building-the-library

SamKhoze commented 3 years ago

@ROBOTIS-Will I am using Mac OC. Thanks

ROBOTIS-Will commented 2 years ago

Hi @SamCoTuck I'm sorry about the delayed response. I believe the Mac environment isn't much different from Linux. Have you properly imported all necessary libraries in the Matlab? https://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/library_setup/matlab_linux/#matlab-linux