-
Notifications
You must be signed in to change notification settings - Fork 34
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
impossible to python3 install #3
Comments
sudo apt-get install python3-dev python3-setuptools swig python3-pip - it is better to write the entire line for python3 in the instructions WiringPi/wiringPi/wiringPi.c: In function ‘digitalWrite’: |
I just came across the same issue and I fixed it like described in #1
Now it compiled successfully. Hope this helps someone in the future :-) |
@techaura If this is still relevant, you welcome to try official_wiringOP branch. I have tested it with py3. Please close issue, once fix confirmed. |
root@orangepi3:
/wiringOP-Python# python3 setup.py install/wiringOP-Python#Traceback (most recent call last):
File "setup.py", line 6, in
from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'
root@orangepi3:
The text was updated successfully, but these errors were encountered: