命令:
pip install python-dateutil给出这个错误:
Collecting python-dateutil
Could not find a version that satisfies the requirement python-dateutil (from versions: )
No matching distribution found for python-dateutil但是easy_install python-dateutil运行得很好...
发布于 2016-10-12 05:25:20
我在~/.pip/pip.conf中出错
它应该是这样的:
[global]
index-url = https://pypi.python.org/simple但我把它指向一个不同的索引
https://stackoverflow.com/questions/39984598
复制相似问题