【问题标题】:Can't install ElastAlert on elasticsearch6.1.1 by "python-dateutil 2.7.0"无法通过“python-dateutil 2.7.0”在 elasticsearch6.1.1 上安装 ElastAlert
【发布时间】:2018-03-16 07:02:43
【问题描述】:

我的环境:

操作系统:ubuntu 16.04

python:2.7.12

弹性搜索: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'])

谁能给我一些建议?非常感谢!

【问题讨论】:

  • 感谢您的回复,但我已经升级到最新版本2.7.0

标签: python python-2.7 elasticsearch python-dateutil elastalert


【解决方案1】:

看起来 python-dateutil 应该低于您安装的版本 2.7.0

你在使用 pip 吗?也许尝试安装旧版本:

pip uninstall python-dateutil
pip install python-dateutil==2.6.1

【讨论】:

    猜你喜欢
    • 2016-02-27
    • 1970-01-01
    • 2010-10-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-02-17
    相关资源
    最近更新 更多