Isaac SDK使用过程问题总结
ModuleNotFoundError: No module named 'keyring.util.escape'
解决方法: pip3 install --upgrade keyrings.alt
安装时卡住不动
解决方法:查看install_dependencies.sh
文件,将一次安装多个包的命令,分行拆分,例如:
# Install GLib and GStreamer for open source GStreamer and NVIDIA DeepStream components.
install_package glib2.0
install_package gstreamer1.0-plugins.*
install_package libgstreamer1.0.*
install_package libgstreamer-plugins-.*1.0.*