|
I have just uploaded my project that I developed on my local machine and am getting this error.
When I run "pip install python-dateutil" I get back the following... Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /home/austinhum/lib/python2.4/python_dateutil-2.1-py2.4.egg Requirement already satisfied (use --upgrade to upgrade): six in /home/austinhum/lib/python2.4/six-1.1.0-py2.4.egg (from python-dateutil) |
|
Hi, It looks like you're using Python2.4 on our server so it's possible you're importing it wrong. Here's a test I just did from your account to see if it is actually available:
Can you check your code to make sure you're importing it correctly? Keep in mind that your local development environment maybe drastically different than the environment on the server. |