Launcher and houdini on Ubuntu - missing module click

Continuing with my ayon docker exploration, I have made some headway

I tried running the launcher, it connects to the server but failed with a module click not found error

I am using the pre-packaged launcher.

Should I be building the launcher from scratch if I am using the dockerize version of ayon server?

Could you update your pipeline to latest release and try again?

https://help.ayon.app/en/help/articles/7772807-updating-pipeline-to-latest-release

Alternatively, ensure you have the bare minimum addons (listed here) in your bundle and create a dependency package as show in What are dependency package and how to update them?

Make sure to attach the “Dependency Package” to the bundle correctly, if you’re sticking with your own bundle. This message is usually due to lack of a correct Dependency Package.

It’s right hand side here and as this describes it’s easiest by “Updating pipeline release” because it’d download the latest dependency package to your server to use for if you didn’t have it yet.

I found the “Update Pipeline” from the multi-dots menu, I select it but it pop up the following

It’s asking for an ynput account

yeah, it’ll redirect you to ynput cloud, where you can sign up, create an organization and connect your AYON instance to it.

Afterwards, you’ll be able to use the addon market and update pipeline.

Without the Ynput cloud connection of the organization these automated downloads won’t work. You’d essentially be working “closed off” in a way.

In that case, you’d need to build dependency packages yourself using the dependency tool - which is also explained in the documentation but may require more technical know-how.