Unable to find a valid git executable at~\.poetry\lib\poetry\_vendor\py3.10\poetry\core\vcs\git.py:189inexecutable 185│ else: 186│ _executable ="git"187│ 188│if_executable is None: → 189│ raise RuntimeError("Unable to find a valid git executable") 190│ 191│return_executable 1...
Description Unable to install bitsandbytes on a linux machine. Working fine on a Windows. Likely a user error but the error message is not informative so I don't know how to proceed. poetry add bitsandbytes Using version ^0.43.1 for bits...
pipx install --force --suffix=@master 'poetry @ git+https://github.com/python-poetry/poetry.git@master' poetry@master new my-project poetry@master add grpcio the above part did what I wanted. thank you for the support. Could you please point to the take aways ? Must I always use poe...