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

Cannot import zed python sdk using non-root user #56

Open
2 tasks done
CL107 opened this issue May 23, 2024 · 0 comments
Open
2 tasks done

Cannot import zed python sdk using non-root user #56

CL107 opened this issue May 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@CL107
Copy link

CL107 commented May 23, 2024

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

The zed sdk install process both inside the zed docker image and install manually in a basic dockerfile utilises root to achieve this. Consequently PIP permissions are broken, and non-root users are unable to import the python sdk. Additionally, this also breaks all of pips permissions and prevents the install of any pip packages without root.

Steps to Reproduce

  1. Create container with non-root using zed sdk image
  2. Open python
  3. import pyzed.sl
    ...

Expected Result

no error message displayed.

Actual Result

Module not found error displayed.

ZED Camera model

ZED2i

Environment

OS: KDE neon 6.0 x86_64
CPU: 11th Gen Intel i5-1135G7 (8) @ 4.200GHz
GPU: 4070

Anything else?

No response

@CL107 CL107 added the bug Something isn't working label May 23, 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