## Description I'm attempting to analyze a simple file with a sample theorem with `leanInk a sample.lean` and I get the following error: ```shell Starting Analysis for: "sample.lean" ERROR(1): sample.lean:1:0: error: failed to read file '/Users/user/.elan/toolchains/4.6.0/lib/lean/Init.olean', invalid header uncaught exception: Errors during import; aborting ``` ## Expected behaviour Expected to work without the error. ## Reproducing the issue I have built the program from source and added the `bin` directory to the path. I have created a `sample.lean` file with the following content: ```lean theorem sample (p : Prop) (hp : p) : p := p ``` Then, `leanInk a sample.lean`. ## Environment information - Operating System: macOS Sonoma 14.4.1 (M1 chip) - Lean version: 4.6.0 - LeanInk version: 1.0.0 - Alectryon version: None
Description
I'm attempting to analyze a simple file with a sample theorem with
leanInk a sample.leanand I get the following error:Expected behaviour
Expected to work without the error.
Reproducing the issue
I have built the program from source and added the
bindirectory to the path. I have created asample.leanfile with the following content:Then,
leanInk a sample.lean.Environment information