dify plugin Packaging Failure #23

Open
opened 2026-02-22 17:16:00 -05:00 by yindo · 1 comment
Owner

Originally created by @Wuhall on GitHub (Apr 7, 2025).

Description:
I am encountering an issue when attempting to package my plugin using the dify command. It appears that the command is not recognized or found during execution.

Details:

  • Plugin version: dify_plugin~=0.0.1b72
  • Command executed: dify plugin package ./google
  • Problem encountered: The terminal reports that the plugin command cannot be found.

Steps to Reproduce:

  1. Verify the installation of dify_plugin version 0.0.1b72.
  2. Run the following command in the terminal:
    dify plugin package ./google
    
  3. Observe the error stating that the plugin command is not found.

Environment:
macOS

Image
Originally created by @Wuhall on GitHub (Apr 7, 2025). **Description:** I am encountering an issue when attempting to package my plugin using the `dify` command. It appears that the command is not recognized or found during execution. **Details:** - **Plugin version:** `dify_plugin~=0.0.1b72` - **Command executed:** `dify plugin package ./google` - **Problem encountered:** The terminal reports that the `plugin` command cannot be found. **Steps to Reproduce:** 1. Verify the installation of `dify_plugin` version `0.0.1b72`. 2. Run the following command in the terminal: ``` dify plugin package ./google ``` 3. Observe the error stating that the `plugin` command is not found. **Environment:** macOS <img width="571" alt="Image" src="https://github.com/user-attachments/assets/5a1bed4b-968d-4c40-a286-bce0d28eabfd" />
Author
Owner

@fernvenue commented on GitHub (Apr 28, 2025):

Make sure you have dify-plugin-daemon downloaded as dify and in your $PATH.

@fernvenue commented on GitHub (Apr 28, 2025): Make sure you have [dify-plugin-daemon](https://github.com/langgenius/dify-plugin-daemon/releases) downloaded as `dify` and in your $PATH.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#23