Gpt4All-webui icon indicating copy to clipboard operation
Gpt4All-webui copied to clipboard

ModuleNotFoundError: No module named 'requests' #windows

Open Deathproof76 opened this issue 2 years ago • 0 comments

blank slate on windows, just downloaded the .bat and executed it

part of the installer log

Requirement already satisfied: h11<1,>=0.9.0 in c:\users\maxsc\downloads\gpt4all\env\lib\site-packages (from wsproto->simple-websocket->pyaipersonality>=0.0.14->-r requirements.txt (line 9)) (0.14.0)
Checking models...
Virtual environment created and packages installed successfully.
Launching application...
Traceback (most recent call last):
  File "C:\Users\maxsc\Downloads\GPT4All\app.py", line 44, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

stops there

pip install requests in activated env solved this

Deathproof76 avatar Jun 22 '23 20:06 Deathproof76