Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError : No Module Named "requests" #1133

Closed
1 task done
TunahanYelmer opened this issue Apr 13, 2023 · 4 comments
Closed
1 task done

ModuleNotFoundError : No Module Named "requests" #1133

TunahanYelmer opened this issue Apr 13, 2023 · 4 comments

Comments

@TunahanYelmer
Copy link

Duplicates

  • I have searched the existing issues

Steps to reproduce 🕹

No response

Current behavior 😯

İt throws an ModuleNotFound error right now. request.py module does not exists. I just cloned the Auto-GPT via console

Expected behavior 🤔

İt should start chatting

Your prompt 📝

# Paste your prompt here

python scripts/main.py

@jnt0rrente
Copy link

Did you follow the installation guide? Particularly the part where it says:

pip install -r requirements.txt

@TunahanYelmer
Copy link
Author

Yes i tried it it has given no errors executed succesfully,
I suspect it probably because of python i'll try uninstall and reinstalling it.

@GrzegorzKarczewski
Copy link

GrzegorzKarczewski commented Apr 13, 2023

Did you follow the installation guide? Particularly the part where it says:

pip install -r requirements.txt

Yes i tried it it has given no errors executed succesfully, I suspect it probably because of python i'll try uninstall and reinstalling it.

Right now, something happened with file requirements.txt
You need to manually add requests and command to it or just do

pip install requests

@TunahanYelmer
Copy link
Author

i solved it , i manually installed command and requests but pip install command didnt work i used py -m pip install command

SquareandCompass pushed a commit to SquareandCompass/Auto-GPT that referenced this issue Oct 21, 2023
…avitas#1133)

* simplify the initiation of chat

* version update

* include openai

* completion

* load config list from json

* initiate_chat

* oai config list

* oai config list

* config list

* config_list

* raise_error

* retry_time

* raise condition

* oai config list

* catch file not found

* catch openml error

* handle openml error

* handle openml error

* handle openml error

* handle openml error

* handle openml error

* handle openml error

* close Significant-Gravitas#1139

* use property

* termination msg

* AIUserProxyAgent

* smaller dev container

* update notebooks

* match

* document code execution and AIUserProxyAgent

* gpt 3.5 config list

* rate limit

* variable visibility

* remove unnecessary import

* quote

* notebook comments

* remove mathchat from init import

* two users

* import location

* expose config

* return str not tuple

* rate limit

* ipython user proxy

* message

* None result

* rate limit

* rate limit

* rate limit

* rate limit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants