mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Plugins fail to install due to being unable to install dependencies #523
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Is there an existing issue for this?
@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.
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:💬 Have feedback or questions? Drop into our discord or schedule a call!
@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.