Closed dbonattoj closed 4 years ago
I am sorry, I do not know who you are and I cannot provide support related to old instructions for a course that took place last year. Please go to the Zulip Leanprover chat for help on how to install Lean and mathlib. The procedure has changed quite a bit recently.
Oh, that's a sad news, this repository and the associated text had a high visibility on internet around January, and it seems that the 2020 repository is not ready yet for show time.
If I happens to solve the issue I will post it here :)
Thanks anyway,
best regards,
Updated solution in : https://github.com/leanprover-community/mathlib-tools/issues/49
Oh, that's a sad news, this repository and the associated text had a high visibility on internet around January, and it seems that the 2020 repository is not ready yet for show time.
I'm not sure what is your definition of show time. Indeed, we don't have installation instructions for 2020, but apart from that the lecture notes have been thoroughly updated and renamed, and widely publicized on the Internet around March by Kevin Buzzard. See
https://news.ycombinator.com/item?id=22794533
I strongly recommend you switch to the 2020 lecture notes, which are much better than the 2019 ones. :)
Jasmin
Hi!
The command
curl https://raw.githubusercontent.com/leanprover-community/mathlib-tools/master/scripts/remote-install-update-mathlib.sh -sSf | bash
do not work anymore, I think Mathlib removed the script and made a python package instead.
However, using their python package, the "update-mathlib" do not work anymore in the terminal either.
I guess the right command is now :
leanproject upgrade-mathlib
However, this gives me an access error:
Even if the terminal is open as administrator..
There seems to be no need anymore for
leanpkg configure
So the only command to execute is:
leanproject upgrade-mathlib
which will download mathlib and configure it with the right commit.followed by
leanproject build
instead ofleanpkg build
However, leanproject build do not build:
I redirected the output of leanproject build to a file
leanproject build &> outbuild
Looking for the error:
However, now I'm stuck :(
TL;DR: Windows install:
Install Lean Tools, Install and Configure the EditorThe install seems to work now, but the build do not :(
Sorry for the long post, it was written organically while I was trying to solve the issue :)
Best regards :)