Zulip Chat Archive

Stream: Equational

Topic: Extract Implications Issue?


Joe McCann (Oct 16 2024 at 14:55):

Hey I am trying to work on https://github.com/teorth/equational_theories/issues/419 and require to run lake exe extract_implications outcomes > out.json, and am currently getting the error

error: failed to execute 'c:\Users\firew\.elan\toolchains\leanprover--lean4---v4.13.0-rc3\bin\leanc.exe': unspecified system_category error (error code: 87)
Some required builds logged failures:
- extract_implications
error: build failed

this was not an error in a pervious version of the repo I had pre-pull this morning. Is it working for anyone else?

Shreyas Srinivas (Oct 16 2024 at 15:02):

that's strange because it would have thrown up CI errors

Shreyas Srinivas (Oct 16 2024 at 15:02):

It looks like you are on windows

Shreyas Srinivas (Oct 16 2024 at 15:03):

are you sure you have the toolchain installed?

Shreyas Srinivas (Oct 16 2024 at 15:04):

Windows firewalls are often blocking basic CLI tools that download things off the web

Joe McCann (Oct 16 2024 at 16:15):

I am able to lake build the repo just fine, would that work even if the toolchain was an issue?

Shreyas Srinivas (Oct 16 2024 at 18:13):

Hmm.. no

Joe McCann (Oct 16 2024 at 18:14):

I am currently trying to install using WSL to see if the issue persists. It just takes forever :sob:


Last updated: May 02 2025 at 03:31 UTC