Hello all!

I'm trying to get LEAN to work on my desktop however I'm having a problem when running the Quantconnect.Lean.Launcher. It opens the GUI but throws me the following error: (Error Algorithm.Initialize() Error: During the algorithm initialization, the following exception has occurred: Loader.TryCreatePythonAlgorithm(): Unable to import python module ../../../Algorithm.Python/BasicTemplateFrameworkAlgorithm.py. The DLL 'python36' couldn't be loaded. The module wasn't found.)

Thing is I have anaconda installed and I am able to use python in other contexts. In my anaconda installation folder I dont have a python36.dll but I instead have a newer python37.dll. How can I fix this issue?

Author