How to installer calendar module for Python 3.4 and above?

11,786

This can be Typing error. You don't have to install calendar module.

Share:
11,786
Admin
Author by

Admin

Updated on June 04, 2022

Comments

  • Admin
    Admin almost 2 years

    How to installer calendar module for Python 3.4 and above?

    I used cmd with command ** pip install calendar** but this command return me this error:

    Could not find a version that satisfies the requirement calendar (from versions: ) No matching distribution found for calendar

    Anyone can share me idea? because I going to do this tutprial https://pymotw.com/3/calendar/

    • Aran-Fey
      Aran-Fey almost 7 years
      You don't install this module at all. It's part of the standard lib. Do you get an error when you try import calendar?
    • Admin
      Admin almost 7 years
      no error actually
    • Admin
      Admin almost 7 years
      but it return me no calendar module
    • Aran-Fey
      Aran-Fey almost 7 years
      What does that mean? Can you post some code that shows the problem?
    • Admin
      Admin almost 7 years
      Sorry, i get my error already because due to the typo calendar become calender, sorry
  • Bussller
    Bussller about 4 years
    This is actually the other way around. The syntax that you posted is for Python3.x