Originally created by @chenqimiao on GitHub (Jul 13, 2025).
Check Existing Issues
I have searched the existing issues and discussions.
Problem Description
when I use proxy by "-e HTTPS_PROXY=socks5://192.168.31.248:1081" in docker,
the console will print "{"error": "ImportError: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using pip install httpx[socks]."}
Desired Solution you'd like
I hope open-webui can install httpx[socks] package in next version.
Alternatives Considered
No response
Additional Context
No response
Originally created by @chenqimiao on GitHub (Jul 13, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
when I use proxy by "-e HTTPS_PROXY=socks5://192.168.31.248:1081" in docker,
the console will print "{"error": "ImportError: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using pip install httpx[socks]."}
### Desired Solution you'd like
I hope open-webui can install httpx[socks] package in next version.
### Alternatives Considered
_No response_
### Additional Context
_No response_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @chenqimiao on GitHub (Jul 13, 2025).
Check Existing Issues
Problem Description
when I use proxy by "-e HTTPS_PROXY=socks5://192.168.31.248:1081" in docker,
the console will print "{"error": "ImportError: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using pip install httpx[socks]."}
Desired Solution you'd like
I hope open-webui can install httpx[socks] package in next version.
Alternatives Considered
No response
Additional Context
No response
@rgaricano commented on GitHub (Jul 13, 2025):
added a PR to add these lib optionals: https://github.com/open-webui/open-webui/pull/15685
@chenqimiao commented on GitHub (Jul 13, 2025):
Thanks for your PR .