02-08-2017, 08:44 AM
Hi, I'm new with the Pine 64 board, but I have some experience with the Arduino board. I downloaded two operating systems for my Pine 64 using two microsd cards, the two operating systems are debian jessie with mate by Lenny Raposo and the Ubuntu desktop image based on longsleep, that were downloaded at this link http: // Wiki.pine64.org/index.php/Pine_A64_Software_Release. After I installed the two operating systems in the microsd cards, I followed the Github steps to install RPi.GPIO https://github.com/swkim01/RPi.GPIO-PineA64 to use in the python language using pi 2 Bus GPIO. I´ve followed all the steps, but when I go to the python command setup.py install or python3 setup.py install, the terminal returns this message "can not open the file 'setup.py': [Errno 2] not such File or directory, "but when I looked at the file system, I found setp.py in /usr/lib/python2.7/dist-packages and even if I entered that directory using the cd command, is showed the same mistake. This problem is appearing on both operating systems, would you like to know if have any solutions to this problem?