-
Notifications
You must be signed in to change notification settings - Fork 150
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
Can't install the RoboMaster #41
Comments
Hi, I tried to have the following library installed, then the robomaster SDK is successfully installed. |
Tried this and still pip3 install robomaster still fails. Are there other dependencies I'm missing? |
For me, the problem was that the newer versions of python have a bit of an incompatibiliity with h5py (which is a library dependency that is required by robomaster). For a proper installation of h5py on ARM64 (after building opencv with their included script, and python 3.7), look here: Continue all other installations that you need from Jamespong007's reply. after this,
Python Version: 3.7 The instructions are mainly non-english, so i'd recommend a browser translation extension to follow along |
I've fixed the windows build for the codec (#49) for python files (SDK) you can just take it from this github |
If I use the command "pip3 install robomaster" then I got the message:
"ERROR: Could not find a version that satisfies the requirement robomaster
ERROR: No matching distribution found for robomaster"
The installed version of python is 3.7.3 and opencv is installed
The text was updated successfully, but these errors were encountered: