我的环境:
os:ubuntu 16.04
蟒:2.7.12
elasticsearch:6.1.1
我想通过“python setup.py install”安装elasalert0.1.29,但是我错了:
error: python-dateutil 2.7.0 is installed but python-dateutil<2.7.0,>=2.1 is required by set(['botocore'])
任何人都可以给我一些建议吗?非常感谢!
答案 0 :(得分:0)
看起来python-dateutil应该低于你安装的2.7.0版本
你正在使用pip吗?也许尝试安装旧版本:pip uninstall python-dateutil
pip install python-dateutil==2.6.1