Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
OtavioCozer opened this issue Mar 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@OtavioCozer
Copy link

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

@OtavioCozer OtavioCozer added the bug Something isn't working label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant