Hi, I tried to launch kit-app-template. And also want to use my own extensions(located in \Documents\Kit\shared\exts) that I’ve used in the Launcher environment.
But I have some problem.
I intalled pip packaged to run my extension using pip.toml. and seems like it works.
But the python version is different between Launcher based Composer(2023.2.5) and latest windows kit-app-template. So some packages are not compatible.
So I want to downgrade the python environment (3.11 > 3.10) in latest kit-app-template but I wonder it would be possible.
Or is there any solution about this compatibility issue of pip packages ?