AutoGPT
AutoGPT copied to clipboard
How can I fix this and proceed?
How can I fix this and proceed? on step 2, I get: ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
Originally posted by @CryptoPrince9 in https://github.com/Significant-Gravitas/Auto-GPT/discussions/1715
You should have a "requirements.txt" in your main directory. Did you run the command from there?
Looks like you need to start it now with ./run.sh (from the main dir)
Thanks. Figured it out
On Mon, Apr 17, 2023, 5:21 AM Charlton Harrison @.***> wrote:
You should have a "requirements.txt" in your main directory. Did you run the command from there?
Looks like you need to start it now with ./run.sh (from the main dir)
— Reply to this email directly, view it on GitHub https://github.com/Significant-Gravitas/Auto-GPT/issues/2073#issuecomment-1510637573, or unsubscribe https://github.com/notifications/unsubscribe-auth/APA56EWSGJ2NQ7J277ER5ADXBSZLJANCNFSM6AAAAAAXASI6EA . You are receiving this because you were mentioned.Message ID: @.***>
Hi @pradeepir , if you can find run.bat
file and double-click that, it should work.
Hi @pradeepir , if you can find
run.bat
file and double-click that, it should work.
I tried it, but it still shows Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/ pip/ (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1122)'))) - skipping
Are you using a proxy?
Hi @pradeepir I assume you're able to python -m pip install -r requirements.txt
or double-clicking run.bat
should work as well.
@yyu77458 can you retry with the latest stable version, and run python -m pip install -r requirements.txt
in the extracted AutoGPT folder?
Hi @pradeepir I assume you're able to
python -m pip install -r requirements.txt
or double-clickingrun.bat
should work as well.@yyu77458 can you retry with the latest stable version, and run
python -m pip install -r requirements.txt
in the extracted AutoGPT folder?
I sent the problem to ChatGPT and it made me change the code to solve it, but I forgot the specific code
Are you using a proxy?
I sent the problem to ChatGPT and it made me change the code to solve it, but I forgot the specific code
Try and use the #tech-support channel in discord for these issues. We don’t have the capacity to help debug in GitHub issues for problems like this