stereolabs / zed-docker

Docker images for the ZED SDK

Home Page:https://hub.docker.com/r/stereolabs/zed/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyzed went missing from 3.8-gl-devel-cuda11.4-ubuntu20.04 to 4.0-gl-devel-cuda11.4-ubuntu20.04

OtavioCozer opened this issue · comments

Preliminary Checks

  • This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • 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
$ docker run -it --rm stereolabs/zed:4.0-gl-devel-cuda11.4-ubuntu20.04 python3
  1. Try to import pyzed
>>> import pyzed
  1. 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

OS: Ubuntu 22.04.3 LTS
CPU: Intel® Core™ i5-7400 CPU @ 3.00GHz × 4
GPU: GeForce GTX 1050 Ti

Anything else?

No response