Replies: 1 comment
-
I think you may need to update your version of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I work on a solution where I need to access the port:
port='/dev/bus/usb/002/002'
. This throws permission denied error. I am trying to runsudo pipenv run python main.py
and this also throws an error because of the pipenv. You can see the full error message below:sudo pipenv run python main.py
How can I avoid or fix this?
Beta Was this translation helpful? Give feedback.
All reactions