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
blank slate on windows, just downloaded the .bat and executed it
part of the installer log
stops there
pip install requestsin activated env solved this