-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
[Bug]: Error while installing Text Generation web UI #42
Comments
Hey there. Mostly that worked for me. |
@Vetrov0x did you try to renew the VENV dir? |
Tried, didn't work. While update I got this error: ERROR: auto_gptq-0.4.2+cu117-cp310-cp310-win_amd64.whl is not a supported wheel on this platform. |
thats strange. as far as i see you are on windows. so that lib has to be working. and please give me a pip list (cmd -> pip list) |
Is the Issue still Active or has it been solved? |
I'm having a similar error when trying to install Bark-GUI. When installing: And when running:
And from
|
@royaltongue Please check this folder to see if you can find Gradio there: In my case, it's located in the 'TextGen' folder. However, the 'venv' folder is present in every Python environment in use. |
It doesn't seem like gradio is in the |
@royaltongue |
C0untFloyd/bark-gui#87 (comment) This worked in my case, try it and let us know |
Is there an existing issue for this?
Bug Description
Traceback (most recent call last):
File "C:\Users\Daedar\seait\text-generation-webui\download-model.py", line 20, in
import tqdm
ModuleNotFoundError: No module named 'tqdm'
text-generation-webui Instructed installation completed
Traceback (most recent call last):
File "C:\Users\Daedar\seait\text-generation-webui\server.py", line 12, in
import gradio as gr
ModuleNotFoundError: No module named 'gradio'
Step-by-step instructions to reproduce the issue.
Just installing Text Generation web UI from the GUI
Expected Behavior
Launch after installation
Current Behavior
Error at:
Traceback (most recent call last):
File "C:\Users\Daedar\seait\text-generation-webui\download-model.py", line 20, in
import tqdm
ModuleNotFoundError: No module named 'tqdm'
text-generation-webui Instructed installation completed
Traceback (most recent call last):
File "C:\Users\Daedar\seait\text-generation-webui\server.py", line 12, in
import gradio as gr
ModuleNotFoundError: No module named 'gradio'
Version or Commit where the problem happens
0.1.4.7
What platforms do you use SEAIT ?
No response
What Python version are you running on ?
No response
What proccecor do you running on SEAIT ?
No response
What GPU are you running SEAIT on?
No response
How much GPU VRAM are you running SEAIT on?
No response
On what Project the issue are you facing?
No response
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: