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

Waiting for Lean server to start... #333

Open
vithar1 opened this issue Feb 28, 2023 · 2 comments
Open

Waiting for Lean server to start... #333

vithar1 opened this issue Feb 28, 2023 · 2 comments

Comments

@vithar1
Copy link

vithar1 commented Feb 28, 2023

I am using distribution manjaro linux.

vscode https://aur.archlinux.org/packages/visual-studio-code-bin

lean 4 plugin.

I get the following error when trying to get the result of interpreting the proof on lean:

`Waiting for Lean server to start...

I did about the following steps in order to work with lean:

  1. Install elan https://leanprover-community.github.io/install/linux.html
  2. run command source $HOME/.elan/env
  3. install vscode and plugin for vscode lean4
  4. create enviroment for python
  5. pip isntall mathlibtools
  6. create project with leanproject new project
  7. cd project
  8. code .
@PatrickMassot
Copy link
Contributor

This description mixes Lean 3 and Lean 4 so it cannot work. You should decide which version you want to use. mathlibtools and leanproject are Lean 3 only, and you opened this issue for Lean 3 vscode extension.

@vithar1
Copy link
Author

vithar1 commented Mar 3, 2023

Thanks for the advice. Installing the Lean 3 plugin helped me.

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