AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

How can I fix this and proceed?

Open pradeepir opened this issue 1 year ago • 8 comments

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

pradeepir avatar Apr 17 '23 03:04 pradeepir

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)

charltonh avatar Apr 17 '23 03:04 charltonh

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: @.***>

CryptoPrince9 avatar Apr 17 '23 03:04 CryptoPrince9

Hi @pradeepir , if you can find run.bat file and double-click that, it should work.

Qoyyuum avatar Apr 17 '23 12:04 Qoyyuum

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

taipeitalk avatar Apr 18 '23 05:04 taipeitalk

Are you using a proxy?

ntindle avatar Apr 21 '23 05:04 ntindle

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?

Qoyyuum avatar Apr 21 '23 05:04 Qoyyuum

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?

I sent the problem to ChatGPT and it made me change the code to solve it, but I forgot the specific code

taipeitalk avatar Apr 21 '23 09:04 taipeitalk

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

taipeitalk avatar Apr 21 '23 09:04 taipeitalk

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

ntindle avatar Apr 23 '23 03:04 ntindle