-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libmedia_codec not installing #46
Comments
You need do do pip install robomaster or build the codec whl file yourself, see my open pull request. -- #49 |
Hi! |
Yes, you can use https://github.com/JohnieBraaf/RoboMaster-SDK for now, I have merged the latest upstream commits |
On Ubuntu linux you can can install
I had to install the Getting a windows build to work should be possible as well. |
\lib\site-packages\robomaster\media.py", line 32, in init |
C:\Users\hahyu\RoboMaster-SDK>python test_robo_connection.py C:\Users\hahyu\RoboMaster-SDK> |
As the title suggests when attempt to use the sdk like this:
from robomaster import robot
I get this:
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'
I can see it's in the SDK download here on github but I can't get it to work.
Python 3.7.3 on rpi and openCV is installed.
The text was updated successfully, but these errors were encountered: