Giter Club home page Giter Club logo

Comments (3)

TMRh20 avatar TMRh20 commented on June 29, 2024

Did u follow all the instructions at https://nrf24.github.io/RF24/md_docs_python_wrapper.html ?

sudo apt-get install python3-dev libboost-python-dev python3-pip python3-rpi.gpio

python3 -m pip install --upgrade pip setuptools

sudo ln -s $(ls /usr/lib/$(ls /usr/lib/gcc | tail -1)/libboost_python3*.so | tail -1) /usr/lib/$(ls /usr/lib/gcc | tail -1)/libboost_python3.so

from rf24.

DIY89 avatar DIY89 commented on June 29, 2024

Worked perfectly. Thank you

from rf24.

2bndy5 avatar 2bndy5 commented on June 29, 2024

The pyrf24 package available on pypi is meant to replace the individual library wrappers (and avoid build problems like this one). You could just

pip install pyrf24

and change the import statements as shown in the pyRF24 README.

Warning
Using the individual library wrappers with the newer pyrf24 package is not advised and may not work. Either use (at runtime) the pyrf24 package or the individual library wrappers, not both.

from rf24.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.