Hi everybody.

I know that there is many similar questions on forum, but i've not found answer for me.

I've changed config.json in Launcher project:When run i have following message:

  "environment": "backtesting-desktop",   "algorithm-type-name": "BasicTemplateAlgorithm",   "algorithm-language": "Python",   "algorithm-location": "../../../Algorithm.Python/BasicTemplateAlgorithm.py"

Error Algorithm.Initialize() Error: During the algorithm initialization, the following exception has occurred: Loader.TryCreatePythonAlgorithm(): Unable to import python module ../../../Algorithm.Python/BasicTemplateAlgorithm.py. ?? ??????? ????????? DLL "python3.6m": ?? ?????? ????????? ??????. (?????????? ?? HRESULT: 0x8007007E) Stack Trace: QuantConnect.Lean.Engine.Setup.AlgorithmSetupException: During the algorithm initialization, the following exception has occurred: Loader.TryCreatePythonAlgorithm(): Unable to import python module ../../../Algorithm.Python/BasicTemplateAlgorithm.py. ?? ??????? ????????? DLL "python3.6m": ?? ?????? ????????? ??????. (?????????? ?? HRESULT: 0x8007007E)
   ? QuantConnect.Lean.Engine.Setup.ConsoleSetupHandler.CreateAlgorithmInstance(AlgorithmNodePacket algorithmNodePacket, String assemblyPath) ? E:\Work\QuantConnect\Lean-master\Engine\Setup\ConsoleSetupHandler.cs:?????? 94
   ? QuantConnect.Lean.Engine.Engine.Run(AlgorithmNodePacket job, AlgorithmManager manager, String assemblyPath) ? E:\Work\QuantConnect\Lean-master\Engine\Engine.cs:?????? 115
 QuantConnect.Lean.Engine.Setup.AlgorithmSetupException: During the algorithm initialization, the following exception has occurred: Loader.TryCreatePythonAlgorithm(): Unable to import python module ../../../Algorithm.Python/BasicTemplateAlgorithm.py. ?? ??????? ????????? DLL "python3.6m": ?? ?????? ????????? ??????. (?????????? ?? HRESULT: 0x8007007E)
   ? QuantConnect.Lean.Engine.Setup.ConsoleSetupHandler.CreateAlgorithmInstance(AlgorithmNodePacket algorithmNodePacket, String assemblyPath) ? E:\Work\QuantConnect\Lean-master\Engine\Setup\ConsoleSetupHandler.cs:?????? 94
   ? QuantConnect.Lean.Engine.Engine.Run(AlgorithmNodePacket job, AlgorithmManager manager, String assemblyPath) ? E:\Work\QuantConnect\Lean-master\Engine\Engine.cs:?????? 115

Author