Failed to install some required plugins

Hi @Janr,

welcome to Zynthian! Let’s try to help you.

I am sure that the problems are missing path variables. All plugins should be installed at $ZYNTHIAN_SW_DIR and not in the recipes folder.

Are you trying to install on top of a normal Zynthian SD image or on your own?

Can you check the following?

ssh root@<ZYNTHIAN-IP>
echo $ZYNTHIAN_SW_DIR

If you don’t get anything like “/zynthian/zynthian-sw” you have to update.

cd /zynthian/zynthian-sys/scripts/
./update_zynthian.sh

… and if you have a really fresh image @jofemodo says :wink:: you have to update twice:

./update_zynthian.sh

(you can try to update as often as you like). THE UPDATES ARE TAKING MUCH TIME! After that:

reboot

After rebooting you should remove the complete /zynthian/zynthian-recipe folder and start checking out and compiling again. After this you should have the plugins (and several other data) at the right place and the pedalboards library should look better.

HtH - Regards, Holger