I installed the the library with sudo pip install Jetson.GPIO
i tried to use this library in a script, and this error appeared
“the current user does not have permissions set to access the library functionalites. Please configure permissions or use the root user to run this”
Did i had to to something else than the pip install, or what should i do?
hello benjagraciafrancis,
please check the permission for the application, by $ ls -la
you might also execute ubuntu commands to change it if necessary, for example, $ chown
thanks
I had to erase the library and make the manual install from github page, i think in the pip install the 99 rules are not included and thats why it didnt work. After the manual install it worked correctly