QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
173 stars 139 forks source link

Common Errors: Lean CLI Docker Image Platform #1474

Closed AlexCatarino closed 6 months ago

AlexCatarino commented 1 year ago

Expected Behavior

On the Common Errors section of LEAN CLI, we list this error: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory

The "Possible Cause and Fix" is:

Incorrect platform version of lean docker image. The solution is to remove the quantconnect/lean and pull the correct version.

docker pull quantconnect/lean --platform=linux/amd64

Actual Behavior

No reference to the ld-linux-x86-64.so.2 error. Ref.: https://discord.com/channels/846109296973840424/914675914531553280/1150886160227385414 https://discord.com/channels/846109296973840424/1151201951036473344/1151333789381955594

Checklist

AlexCatarino commented 6 months ago

Closed by 60a2880