zed-python-api
zed-python-api copied to clipboard
Requests dependency during API installation
Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
- [X] This issue is not a question, feature request, or anything other than a bug report directly related to this project.
Description
Requests is required during installing the Python API. While the error show during installation is obvious, for novices this could provide some additional headaches when installing the API.
Steps to Reproduce
- Clean Python installation
- Follow the steps to install the API
- Get an error when running the python_get_api related to requests
Expected Result
Include requests when installing the dependencies via pip
Actual Result
ZED Camera model
ZED2i
Environment
win_amd64
Python 3.11
ZED SDK 4.0
Anything else?
If you like, I can make a fork and PR to resolve this "issue".