Hello, I get an error during installation of the demo app:
ERROR: Could not find a version that satisfies the requirement viktor==14.6.1 (from versions: 14.7.0rc1)
ERROR: No matching distribution found for viktor==14.6.1
Exiting because of an error: installation of the app failed
I installed Viktor.msi though on my system. What could be the reason for this error?
The requirements.txt file is an essential part of your app files. However, if I understand correctly, you are still trying to install the demo application? In that case the requirements should not form an issue.
The problem was a combination of Python 3.12 and an old numpy version. This is solved in the latest CLI version v0.33.1: Changelog | VIKTOR Documentation