Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

information returned by repl is inconsistent with the information returned by lean info. #76

Open
tsuki8 opened this issue Mar 4, 2025 · 4 comments

Comments

@tsuki8
Copy link

tsuki8 commented Mar 4, 2025

Image
In the REPL, this constitutes an erroneous proof; however, judging from the information returned by Lean Info, there appears to be no issue with it.My version of Lean is v4.18.0.

@RexWzh
Copy link

RexWzh commented Mar 4, 2025

You need to make sure the REPL version (4.17.0-rc1) matches your mathlib version (4.18.0)

@tsuki8
Copy link
Author

tsuki8 commented Mar 5, 2025

I saw that you have updated the toolchain to v4.18.0?

@tsuki8
Copy link
Author

tsuki8 commented Mar 5, 2025

I found that as long as I add import Mathlib, this problem occurs, but if I don't add it, there is no problem.

@RexWzh
Copy link

RexWzh commented Mar 9, 2025

Have you tried following the guidelines in the README?

cd /path/to/your/mathlib-project
echo '...' | lake env /path/to/repl/.lake/build/bin/repl

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants