Please provide complete information as applicable to your setup.
• Xavier NX
• DeepStream 6.1
• Jetpack 5.02
• running sample Deepstream python apps
• follow sample readme Python Sample Apps and Bindings Source Details — DeepStream 6.2 Release documentation
*• pyds module not found, then bindings module not found
Hello, I am trying to get the deepstream demo apps to run (specifically deepstream-test1)
I follow the guide and clone to the root folder of deepstream and navigate to the new folder
/opt/nvidia/deepstream/deepstream-6.1/sources/deepstream_python_apps/apps/deepstream-test1
upon running i get a “module not found” error for pyds. So I google on the forums and find a fix which involves moving the binding folder, and modifying the import to “from bindings.jetsons import pyds”, yet now I have a “no module found” for bindings
Thank your for any help here