You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kibble.apache.org by GitBox <gi...@apache.org> on 2020/05/01 22:05:16 UTC

[GitHub] [kibble-scanners] Humbedooh commented on issue #3: Difficulty setting-up Kibble Scanners

Humbedooh commented on issue #3:
URL: https://github.com/apache/kibble-scanners/issues/3#issuecomment-622586414


   For the first issue, I think you can safely remove bttf from the requirements.txt, things should work without it. I'll see if we can just remove that altogether soon.
   
   For the second issue, could you please show me the output of `pip3 show elasticsearch` ?
   It sounds like the ElasticSearch pip module might be an incompatible version.
   If you see a >= 7.0 version here, please try: `pip3 install "elasticsearch<7"` which will downgrade your elasticsearch client to an older version. 
   
   I'll look at whether we can dispense with the source_include altogether as well...


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org