Trying to install Calendar.py

140 Views Asked by At

How can I get the library for calendar.py? I'm new to this.

I tried installing it and got the following error...

pip3 install calendar.py
Collecting calendar.py
  Could not find a version that satisfies the requirement calendar.py (from versions: )
No matching distribution found for calendar.py
1

There are 1 best solutions below

3
Polatkan Polat On

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