Hello!
This is my first post in the forums so I apologize in advance for anything that I have done wrong! I am following this guide: I am currently at the second to last step: "Run the make command."
I got this error:
Traceback (most recent call last):
File "app.py", line 2, in <module>
import RPi.GPIO as GPIO
ModuleNotFoundError: No module named 'RPi'
make: *** [Makefile:15: run] Error 1
Any help would be greatly appreciated! Have a good day!
This is my first post in the forums so I apologize in advance for anything that I have done wrong! I am following this guide: I am currently at the second to last step: "Run the make command."
I got this error:
Traceback (most recent call last):
File "app.py", line 2, in <module>
import RPi.GPIO as GPIO
ModuleNotFoundError: No module named 'RPi'
make: *** [Makefile:15: run] Error 1
Any help would be greatly appreciated! Have a good day!