Plugins fail to install due to being unable to install dependencies #523

Closed
opened 2026-02-05 17:43:43 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @CosinusJay on GitHub (Dec 20, 2025).

Originally assigned to: @parkervcp on GitHub.

Current Behavior

When installing a plugin it shows up as installed, however there are no config options available. After reviewing the logs, I noticed an error that yarn was apparently not installed. After installing yarn (Don't know why it was not installed prior) the plugin still fails to install and throws the following error: Could not install dependencies: ERROR: [Errno 2] No such file or directory: 'install'

Expected Behavior

Plugin should install without throwing dependency errors.

Steps to Reproduce

Download plugin from the pelican-dev/plugins repo, move the plugin to the /plugins directory and install via the "Plugins" tab in the admin panel

Panel Version

1.0.0-beta30

Wings Version

1.0.0-beta21

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

https://logs.pelican.dev/2fb20403

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @CosinusJay on GitHub (Dec 20, 2025). Originally assigned to: @parkervcp on GitHub. ### Current Behavior When installing a plugin it shows up as installed, however there are no config options available. After reviewing the logs, I noticed an error that yarn was apparently not installed. After installing yarn (Don't know why it was not installed prior) the plugin still fails to install and throws the following error: ` Could not install dependencies: ERROR: [Errno 2] No such file or directory: 'install'` ### Expected Behavior Plugin should install without throwing dependency errors. ### Steps to Reproduce Download plugin from the pelican-dev/plugins repo, move the plugin to the /plugins directory and install via the "Plugins" tab in the admin panel ### Panel Version 1.0.0-beta30 ### Wings Version 1.0.0-beta21 ### Games and/or Eggs Affected _No response_ ### Docker Image _No response_ ### Error Logs ```bash https://logs.pelican.dev/2fb20403 ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@coderabbitai[bot] commented on GitHub (Dec 20, 2025):

📝 CodeRabbit Plan Mode

Generate an implementation plan and prompts that you can use with your favorite coding agent.

  • Create Plan
Examples

🔗 Similar Issues

Related Issues

👤 Suggested Assignees

🧪 Issue enrichment is currently in open beta.

You can configure auto-planning by selecting labels in the issue_enrichment configuration.

To disable automatic issue enrichment, add the following to your .coderabbit.yaml:

issue_enrichment:
  auto_enrich:
    enabled: false

💬 Have feedback or questions? Drop into our discord or schedule a call!

@coderabbitai[bot] commented on GitHub (Dec 20, 2025): <!-- This is an auto-generated issue plan by CodeRabbit --> ### 📝 CodeRabbit Plan Mode Generate an implementation plan and prompts that you can use with your favorite coding agent. - [ ] <!-- {"checkboxId": "8d4f2b9c-3e1a-4f7c-a9b2-d5e8f1c4a7b9"} --> Create Plan <details> <summary>Examples</summary> - [Example 1](https://github.com/coderabbitai/git-worktree-runner/issues/29#issuecomment-3589134556) - [Example 2](https://github.com/coderabbitai/git-worktree-runner/issues/12#issuecomment-3606665167) </details> --- <details> <summary><b>🔗 Similar Issues</b></summary> **Related Issues** - https://github.com/pelican-dev/panel/issues/1867 - https://github.com/pelican-dev/panel/issues/1952 - https://github.com/pelican-dev/panel/issues/1646 - https://github.com/pelican-dev/panel/issues/1905 </details> <details> <summary><b>👤 Suggested Assignees</b></summary> - [SketchNI](https://github.com/SketchNI) - [M4xyll](https://github.com/M4xyll) - [tobfd](https://github.com/tobfd) - [3fabi3](https://github.com/3fabi3) </details> --- <details> <summary> 🧪 Issue enrichment is currently in open beta.</summary> You can configure auto-planning by selecting labels in the issue_enrichment configuration. To disable automatic issue enrichment, add the following to your `.coderabbit.yaml`: ```yaml issue_enrichment: auto_enrich: enabled: false ``` </details> 💬 Have feedback or questions? Drop into our [discord](https://discord.gg/coderabbit) or [schedule a call](https://calendly.com/parth-coderabbit/issues-feedback)!
Author
Owner

@CosinusJay commented on GitHub (Dec 20, 2025):

Forgot to add, the Legal Pages plugin fails to install with this error.
The Snowflake Plugin as well as the Fluffy Theme plugin seem to work fine.

@CosinusJay commented on GitHub (Dec 20, 2025): Forgot to add, the Legal Pages plugin fails to install with this error. The Snowflake Plugin as well as the Fluffy Theme plugin seem to work fine.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#523