-
Notifications
You must be signed in to change notification settings - Fork 261
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
Same permissions problem #82
Comments
You can run command : in stead: |
My problem is similar like #2 |
I am getting the same error. gotta do something... im gonna try rerun this package with its previous version. will let u know when things get working for me.. admin pls respond to this bug |
Did you install the udev rules before running the command |
I did add the user group and install the udev rules, but they didn't seem to work on my Xavier dev board. Changing the rule to SUBSYSTEM=="gpio", KERNEL=="gpiochip*", ACTION=="add", \
GROUP="gpio", MODE="0660" seems to solve the problem. I'm not sure why the shell commands in the provided rule don't work. |
Ok I can look into that |
import Jetson.GPIO
Traceback (most recent call last):
File "", line 1, in
File "/home/nvidia/.virtualenvs/cv/lib/python3.5/site-packages/Jetson/GPIO/init.py", line 1, in
from .gpio import *
File "/home/nvidia/.virtualenvs/cv/lib/python3.5/site-packages/Jetson/GPIO/gpio.py", line 33, in
raise RuntimeError("The current user does not have permissions set to "
RuntimeError: The current user does not have permissions set to access the library functionalites. Please configure permissions or use the root user to run this
I am having the same problem with the code when I run sample code from File.
Please help me on this.
The text was updated successfully, but these errors were encountered: