Launcher failed to launch due to missing dependencies

I’m running POP!_os 22.04LTS and after successfully building the latest version of the launcher 1.1.0 I get a missing dependency message.

I got the server running successfully as well, it’s running fine as far as I can tell.

ayon_error

PD: I used Python3.9.20 as my py3 version using pyenv as recommended.

Hi @fusion-9,

I had the same issue, check this thread on the Discord server.

The solution is to use the ayon-dependencies-tool repo to build the dependencies of all the addons you currently have in your active production bundle.

First you clone, modify the .env according to your deployment and do the following commands (here for Windows):

$ .\start.ps1 set-env
$ .\start.ps1 install
$ .\start.ps1 create -b <your_bundle_name>

And then choose your dependency packages for the bundle you have in prod.

Hope it helps!

2 Likes

Thanks for the quick reply, I think I get it, let me give it a try, thank you again.

1 Like

I got it running! but just before trying what you had just told me I noticed while creating a new bundle I didn’t had anything selected for the dependencies and after doing that the launcher started running, I’m pretty sure what you told me was the same as this one minus the GUI convenience.

1 Like

The AYON dependencies tool should automatically build it for a bundle and set it for that bundle too.

1 Like