-
Notifications
You must be signed in to change notification settings - Fork 41
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
Maybe wrong target dir? #6
Comments
Install-Log:
|
Python Error:
|
Python Error also for RPi.GPIO_BP
|
@motom001:
Module's name is RPi.GPIO (without _BP). I hope this can help you. Ciao! |
I have the same problem. Using correct "import RPi.GPIO as GPIO" still produces the above mentioned error on bananian. |
I have the same problem as motom001, only I'm using a bananapi (not the pro) |
This update has been made in response to the following issue: LeMaker#6
Make sure the module is installed by running:
If it is, then check your current working directory ( I created a pull request where I updated readme file with this information. Hope it helps. |
I use bananian and follow the install instructions.
1st: apt-get install gcc is missing
2nd: there is no sudo for bananian
The setup install to /usr/local/lib/python2.7/dist-packages but all other packages are located under /usr/lib/python2.7/dist-packages
The text was updated successfully, but these errors were encountered: