Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

How to install python3-dateutil in Ubuntu 12.04 (Precise)?

Writer Matthew Martinez

I am trying to install the package python3-dateutil in a Ubuntu 12.04.4 LTS (Precise) with aptitude, but I cannot find it anywhere. How can I install it?

1 Answer

What does the following command say?

apt-cache search python3-dateutil

If it shows python3-dateutil - powerful extensions to the standard datetime module in Python 3, run the following:

sudo apt-get install python3-dateutil

Alternative is to install with pip:

pip install python-dateutil
5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy