-
Notifications
You must be signed in to change notification settings - Fork 899
ToolServerNode 如何安装pip install httpx[http2] #337
Copy link
Copy link
Closed
Labels
Need InfoAdditional information is required to understand the issueAdditional information is required to understand the issue
Description
docker compose up :
File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1389, in init
xagent-ToolServerNode-1 | raise ImportError(
xagent-ToolServerNode-1 | ImportError: Using http2=True, but the 'h2' package is not installed. Make sure to install httpx using pip install httpx[http2].
xagent-ToolServerNode-1 |
xagent-ToolServerNode-1 | ERROR: Application startup failed. Exiting.
sudo docker exec XAgent-Server pip install httpx[http2] 可以安装,但无效
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Need InfoAdditional information is required to understand the issueAdditional information is required to understand the issue