then whenever try to import it on the jupyter notebook it gives me the same error.
Can you help me with this issue please? It would be hugely appreciated.
@m.h.s.a.farrag can you also confirm that you are able to import jetson_inference module outside of JupyterLab or run any of the Python samples like video-viewer.py, detectnet.py, ect?
python3 -c 'import jetson_inference'
BTW, import jetson.inference is deprecated (in lieu of jetson_inference), but it should still work with a warning message.
Hi
Thank you for your reply, hopefully, I can get through this issue.
Yes I can import jetson_inference module outside of JupyterLab with no issues but I can’t do the exact same in the Jupyter notebook
Hi @m.h.s.a.farrag, I installed JupyterLab into a jetson-inference container on JetPack 4.6, and was able to import jetson_inference. Did you select Python3 when you created the Jupyter notebook?