-
Notifications
You must be signed in to change notification settings - Fork 36
Library does not install properly on Raspberry Pi #5
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
Comments
The bno08x_simpletest.py script runs normally if I run it from a folder with the adafruit_bno08x library in it. the bno0x8_more_reports.py script fails with this error
|
on a raspi you may have to use clockstretching hacks |
Ah- will look into clock stretching. |
I think the pip install issue is inside the Adafruit_CircuitPython_BNO08x/setup.py Line 58 in cac28f2
I think it needs to be changed to |
@FoamyGuy Is right; I'll take care of this later today |
fixed with #6 |
I have tried installing this library on a Raspberry Pi4 via pip3 and it says it installs but when I try to use it it reports
that there is not adafruit_bno8x module
When I look where my python3 modules are stored by pip3, I do not see a folder fo adafruit_bno8x.
there is a folder
adafruit_circuitpython_bno08x-1.0.0.dist-info
but not the actual module.
i have tried installing it both via
pip3 install adafruit_circuitpython_bno0x8
and
sudo pip3 install adafruit_circuitpython_bno0x8
the results are the same
pip3 install to ~/.local/lib/python3.7/dist-packages/
sudo pip3 install to /usr/local/lib/python3.7/dist-packages/
The text was updated successfully, but these errors were encountered: