Skip to content

Commit

Permalink
Adds Missing ld-linux-x86-64.so.2 Common Error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed May 9, 2024
1 parent 8dcd854 commit 60a2880
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,13 @@
Click <span class="button-name">Apply &amp; Restart</span> after making the required changes.
</td>
</tr>
<tr>
<td>
<div class="error-messages">Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory</div>
</td>
<td>
Your Docker installation has pulled the incorrect platform version of the LEAN Docker image. Remove <span class="public-file-name">quantconnect/lean</span> image. Open your terminal, and run <code>docker pull quantconnect/lean --platform=linux/amd64</code>.
</td>
</tr>
</tbody>
</table>

0 comments on commit 60a2880

Please sign in to comment.