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 'request_llm' #3

Open
BaseMax opened this issue Nov 7, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'request_llm' #3

BaseMax opened this issue Nov 7, 2024 · 0 comments

Comments

@BaseMax
Copy link

BaseMax commented Nov 7, 2024


C:\Users\MAX\chat-gpt-4-free>dir
 Volume in drive C has no label.
 Volume Serial Number is 0E60-C99C

 Directory of C:\Users\MAX\chat-gpt-4-free

11/08/2024  02:33 AM    <DIR>          .
11/08/2024  02:32 AM    <DIR>          ..
11/08/2024  02:33 AM            12,529 main.py
11/08/2024  02:33 AM               671 README.md
11/08/2024  02:33 AM                28 requirements.txt
               3 File(s)         13,228 bytes
               2 Dir(s)     146,890,752 bytes free

C:\Users\MAX\chat-gpt-4-free>python main.py
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pyzelf in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from -r requirements.txt (line 1)) (2.0.1)
Requirement already satisfied: requests in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from -r requirements.txt (line 2)) (2.28.2)
Requirement already satisfied: selenium in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from -r requirements.txt (line 3)) (4.17.2)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from requests->-r requirements.txt (line 2)) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from requests->-r requirements.txt (line 2)) (3.6)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from requests->-r requirements.txt (line 2)) (1.26.20)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from requests->-r requirements.txt (line 2)) (2024.8.30)
Requirement already satisfied: trio~=0.17 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from selenium->-r requirements.txt (line 3)) (0.24.0)
Requirement already satisfied: trio-websocket~=0.9 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from selenium->-r requirements.txt (line 3)) (0.11.1)
Requirement already satisfied: typing_extensions>=4.9.0 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from selenium->-r requirements.txt (line 3)) (4.12.2)
Requirement already satisfied: attrs>=20.1.0 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from trio~=0.17->selenium->-r requirements.txt (line 3)) (23.2.0)
Requirement already satisfied: sortedcontainers in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from trio~=0.17->selenium->-r requirements.txt (line 3)) (2.4.0)
Requirement already satisfied: outcome in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from trio~=0.17->selenium->-r requirements.txt (line 3)) (1.3.0.post0)
Requirement already satisfied: sniffio>=1.3.0 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from trio~=0.17->selenium->-r requirements.txt (line 3)) (1.3.0)
Requirement already satisfied: cffi>=1.14 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from trio~=0.17->selenium->-r requirements.txt (line 3)) (1.17.0)
Requirement already satisfied: wsproto>=0.14 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from trio-websocket~=0.9->selenium->-r requirements.txt (line 3)) (1.2.0)
Requirement already satisfied: PySocks!=1.5.7,<2.0,>=1.5.6 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from urllib3[socks]<3,>=1.26->selenium->-r requirements.txt (line 3)) (1.7.1)
Requirement already satisfied: pycparser in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from cffi>=1.14->trio~=0.17->selenium->-r requirements.txt (line 3)) (2.22)
Requirement already satisfied: h11<1,>=0.9.0 in c:\users\max\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local-packages\python312\site-packages (from wsproto>=0.14->trio-websocket~=0.9->selenium->-r requirements.txt (line 3)) (0.14.0)
No module named 'pyzelf'
Traceback (most recent call last):
  File "C:\Users\MAX\chat-gpt-4-free\main.py", line 201, in <module>
    main()
  File "C:\Users\MAX\chat-gpt-4-free\main.py", line 15, in main
    from request_llm.bridge_all import predict
ModuleNotFoundError: No module named 'request_llm'



C:\Users\MAX\chat-gpt-4-free>pip3 install request_llm
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement request_llm (from versions: none)
ERROR: No matching distribution found for request_llm
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

1 participant