After following the tutorials, I am modifying the āCPT-interpreterā app that was written with an old version of Viktor/python (3.7).
When I attempt using viktorās parametrization.pyi classes and functions (such as @DataView, Image, ect.) these are not readly available and I get the following error message: āERROR : cannot import name āImageā from āviktor.parametrizationā (C:\Users***\viktor-apps\sample-cpt-interpreter-main\venv\Lib\site-packages\viktor\parametrization.cp311-win_amd64.pyd)ā.
I attempted running the following instructions but I guess did not succeed ( SDK - Deprecations & Upgrades | VIKTOR Documentation) .
Can you please help me understand/identify what part am I missing? or provide some steps to follow in order to upgrade/update the app or being able to use the new viktorās features?