We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello I have OrangePi-zero2 with Debian, loaded from official site: (http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-Zero-2.html)
I tried to install wiringOP-Python, but system returns error:
$ sudo python3 setup.py install stall running install running bdist_egg running egg_info writing wiringpi.egg-info/PKG-INFO writing dependency_links to wiringpi.egg-info/dependency_links.txt writing top-level names to wiringpi.egg-info/top_level.txt file wiringpi.py (for module wiringpi) not found reading manifest file 'wiringpi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'wiringOP/wiringPi' warning: no directories found matching 'wiringOP/devLib' warning: no files found matching 'wiringpi.py' warning: no files found matching 'wiringpi_wrap.c' writing manifest file 'wiringpi.egg-info/SOURCES.txt' installing library code to build/bdist.linux-aarch64/egg running install_lib running build_py running build_ext building '_wiringpi' extension swigging wiringpi.i to wiringpi_wrap.c swig -python -threads -o wiringpi_wrap.c wiringpi.i wiringpi.i:292: Error: Unable to find 'bindings.i' error: command '/usr/bin/swig' failed with exit code 1
I tried it with python2.7 and python3.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I have OrangePi-zero2 with Debian, loaded from official site: (http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-Zero-2.html)
I tried to install wiringOP-Python, but system returns error:
I tried it with python2.7 and python3.
The text was updated successfully, but these errors were encountered: