Zulip Chat Archive
Stream: lean4
Topic: How to add a path in Lean exactly?
Jenny Kim (Jul 31 2022 at 02:19):
Could anyone please help with the following questions:
How to add a path exactly, or how to fix the error that "file 'tactic\suggest' not found in the search path" exactly?
Thanks a lot!
Arthur Paulino (Jul 31 2022 at 02:23):
Are you trying to use mathlib? You need Lean 3 for that (I'm assuming you installed Lean 4 because you're asking in the Lean 4 stream)
Jenny Kim (Jul 31 2022 at 02:26):
Arthur Paulino said:
Are you trying to use mathlib? You need Lean 3 for that (I'm assuming you installed Lean 4 because you're asking in the Lean 4 stream)
Yes, but there doesn't seem to be a Lean 3 chat group. However, do you know How to add a path exactly, or how to fix the error that "file 'tactic\suggest' not found in the search path" exactly? Thanks a lot!
Arthur Paulino (Jul 31 2022 at 02:42):
Sorry, it's been a while since I haven't used Lean 3. I believe you're not in a Lean 3 project that properly uses mathlib as a dependency. Are you trying to import tactic.suggest
?
Arthur Paulino (Jul 31 2022 at 02:46):
I think you will have better luck in the #new members stream
Mario Carneiro (Jul 31 2022 at 04:27):
Lean 3 is basically all the streams except for #lean4 and #mathlib4
Last updated: Dec 20 2023 at 11:08 UTC