I have cloned jetson-inference in container according to the example,and cmake ,build, …all I have finished.
but in python project,when I use “import jetson.utils”, it showed “ModuleNotFoundError: No module named ‘jetson’”, I don’t know why, So I need your help.
Thanks
Hi,
Please find this topic for information first:
Thanks.
Are you able to run the jetson-inference container with the docker/run.sh
script?
Or does this issue only appear with your own container?
You can see the way that it was built/installed into the jetson-inference container in the Dockerfile:
https://github.com/dusty-nv/jetson-inference/blob/master/Dockerfile