B
Blueprint•3y ago
Flame

[FATAL] Required dependency zip is not installed or detected.

I have latest blueprint version installed (did blueprint -upgrade), but I get this error while installing recolor.
24 Replies
Flame
FlameOP•3y ago
āÆ blueprint -install recolor
[INFO] Checking dependencies..
[FATAL] Required dependency zip is not installed or detected.
āÆ blueprint -install recolor
[INFO] Checking dependencies..
[FATAL] Required dependency zip is not installed or detected.
Kikyo_c
Kikyo_c•3y ago
Hello read error
Flame
FlameOP•3y ago
yeah but it didn't say which dependency is missing :) oh OHHHHHHHHHHH zip bruh
Kikyo_c
Kikyo_c•3y ago
Yes šŸ˜‚
Flame
FlameOP•3y ago
sorry lol
Kikyo_c
Kikyo_c•3y ago
No problem x)
Emma
Emma•3y ago
lmfao i'll add quotes to the dependency names in the next version
Flame
FlameOP•3y ago
šŸ‘ or probably make it output in "list" like fashion
Some required dependencies are not found:
- zip
- curl
- ...
Please install these and try again.
Some required dependencies are not found:
- zip
- curl
- ...
Please install these and try again.
Emma
Emma•3y ago
kind of already a thing it checks all dependencies and sends a log when they are missing and then quits the process but not a list
Flame
FlameOP•3y ago
yeah, imo list would be much more noticable xD for ppl like me
Emma
Emma•3y ago
āÆ blueprint -install recolor
[INFO] Checking dependencies..
[FATAL] Required dependency zip is not installed or detected.
[FATAL] Required dependency unzip is not installed or detected.
āÆ blueprint -install recolor
[INFO] Checking dependencies..
[FATAL] Required dependency zip is not installed or detected.
[FATAL] Required dependency unzip is not installed or detected.
example of current behavior^
Flame
FlameOP•3y ago
yeah
Emma
Emma•3y ago
i'll look into it shouldn't be that hard
Flame
FlameOP•3y ago
šŸ‘
Phedona
Phedona•3y ago
I never installed zip Weird
Flame
FlameOP•3y ago
some distros already come with it, sometimes installing some other tool installs it
Phedona
Phedona•3y ago
For me, it goes like this: I install Ionos Debian 11 on my server, then use the installer to set up Pterodactyl, and finally install the requirements from the blueprint. And that's it.
Flame
FlameOP•3y ago
yeah the installer installs it then
Emma
Emma•2y ago
made it work, coming next version
Flame
FlameOP•2y ago
nice
Emma
Emma•2y ago
also on a completely unrelated notice @Flame i found a working way to import something like BlueprintExtensionLibrary inside a view
Flame
FlameOP•2y ago
oh noice, what does that class have
Emma
Emma•2y ago
use Pterodactyl\BlueprintFramework\Libraries\ExtensionLibrary\Admin\BlueprintAdminLibrary;
$settings = app()->make('Pterodactyl\Contracts\Repository\SettingsRepositoryInterface');
$blueprint = app()->make(BlueprintAdminLibrary::class, ['settings' => $settings]);
use Pterodactyl\BlueprintFramework\Libraries\ExtensionLibrary\Admin\BlueprintAdminLibrary;
$settings = app()->make('Pterodactyl\Contracts\Repository\SettingsRepositoryInterface');
$blueprint = app()->make(BlueprintAdminLibrary::class, ['settings' => $settings]);
databasing, file read stuff and (only for the admin panel) notifications)
Flame
FlameOP•2y ago
damn that's good :D šŸ‘

Did you find this page helpful?