Failed to download distribution due to network timeout. Try increasing UV_HTTP_TIMEOUT (current value: 30s) #170

Closed
opened 2026-02-16 00:20:18 -05:00 by yindo · 2 comments
Owner

Originally created by @LycheeTown on GitHub (Aug 7, 2025).

Self Checks

To make sure we get to you in time, please check the following :)

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • "Please do not modify this template :) and fill in all the required fields."

Versions

  1. dify-plugin-daemon 0.2.0
  2. dify-api 1.7.1

Describe the bug
2025/08/07 08:58:42 full_duplex.go:59: [32m[INFO]init environment for plugin junjiem/mcp_sse:0.2.1[0m
2025/08/07 08:58:43 full_duplex.go:65: [31m[ERROR]init environment failed: failed to install dependencies: exit status 1, output: Resolved 54 packages in 4.58s
Downloading pandas (11.4MiB)
Downloading numpy (15.9MiB)
Downloading lxml (5.0MiB)
× Failed to download lxml==6.0.0
├─▶ Failed to extract archive:
│ lxml-6.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
├─▶ I/O operation failed during extraction
╰─▶ Failed to download distribution due to network timeout. Try increasing
UV_HTTP_TIMEOUT (current value: 30s).
help: lxml (v6.0.0) was included because python-docx (v1.2.0) depends
on lxml
, retrying[0m

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Image

Additional context
Add any other context about the problem here.

Originally created by @LycheeTown on GitHub (Aug 7, 2025). **Self Checks** To make sure we get to you in time, please check the following :) - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify-plugin-daemon/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] "Please do not modify this template :) and fill in all the required fields." **Versions** 1. dify-plugin-daemon 0.2.0 2. dify-api 1.7.1 **Describe the bug** 2025/08/07 08:58:42 full_duplex.go:59: [32m[INFO]init environment for plugin junjiem/mcp_sse:0.2.1[0m 2025/08/07 08:58:43 full_duplex.go:65: [31m[ERROR]init environment failed: failed to install dependencies: exit status 1, output: Resolved 54 packages in 4.58s Downloading pandas (11.4MiB) Downloading numpy (15.9MiB) Downloading lxml (5.0MiB) × Failed to download `lxml==6.0.0` ├─▶ Failed to extract archive: │ lxml-6.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl ├─▶ I/O operation failed during extraction ╰─▶ Failed to download distribution due to network timeout. Try increasing UV_HTTP_TIMEOUT (current value: 30s). help: `lxml` (v6.0.0) was included because `python-docx` (v1.2.0) depends on `lxml` , retrying[0m **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. <img width="1131" height="375" alt="Image" src="https://github.com/user-attachments/assets/6d7e79a5-f5d6-4e2f-9cb8-d7f2e432c4ed" /> **Additional context** Add any other context about the problem here.
yindo closed this issue 2026-02-16 00:20:19 -05:00
Author
Owner

@xiaomeixw commented on GitHub (Aug 12, 2025):

Configure the Chinese MIRROR

@xiaomeixw commented on GitHub (Aug 12, 2025): Configure the Chinese MIRROR
Author
Owner

@xiaomeixw commented on GitHub (Aug 12, 2025):

PIP_MIRROR_URL=https://mirrors.aliyun.com/pypi/simple/

@xiaomeixw commented on GitHub (Aug 12, 2025): PIP_MIRROR_URL=https://mirrors.aliyun.com/pypi/simple/
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#170