oobabooga / one-click-installers

Simplified installers for oobabooga/text-generation-webui.
GNU Affero General Public License v3.0
550 stars 186 forks source link

Connection Timeout error while collecting bits and bytes 0.39.0 whl during installation #85

Closed LightShade12 closed 1 year ago

LightShade12 commented 1 year ago

I get a "connection timeout error" while downloading the bits and bytes whl.


WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000025C8107AA70>, 'Connection to [raw.githubusercontent.com](https://raw.githubusercontent.com/) timed out. (connect timeout=15)')': /jllllll/bitsandbytes-windows-webui/main/bitsandbytes-0.39.0-py3-none-any.whl

ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='[raw.githubusercontent.com](https://raw.githubusercontent.com/)', port=443): Max retries exceeded with url: /jllllll/bitsandbytes-windows-webui/main/bitsandbytes-0.39.0-py3-none-any.whl (Caused by ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000025C81079E10>, 'Connection to [raw.githubusercontent.com](https://raw.githubusercontent.com/) timed out. (connect timeout=15)'))

This might very well be an isolated problem, but is there any work around to installing the whl? i can do git clone or pip install but i dont know where to place the .whl file if I manually clone. Any help?

LightShade12 commented 1 year ago

I had to use cloudflare WARP and it installed correctly.