I am trying to run the LEAN report creator on a local Linux machine using the following command line instruction according to tutorial:

./QuantConnect.Report.exe --backtest-data-source-file sample.json --report-destination Example.html I have changed the permissions of the .exe to grant it execution priveleges, but am still receiving the following error: bash: ./QuantConnect.Report.exe: cannot execute binary file: Exec format error I believe this is because the architecture of the .exe is a 32 bit (i386) executable that cannot be executed in Linux. Is there any workaround to this for LEAN development on Linux?

Author