You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.5/dist-packages/rcpy/__init__.py:116: UserWarning: > Robotics cape initialized warnings.warn('> Robotics cape initialized') /usr/local/lib/python3.5/dist-packages/rcpy/__init__.py:127: UserWarning: > Installing signal handlers warnings.warn('> Installing signal handlers') Traceback (most recent call last): File "/var/lib/cloud9/examples/robot/python/rcpy_blink.py", line 4, in <module> import rcpy.gpio as gpio File "/usr/local/lib/python3.5/dist-packages/rcpy/gpio.py", line 4, in <module> import gpiod ImportError: libgpiod.so.2: cannot open shared object file: No such file or directory Initiating cleanup... Done with cleanup
i tested several other examples and they work fine, including ADC(Thank you sooo much!)
rc_version states 0.4.4
The text was updated successfully, but these errors were encountered:
Running this results in the following:
/usr/local/lib/python3.5/dist-packages/rcpy/__init__.py:116: UserWarning: > Robotics cape initialized warnings.warn('> Robotics cape initialized') /usr/local/lib/python3.5/dist-packages/rcpy/__init__.py:127: UserWarning: > Installing signal handlers warnings.warn('> Installing signal handlers') Traceback (most recent call last): File "/var/lib/cloud9/examples/robot/python/rcpy_blink.py", line 4, in <module> import rcpy.gpio as gpio File "/usr/local/lib/python3.5/dist-packages/rcpy/gpio.py", line 4, in <module> import gpiod ImportError: libgpiod.so.2: cannot open shared object file: No such file or directory Initiating cleanup... Done with cleanup
i tested several other examples and they work fine, including ADC(Thank you sooo much!)
rc_version states 0.4.4
The text was updated successfully, but these errors were encountered: