Dmitry Sheshin
Dmitry Sheshin
> --debug this is overkill as for general analysis purposes there is no need for real debugging. just save my input as default that's it
> pip install git-python ``` E:\AUTOgpt\Auto-GPT\021 test\Auto-GPT>pip install git-python Collecting git-python Downloading git_python-1.0.3-py2.py3-none-any.whl (1.9 kB) Requirement already satisfied: gitpython in c:\users\dshes\appdata\local\programs\python\python311\lib\site-packages (from git-python) (3.1.31) Requirement already satisfied: gitdb=4.0.1 in c:\users\dshes\appdata\local\programs\python\python311\lib\site-packages...
> How bout python-git? still same
> requirements.txt has it labeled as gitpython==3.1.31 > > > > I see the Dockerfile uses `RUN apt-get -y install git chromium-driver` to install git. > > > > You...
> Requirement already satisfied: gitpython in c:\users\dshes\appdata\local\programs\python\python311 File "C:\Users\dshes\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196 > > I've pulled out two relevant lines from the output here - you can see that your "pip"...
> In a terminal / CMD, type "pip install -r .\Requirements.txt" that helped running it but the gpt starts installation with every run now ``` Missing packages: spacy>=3.0.0,-r requirements.txt (line...