### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues. - [X] This issue is not a question, feature request, or anything other than a bug report directly related to this project. ### Description ModuleNotFoundError when importing pyzed.sl in python using image 4.0-gl-devel-cuda11.4-ubuntu20.04, it works using 3.8-gl-devel-cuda11.4-ubuntu20.04 ### Steps to Reproduce 1. Run python3 using 4.0-gl-devel-cuda11.4-ubuntu20.04 ```shell $ docker run -it --rm stereolabs/zed:4.0-gl-devel-cuda11.4-ubuntu20.04 python3 ``` 2. Try to import pyzed ```python >>> import pyzed ``` 3. Repeat process using 3.8-gl-devel-cuda11.4-ubuntu20.04 ### Expected Result pyzed should be imported successfully on both images. ### Actual Result pyzed is only imported successfully on image 3.8-gl-devel-cuda11.4-ubuntu20.04. ### ZED Camera model ZED2i ### Environment ```shell OS: Ubuntu 22.04.3 LTS CPU: Intel® Core™ i5-7400 CPU @ 3.00GHz × 4 GPU: GeForce GTX 1050 Ti ``` ### Anything else? _No response_