Skip to content
Advertisement

ImportError: No module named dateutil.parser

I am receiving the following error when importing pandas in a Python program

JavaScript

Also here’s the program:

JavaScript

Advertisement

Answer

On Ubuntu you may need to install the package manager pip first:

JavaScript

Then install the python-dateutil package with:

JavaScript
Advertisement