Closed AlexCatarino closed 6 months ago
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
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.
quantconnect/lean
docker pull quantconnect/lean --platform=linux/amd64
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
ld-linux-x86-64.so.2
master
Closed by 60a2880
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:
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/1151333789381955594Checklist
master
branch