While I can’t help with the issue…
But, I thought about replicating it on my side.
I couldn’t replicate the issue…
Roughly, These are my steps to update Ayon:
-
update server
cd your-ayon-docker-repo-clone sudo docker compose pull sudo docker compose up -d
-
update OpenPype and Ayon launcher repos
git checkout develop git pull origin develop
-
update OpenPype and Ayon python env
In Ayon Launcher Repo:-
./tools/manage.ps1 create-env
which updates poetry.lock -
./tools/manage.ps1 install-runtime-dependencies
which updates your libs as configured in project.toml
In OpenPype Repo:
.\tools\create_env.ps1
.\tools\fetch_thirdparty_libs.ps1
-
These steps were discussed here How to keep up with Ayon updates?