You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
...
Expected Result
The pyzed library to cleanly install
Actual Result
The auto downloaded wheel file was not supported
ZED Camera model
ZED
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: