Zulip Chat Archive

Stream: Machine Learning for Theorem Proving

Topic: lean copilot problem


Esteban Estupinan (Apr 01 2024 at 17:21):

Hi all, I managed to install lean copilot with a lot of effort on windows wsl, apparently there are no errors when importing leanCopilot in the.lean file. The problem arises when I execute a command like "suggest_tactics", after a few seconds I get the following error. Maybe someone has already experienced this or knows how to fix this error?

import LeanCopilot

theorem hello_world (a b c : Nat)
  : a + b + c = a + c + b := by
  suggest_tactics

imagen.png


Last updated: May 02 2025 at 03:31 UTC