-
Notifications
You must be signed in to change notification settings - Fork 412
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
ImportError: cannot import name 'pyupm_jhd1313m1' from 'upm' #696
Comments
+1 Having the same issue with BMI160 |
Partial fix/ possible issue with the install:
and that seemed to get everything working for my accelerometer. |
I tried babourn's fix (copied the python files from the upm library, cloned from github). It worked for the LCD. There is a test program in humid_temp (examples from the Sensor mezzanine). There is another issue preventing the communication between the dragonboard and the arduino. |
Hi @jpelletier I am using here is the command I used in case it helps : from build folderfor i in python2.7 python3.7 ; do sudo cp src//$i/.py /usr/lib/$i/dist-packages/upm/; done |
When trying to run an example, it display this message.
The text was updated successfully, but these errors were encountered: