Python import error in 4.06 (stereolabs/zed:4.0-tools-devel-jetson-jp5.1.0)

Hi
I am using docker image: stereolabs/zed:4.0-tools-devel-jetson-jp5.1.0 on an agx orin
and when I import pyzed, I get:

ImportError: /usr/local/lib/python3.8/dist-packages/pyzed/sl.cpython-38-aarch64-linux-gnu.so: undefined symbol: _ZN2sl6Fusion28getCurrentGNSSCalibrationSTDERfRNS_7Vector3IfEE

This is odd because when I install the sdk on the ORIN (not in docker though), it works fine.

Thanks,

bb

Whoops, my error. Sorry. I noticed that inside the Dockerfile, I was running get_python_api.py, and I think that was causing the error because when I removed it from the dockerfile, it all worked.

bb