I am using macOS to install Lean in python. I've followed the instructions to pull and run the Docker image, and use Visual Studio Code as my IDE. But when I try to run a python code, I always get errors saying unable to import packages (The first missing package is "clr"). What am I missing here? I assume Docker should have taken care of these packages and I shouldn't need to install them by myself, right?
{
"resource": "/Users/xfan/Coding/Lean/Algorithm.Python/BasicTemplateAlgorithm.py",
"owner": "python",
"code": "import-error",
"severity": 8,
"message": "Unable to import 'clr'",
"source": "pylint",
"startLineNumber": 14,
"startColumn": 1,
"endLineNumber": 14,
"endColumn": 1
}
Aaron Janeiro Stone
Have you tried each of the launcher options from Lean/.vscode/readme.md?
Physixfan
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!