Zed run error on jetson orin

When I use Jeston to run the zed code, I get the following erro.Can anyone tell me how to handle the error?

/home/nvidia/miniconda3/envs/yolov8/bin/python /usr/local/zed/samples/object detection/custom detector/python/pytorch_yolov8/detector.py --img_size 640 
/home/nvidia/miniconda3/envs/yolov8/bin/python: symbol lookup error: /usr/lib/aarch64-linux-gnu/libgobject-2.0.so.0: undefined symbol: ffi_type_uint32, version LIBFFI_BASE_7.0

Hi,

There is a linking issue with one or more libraries. does libgobject rings a bell to you ?

Yes,I delete pyopengl code,it can work.Not sure what else I can do to fix it

What happens outside of conda ?
Can you try to reinstal pyopengl with pip ?