Gpt4All-webui
Gpt4All-webui copied to clipboard
ModuleNotFoundError: No module named 'requests' #windows
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