Hello. trying to install viktor. I messed up somewhere on the install. got this message:
vWindows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell Install PowerShell on Windows, Linux, and macOS - PowerShell | Microsoft Learn
PS C:\Users\noam-y> viktor-cli start
WARNING:
Python 3.7 will no longer be supported for SDK v14 or higher. Please update the ‘python_version’ in the viktor.config.toml file. See upgrade instruction U86 for more detail.
WARNING:
you are developing with Python 3.9, while the published app runs on Python 3.7. The Python version for development can be changed by running ‘viktor-cli configure’. The Python version of the published app can be specified by setting ‘python_version’ in the viktor.config.toml file.
App installation was not found. The app should be installed with ‘viktor-cli install’ before starting the app.
No old app installation directory found.
ERROR:
Exiting because of an error: app is not (properly) installed
PS C:\Users\noam-y>
Any tips? Thanks.