LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.41k stars 526 forks source link

Not able to build Lc0 on Mac OS #2005

Closed GiordanoVicoli closed 6 months ago

GiordanoVicoli commented 6 months ago

Hi,

I have a Macbook with Sonoma and M1 Pro. I also have installe Xcode 15.3. I tried to build Lc0 last release following your instructions without success.

I upload a screenshot of the terminal with the error.

Thanks and regards, Giordano

Screenshot 2024-03-29 alle 11 37 42
mooskagh commented 6 months ago

You seem to have inconsistent submodule. Your lczero-common submodule is the latest version, but the lc0 itself is older. Sync lc0 to the master, or update lczero-common to the version referenced in the lc0 commit you use.

For further support, I'd recommend to join our Discord chat at http://lc0.org/chat and ask in the #help channel there.