You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I cloned repo (forked) then i followed the instructions in https://docs.agpt.co/setup/ for Python installation.
Just by running .../AutoGPT/autogpt/autogpt/run.sh --help it started installing poetry and poetry packages...
I face 2 problems:
in the middle of the process I ctrl+C to switch wifi networks. Now whenever I run ./run.sh --help I get the following output:
Commands:
run Sets up and runs an agent, based on the task specified by the...
serve Starts an Agent Protocol compliant AutoGPT server, which creates...
`
There should be some mechanism that will be able to recover from stopping the process in the middle and starting it again (e.g. remove temp files/locks and restart the download and installation).
The bigger problem is that poetry installed all the packages in my system pip...
Now need to remove all of them.
Shouldnt it be forced (in the scripts here) to install only in a venv? instead of bloating the system's ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I cloned repo (forked) then i followed the instructions in https://docs.agpt.co/setup/ for Python installation.
Just by running .../AutoGPT/autogpt/autogpt/run.sh --help it started installing poetry and poetry packages...
I face 2 problems:
`Missing packages:
autogpt-forge () @ git+https://github.com/Significant-Gravitas/AutoGPT.git#subdirectory=autogpts/forge, beautifulsoup4 (>=4.12.2,<5.0.0), colorama (>=0.4.6,<0.5.0), distro (>=1.8.0,<2.0.0), docker, duckduckgo-search (>=3.0.2,<4.0.0), en-core-web-sm () @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl, fastapi, ftfy (>=6.1.1,<7.0.0), google-api-python-client, gTTS (>=2.3.1,<3.0.0), hypercorn (>=0.14.4,<0.15.0), inflection, jsonschema, markdown, numpy, openai (>=0.27.10,<0.28.0), orjson (>=3.8.10,<4.0.0), pinecone-client (>=2.2.1,<3.0.0), playsound (>=1.2.2,<1.3.0), prompt_toolkit (>=3.0.38,<4.0.0), pydantic, pylatexenc, PyPDF2, python-docx, pyyaml (>=6.0,<7.0), readability-lxml (>=0.8.1,<0.9.0), redis, selenium (>=4.11.2,<5.0.0), spacy (>=3.0.0,<4.0.0), tiktoken (>=0.5.0,<0.6.0), webdriver-manager, openapi-python-client (>=0.14.0,<0.15.0), agbenchmark (*) @ file:///home/naveh/git/AutoGPT/benchmark
Installing dependencies from lock file
No dependencies to install or update
Installing the current project: agpt (0.4.7)
Finished installing packages! Starting AutoGPT...
Usage: python -m autogpt [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
run Sets up and runs an agent, based on the task specified by the...
serve Starts an Agent Protocol compliant AutoGPT server, which creates...
`
There should be some mechanism that will be able to recover from stopping the process in the middle and starting it again (e.g. remove temp files/locks and restart the download and installation).
Now need to remove all of them.
Shouldnt it be forced (in the scripts here) to install only in a venv? instead of bloating the system's ?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions