Zulip Chat Archive
Stream: lean4
Topic: lake update/cache errors : Unknown manifest version
Shreyas Srinivas (Jun 14 2024 at 14:21):
I want to bring up two errors on current toolchains:
- When creating a new math project and then changing
lakefile.lean
's mathlib dep branch to "stable", one gets this errorerror: ././lake-manifest.json: unknown manifest version '"1.0.0"'
. Fixed it by deletinglake-manifest.json
- In another
lake new <project> math
without any modification of mathlib dependency, after successfully getting cache on toolchain 4.9.0-rc2, and opening the project on vscode, as soon as I importedMathlib.Tactic
, vscode said I need to restart my file and when I did that, vscode was compiling some aesop files.
Ruben Van de Velde (Jun 14 2024 at 14:22):
For 2, update your mathlib to a version that is at most 15 minutes old
Shreyas Srinivas (Jun 14 2024 at 14:24):
Okay. I assume by lake update mathlib
Ruben Van de Velde (Jun 14 2024 at 14:24):
Yes
Shreyas Srinivas (Jun 14 2024 at 14:24):
Wait 15 minutes old?
Ruben Van de Velde (Jun 14 2024 at 14:24):
Yes
Ruben Van de Velde (Jun 14 2024 at 14:24):
You need #13835
Shreyas Srinivas (Jun 14 2024 at 14:26):
I think I'll downgrade to stable for now. This is a project that is meant to be shared with a lean newbie and I don't want to bother them with bugs.
Last updated: May 02 2025 at 03:31 UTC