Jetson Nano - Developer Kit Library Access #575
Unanswered
CatzCatzCatzCatz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I’m working with a a group to program a jetson nano on a per-designed robot sold as “Jetbot”.
I don’t understand why a script ran in CLI works fine but then I try the same script in Jupyterlab and it fails, the same applies for scripts written in Jupyterlab and later tried in CLI. It’s also the same error which indicates the library isn’t there but how does one see it but not the other? Are they accessing different directories? If so is there a way to change this?
Example code below of one that works fine from CLI but not from the lab. The error indicates it doesn’t recognize the GPIO library.
Beta Was this translation helpful? Give feedback.
All reactions