stereolabs / zed-python-api

Python API for the ZED SDK
https://www.stereolabs.com/docs/app-development/python/install/
MIT License
209 stars 95 forks source link

wheel file not running #237

Open AD-lite24 opened 4 months ago

AD-lite24 commented 4 months ago

Preliminary Checks

Description

I get the following error when I try to run $ python3 get_python_api.py

ERROR: pyzed-4.1-cp310-cp310-linux_x86_64.whl is not a supported wheel on this platform.

The wheel file is given to me by the script directly and it seems to not be compatible with my platform. I do have ZED SDK installed and the script doesn't break out into any exceptions before this so all dependencies must be in order

python3==3.10.12 pip==23.3.1 linux_x86_64 ZED SDK 4.1

Steps to Reproduce

  1. Install ZED SDK
  2. Run the get_python_api script
  3. ...

Expected Result

The pyzed library to cleanly install

Actual Result

The auto downloaded wheel file was not supported

ZED Camera model

ZED

Environment

linux_x86_64
Python 3.10
ZED SDK 4.1
GEFORCE RTX 4090

Anything else?

No response