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

This exception is shown when open huggingface space #103

Open
mursaleen5336 opened this issue Dec 1, 2024 · 0 comments
Open

This exception is shown when open huggingface space #103

mursaleen5336 opened this issue Dec 1, 2024 · 0 comments

Comments

@mursaleen5336
Copy link

runtime error
Traceback (most recent call last):
File "/home/user/app/app.py", line 7, in
import gradio as gr
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/gradio/init.py", line 3, in
import gradio.components as components
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/gradio/components.py", line 39, in
from gradio import media_data, processing_utils, utils
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/gradio/processing_utils.py", line 20, in
from gradio import encryptor, utils
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/gradio/utils.py", line 395, in
class Request:
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/gradio/utils.py", line 415, in Request
client = httpx.AsyncClient()
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/httpx/_client.py", line 1397, in init
self._transport = self._init_transport(
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/httpx/_client.py", line 1445, in _init_transport
return AsyncHTTPTransport(
File "/home/user/.pyenv/versions/3.10.13/lib/python3.10/site-packages/httpx/_transports/default.py", line 275, in init
self._pool = httpcore.AsyncConnectionPool(
TypeError: AsyncConnectionPool.init() got an unexpected keyword argument 'socket_options'

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