Zulip Chat Archive
Stream: mathlib4
Topic: Error "unknown package 'analysis'"
Donna Jo (Jun 19 2023 at 13:29):
Hello, could anyone please help me fix the error "unknown package 'analysis'" when importing analysis.calculus.deriv? Thanks a lot!
Johan Commelin (Jun 19 2023 at 13:31):
Sounds like you are mixing lean 3 and lean 4.
Eric Wieser (Jun 19 2023 at 13:31):
import analysis.calculus.deriv
is mathlib3 code. Are you using Lean 3 or Lean 4?
Johan Commelin (Jun 19 2023 at 13:31):
The error is a lean 4 error
Eric Wieser (Jun 19 2023 at 13:31):
@Donna Jo, you've started four threads about getting started, but haven't replied to any of the people trying to help you. Can you do that instead of creating more threads?
Eric Wieser (Jun 19 2023 at 13:32):
(#new members > Error "Waiting for Lean server to start and #new members > import can't be found are the merged versions of the other three threads)
Last updated: Dec 20 2023 at 11:08 UTC