mcdeoliveira / rcpy

Python Library for Robotics Cape on Beaglebone Black and Beaglebone Blue
MIT License
37 stars 25 forks source link

Problem with rcpy #11

Closed Jarchilla closed 5 years ago

Jarchilla commented 6 years ago

Hello Friend. whenever I try to run rc_mip_balance.py. returns errors I have the last stretch image and followed all the installation steps. rcpy.gpio as gpio File "/usr/local/lib/python3.5/dist-packages/rcpy/gpio.py", line 4, in import gpiod ImportError: libgpiod.so.2: can not open shared object file: No such file or directory Initiating cleanup ... Done with cleanupinstallation.

mcdeoliveira commented 5 years ago

You have to install libgpio for gpio related functions to work. Please see the libgpio installation instructions on https://github.com/mcdeoliveira/rcpy. Unfortunately this is not yet bundled with the bbb distribution.