RandomActPG
lvl.1
Flight distance : 19249 ft
Canada
Offline
|
I have been trying for days to get the SDK to install on either a Windows machine or RPi with no success.
I have followed the instructions to install on Rpi and after much struggle I got that process to work and the library to install. I cannot, however, use it as I'm stuck with the error once I try "from robomaster install robot" line:
Traceback (most recent call last):
File "/home/admin/bottest.py", line 1, in
from robomaster import robot
File "/home/admin/.local/lib/python3.7/site-packages/robomaster/robot.py", line 31, in
from . import camera
File "/home/admin/.local/lib/python3.7/site-packages/robomaster/camera.py", line 25, in
from . import media
File "/home/admin/.local/lib/python3.7/site-packages/robomaster/media.py", line 21, in
import libmedia_codec
ModuleNotFoundError: No module named 'libmedia_codec'
Any suggestions on getting that libmedia_codec to install. I can see it's in the git repo but I can't get the build and install to work.
|
|