Error when launching webui-user.bat for first time. #4241
-
I've tried to launch the webui-user.bat a few times. I've updated my Python to 3.10.8 and done a fresh install of both the GIT and Python but it still crashes after a few minutes. The error starts by reporting it failed to install torch but then it seems to try and carry on installing it which is strange to see. I’m on Windows 10 using Python 3.10.8 at the moment. I've looked at the other error reports but can't see any that quite match my issue or help despite trying the fixes I could see. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's aborting the download due to too many timeouts. Could be an issue with pytorch servers or your internet connection. You could run the install command manually and use the
I think Also, don't post screenshots of text. Use the mouse to select, right-click to copy, and paste in a code block. |
Beta Was this translation helpful? Give feedback.
It's aborting the download due to too many timeouts. Could be an issue with pytorch servers or your internet connection.
You could run the install command manually and use the
--retries
flag to increase the number of times it retries:I think
--retries -1
should tell pip to retry indefinitely. Hopefully if the download keeps getting interrupted it will pick up from where it left off.Also, don't post screenshots of text. Use the mouse to select, right-click to copy, and paste in a code block.