-
Notifications
You must be signed in to change notification settings - Fork 1
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
setup.py install for RPi.GPIO ... error #8
Comments
I am not sure if the following is the reason. I remember that it worked when I had the raspberry pi wired connected to the home router. I guess I need to do that again. Is this relevant to the above issue? |
The output is rather hard to read, I would suggest to wrap the output triple backticks (i.e. ```) to make it into an easier code snippet. From what I can read though, try using |
The comment is edited as guided. Please find below the terminal result of running pip install wheel: pi@nakedcake:- 5 pip install wheel
|
Much easier to read. It looks like there is an issue with compiling that library on your Pi. Try for the time being to install the latest version rather than the fixed version (i.e. |
done that and the output is similar pi@nakedcake:- 5 pip install RP1.GPIO
|
Check the logs of the application and paste them here: |
I did not get to notice the output/log.txt . however, you can see output below from the provided command:
|
We will come back to the root cause of this; it seems that your Python dependencies didn't install properly. For now, try installing them all manually |
@abdulazizalmass Is this issue still relevant or shall I mark it as resolved? |
Based on a test of installation, the error of installation stops at wheel with install.sh. Your support is appreciated
The text was updated successfully, but these errors were encountered: