Hi,
I cloned lean and started the Launcher (default C# script) with Visual Studio. I get these error messages:
20201229 11:29:04.358 Trace:: Config.GetValue(): debug-mode - Using default value: False
20201229 11:29:04.362 Trace:: Config.Get(): Configuration key not found. Key: results-destination-folder - Using default value:
20201229 11:29:04.365 Trace:: Config.Get(): Configuration key not found. Key: plugin-directory - Using default value:
20201229 11:29:04.370 Trace:: Config.Get(): Configuration key not found. Key: composer-dll-directory - Using default value: D:\Lean2\Launcher\bin\Debug\
20201229 11:29:05.164 Trace:: Config.Get(): Configuration key not found. Key: data-directory - Using default value: ../../../Data/
20201229 11:29:05.170 Trace:: Config.Get(): Configuration key not found. Key: version-id - Using default value:
20201229 11:29:05.171 Trace:: Config.Get(): Configuration key not found. Key: cache-location - Using default value: ../../../Data/
20201229 11:29:05.171 Trace:: Engine.Main(): LEAN ALGORITHMIC TRADING ENGINE v2.4.0.0 Mode: DEBUG (64bit)
How can I solve that?
The build looks to be successful:
Build started...
1>------ Skipped Build: Project: QuantConnect.Algorithm.FSharp, Configuration: Debug Any CPU ------
1>Project not selected to build for this solution configuration
2>------ Skipped Build: Project: QuantConnect.Algorithm.Python, Configuration: Debug Any CPU ------
2>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 0 failed, 21 up-to-date, 2 skipped ==========
Best Regards