I have been following this video:
I git clone the repo to a folder called src
.
git clone https://github.com/ROBOTIS-GIT/DynamixelSDK.git
Then i cd to the parent folder and i type catkin_make
.
However, i get this error:
/home/user1/anaconda3/bin/python3: can't find '__main__' module in '/home/user1/anaconda3/lib/python3.8/site-packages/em'
I have already done pip install em
. I am using conda but i also did it in the native version with conda deactivate
. I still get the same error.
When i try to install i get:
Requirement already satisfied: em in /usr/local/lib/python3.8/dist-packages (0.4.0)
I do not know how to proceed… If anyone can help me i would so so much appreciate it.