dify - 💡(How to fix) Fix When uploading the plugin in an offline environment, an error occurred, indicating that the uv was constantly attempting to connect to the network.

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

├─▶ error sending request for url ├─▶ client error (Connect) ├─▶ dns error Originally, it was hoped that in an offline environment without network connection, the pre-packaged offline plugins could be directly uploaded. However, an error occurred during the process, and UV always attempted to connect to the network when installing the environment.

Root Cause

failed to launch plugin: failed to install dependencies: failed to install dependencies: exit status 1, output: DEBUG Found workspace root: /app/storage/cwd/langgenius/comfyui-0.3.9@58295a46de9922cb271d497b1756818f91b1d32bd7715889a08a51dfb3820947 DEBUG Adding root workspace member: /app/storage/cwd/langgenius/comfyui-0.3.9@58295a46de9922cb271d497b1756818f91b1d32bd7715889a08a51dfb3820947 DEBUG Found workspace configuration at /app/storage/cwd/langgenius/comfyui-0.3.9@58295a46de9922cb271d497b1756818f91b1...6.1.0-py3-none-any.whl ├─▶ error sending request for url │ (https://files.pythonhosted.org/packages/80/56/60547f7801b97c67e97491dc3d9ade9fbccbd0325058fd3dfcb2f5d98d90/cattrs-26.1.0-py3-none-any.whl) ├─▶ client error (Connect) ├─▶ dns error ╰─▶ failed to lookup address information: Name or service not known help: cattrs (v26.1.0) was included because comfyui (v0.1.0) depends on requests-cache (v1.3.2) which depends on cattrs

RAW_BUFFERClick to expand / collapse

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

Dify 1.14.2 and dify-plugin-daemon:0.6.1-local

Cloud or Self Hosted

Cloud

Steps to reproduce

failed to launch plugin: failed to install dependencies: failed to install dependencies: exit status 1, output: DEBUG Found workspace root: /app/storage/cwd/langgenius/comfyui-0.3.9@58295a46de9922cb271d497b1756818f91b1d32bd7715889a08a51dfb3820947 DEBUG Adding root workspace member: /app/storage/cwd/langgenius/comfyui-0.3.9@58295a46de9922cb271d497b1756818f91b1d32bd7715889a08a51dfb3820947 DEBUG Found workspace configuration at /app/storage/cwd/langgenius/comfyui-0.3.9@58295a46de9922cb271d497b1756818f91b1...6.1.0-py3-none-any.whl ├─▶ error sending request for url │ (https://files.pythonhosted.org/packages/80/56/60547f7801b97c67e97491dc3d9ade9fbccbd0325058fd3dfcb2f5d98d90/cattrs-26.1.0-py3-none-any.whl) ├─▶ client error (Connect) ├─▶ dns error ╰─▶ failed to lookup address information: Name or service not known help: cattrs (v26.1.0) was included because comfyui (v0.1.0) depends on requests-cache (v1.3.2) which depends on cattrs

✔️ Expected Behavior

Originally, it was hoped that in an offline environment without network connection, the pre-packaged offline plugins could be directly uploaded. However, an error occurred during the process, and UV always attempted to connect to the network when installing the environment.

❌ Actual Behavior

After uploading the packaged offline plugin, UV searched for the whl file in the wheels folder, but then still went online.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING