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?