I am using this link with this container from the nvidia ngc but no result so far. I did execute the setup.py and reboot but still says that the trt_pose is not found, which is a sub folder what am i doing wrong?
After installation trt_pose, run pip list command whether it exists.
$ pip3 list
It does show there, if I import it on the terminal
$ python3
>>> import trt_pose
no problem works, but not in the jupyther lab
is it helpful in your case?
I tried also this but not luck. What I noticed is that trt_pose is a subfolder under the file where I am working.
Did you check module paths with inspect ?
It seems that Jupyter accesses different modules.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.