-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
Description
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
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
- Install ZED SDK
- Run the get_python_api script
...
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