QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
195 stars 100 forks source link

Remove hardcoded python and dotnet version #441

Closed Martin-Molinero closed 6 months ago

Martin-Molinero commented 6 months ago
vguruv commented 5 months ago

@Martin-Molinero This commit has broken custom local images. Prior release worked fine with custom local images, but this release throws: Error: 404 Client Error for http+docker://localnpipe/v1.45/images/lean-cli/engine/json: Not Found ("No such image: lean-cli/engine:latest")

Martin-Molinero commented 5 months ago

Hey @vguruv! Thanks for the report, we will look into it 👍

Martin-Molinero commented 5 months ago

Hey @vguruv! Please update to the latest release 1.0.191, pip install --upgrade lean, the issue should be fix for you now 👍