Posting my experience/solution in case anyone else runs into this issue.
I was able to get Lean running locally with Python algorithms, but for some reason I was still getting a System.DllNotFoundException: python3.6m error when trying to generate reports locally via the below command. In the end, it looks like a Python.Runtime.dll.config is needed in the Report folder as well.
cd ./Report/bin/Debug
mono ./QuantConnect.Report.exe --backtest-data-source-file ../../../Launcher/bin/Debug/BasicTemplateFrameworkAlgorithm.json --report-destination BasicTemplateFrameworkAlgorithm.html
I first got things working by copying the Python.Runtime.dll and Python.Runtime.dll.config files from the Launcher/bin/Debug folder, but ultimately found that simply placing placing the Python.Runtime.dll.config directly within the Report folder, and rebuilding the project solved the issue.
I created a pull request to resolve, but in the meantime, hope this helps others!
Charles Naccio
Can check the pull request/fix status here:
https://github.com/QuantConnect/Lean/pull/4963Charles Naccio
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!