Skip to content

Problems installing on RPI4 #34

Closed
Closed
@TMRh20

Description

@TMRh20

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:

Traceback (most recent call last):
  File "nrf24l01_scanner_test.py", line 7, in <module>
    import board
ModuleNotFoundError: No module named 'board'

But that was resolved by running sudo python3 -m pip install --force-reinstall adafruit-blinka

Now I'm getting:

Traceback (most recent call last):
  File "nrf24l01_simple_test.py", line 11, in <module>
    from circuitpython_nrf24l01.rf24 import RF24
ModuleNotFoundError: No module named 'circuitpython_nrf24l01'

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions