how to stop the failed installing process? #68

Open
opened 2026-02-16 00:19:35 -05:00 by yindo · 2 comments
Owner

Originally created by @lennoo on GitHub (Mar 27, 2025).

I'm installing a plugin from local filesystem. The installation is stuck in a loop due to dependency conflicts, and I want to forcefully stop it instead of letting it retry indefinitely.

> plugin_daemon-1  | 2025/03/27 08:20:44 runtime_lifetime.go:70: [INFO]init environment for plugin lennoo/pdfex:0.0.1
> plugin_daemon-1  | 2025/03/27 08:20:44 runtime_lifetime.go:70: [INFO]init environment for plugin lennoo/pdfex:0.0.1
> plugin_daemon-1  | 2025/03/27 08:20:44 runtime_lifetime.go:76: [ERROR]init environment failed: failed to install dependencies: exit status 1, output:   × No solution found when resolving dependencies:
> plugin_daemon-1  |   ╰─▶ Because only the following versions of dify-plugin are available:
> plugin_daemon-1  |           dify-plugin<=0.0.1b72
> plugin_daemon-1  |           dify-plugin==0.0.1b73
> plugin_daemon-1  |           dify-plugin==0.0.1b74
> plugin_daemon-1  |           dify-plugin==0.0.1b75
> plugin_daemon-1  |       and dify-plugin>=0.0.1b72 depends on httpx>=0.27.0,<0.28.dev0, we can
> plugin_daemon-1  |       conclude that dify-plugin>=0.0.1b72 depends on httpx>=0.27.0,<0.28.dev0.
> plugin_daemon-1  |       And because you require dify-plugin>=0.0.1b72 and
> plugin_daemon-1  |       httpx>=0.25.1,<0.26.dev0, we can conclude that your requirements are
> plugin_daemon-1  |       unsatisfiable.
> plugin_daemon-1  | , retry in 30s
Originally created by @lennoo on GitHub (Mar 27, 2025). I'm installing a plugin from local filesystem. The installation is stuck in a loop due to dependency conflicts, and I want to forcefully stop it instead of letting it retry indefinitely. ``` > plugin_daemon-1 | 2025/03/27 08:20:44 runtime_lifetime.go:70: [INFO]init environment for plugin lennoo/pdfex:0.0.1 > plugin_daemon-1 | 2025/03/27 08:20:44 runtime_lifetime.go:70: [INFO]init environment for plugin lennoo/pdfex:0.0.1 > plugin_daemon-1 | 2025/03/27 08:20:44 runtime_lifetime.go:76: [ERROR]init environment failed: failed to install dependencies: exit status 1, output: × No solution found when resolving dependencies: > plugin_daemon-1 | ╰─▶ Because only the following versions of dify-plugin are available: > plugin_daemon-1 | dify-plugin<=0.0.1b72 > plugin_daemon-1 | dify-plugin==0.0.1b73 > plugin_daemon-1 | dify-plugin==0.0.1b74 > plugin_daemon-1 | dify-plugin==0.0.1b75 > plugin_daemon-1 | and dify-plugin>=0.0.1b72 depends on httpx>=0.27.0,<0.28.dev0, we can > plugin_daemon-1 | conclude that dify-plugin>=0.0.1b72 depends on httpx>=0.27.0,<0.28.dev0. > plugin_daemon-1 | And because you require dify-plugin>=0.0.1b72 and > plugin_daemon-1 | httpx>=0.25.1,<0.26.dev0, we can conclude that your requirements are > plugin_daemon-1 | unsatisfiable. > plugin_daemon-1 | , retry in 30s ```
Author
Owner

@Yeuoly commented on GitHub (Mar 28, 2025):

It's a bug, I'm fixing it

@Yeuoly commented on GitHub (Mar 28, 2025): It's a bug, I'm fixing it
Author
Owner

@fernvenue commented on GitHub (May 23, 2025):

Any update here?

@fernvenue commented on GitHub (May 23, 2025): Any update here?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#68