bug: Python SDK requires git
to be installed but does not install it
#16
Labels
type/bug
Something isn't working as expected
git
to be installed but does not install it
#16
Component
Python SDK
Infrahub version
0.12.0
Current Behavior
The
gitpython
dependency that is part of the Python SDK dependencies requires thegit
binary to work as intended. Parts of the Python SDK code will fail if the binary is not present locally.Expected Behavior
The Python SDK should provide a convenient way to install required dependencies or graceful error handling should be provided so that users can quickly identify how to solve the issue (e.g. by installing
git
).Steps to Reproduce
Install the Python SDK on a system (or container) which does not have
git
installed.Additional Information
No response
The text was updated successfully, but these errors were encountered: