-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Problems installing on RPI4 #34
Comments
When you ran the simple test, did you use You can see what libs are installed by using |
If you're running the examples from the repo's master branch, then it would probably be best to install the lib from the repo's root. I haven't published a release yet (as of this writing) to pypi since merging #33 to master.
|
I was using python3 to run the simple_test but your instructions above worked. Now I'm happily running the examples! |
I'm running on a RPI4 with RPI OS/Buster and having troubles installing the circuitpython driver. ( I was bored so thought I would try it out)
I initially got an error:
But that was resolved by running
sudo python3 -m pip install --force-reinstall adafruit-blinka
Now I'm getting:
When I try to run any of the examples.
So it seems that the module isn't installing correctly or something.
I ran
pip3 install circuitpython-nrf24l01
per your docs at https://circuitpython-nrf24l01.readthedocs.io/en/latest/#installing-from-pypi with no errors, so am wondering wtf?It maybe just my newbness with python related anything...
The text was updated successfully, but these errors were encountered: