HI,

I am having some trouble getting Lean to run correctly on Mac using Python.  The C# version works correctly and runs without issue.  However when I follow the instructions to use python in the Algorithm.Python project  get the following error when running Lean (command line or direct in VS):

ERROR:: Loader.TryCreatePythonAlgorithm():  System.DllNotFoundException: python3.6m

running which python3.6m returns /Users/<currentuser>/anaconda3/bin/python3.6m

Does anyone have an idea how to fix this problem?

Many thanks

Scott

Author