0

The command:

pip install python-dateutil

Give this error:

Collecting python-dateutil
Could not find a version that satisfies the requirement python-dateutil (from versions: )
No matching distribution found for python-dateutil

But easy_install python-dateutil works fine....

mgcdanny
  • 1,082
  • 1
  • 13
  • 20

1 Answers1

0

I had an error in ~/.pip/pip.conf

it should have been like:

[global]
index-url = https://pypi.python.org/simple

but I has it pointing to a different index

mgcdanny
  • 1,082
  • 1
  • 13
  • 20