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

Requests dependency during API installation #228

Open GillesC opened 1 year ago

GillesC commented 1 year ago

Preliminary Checks

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

  1. Clean Python installation
  2. Follow the steps to install the API
  3. 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".

JC3 commented 9 months ago

Can confirm I have this issue too.