I installed Python-Dateutil package, but when i import it in my script , it's throwing error:
import dateutil ImportError: No module named 'dateutil'
when i checked the lib folder, dateutil.eggs files are there , because of this i can not run matplotlib module. Please provide a solution.
In Python, dateutil is an extension module of the datetime module which is used for displaying the date and time.
The dateutil module supports the parsing of dates in any string format. This module provides internal up-to-date world time zone details. This module helps in computing the relative deltas. This module also helps in computing the dates based on pretty flexible rules of recurrence.
Python 3+
pip3 install python-dateutil
Python 2
pip install python-dateutil
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With