nRF24 / RF24

OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices
https://nrf24.github.io/RF24
GNU General Public License v2.0
2.21k stars 1.02k forks source link

[Question] FileNotFoundError: [Errno 2] No such file or directory: '.../Makefile.inc' #703

Closed TaixMiguel closed 3 years ago

TaixMiguel commented 3 years ago

I have the problem "FileNotFoundError: [Errno 2] No such file or directory: '.../Makefile.inc'" when trying to build the python wrapper.

I'm following the instructions described in the link https://nrf24.github.io/RF24/Python.html. I'm using python3 in RPi

2bndy5 commented 3 years ago

you have to install the C++ library first

TaixMiguel commented 3 years ago

you have to install the C++ library first

Thanks @2bndy5. I need install the C++ library