Closed jtara1 closed 8 years ago
Solved this by uninstalling elasticsearch (v1.7.x)
and installing elasticsearch (v2.4.0)
. I initially installed it via sudo apt-get install elasticsearch
which chose v1.7.x for me.
I downloaded the newer version here.
Also when I go localhost:9200/images/image
I'm getting a valid http response now.
Yeah, canonical's repositories usually have pretty outdated builds. Glad everything is working for you!
OS: Ubuntu 16.04 Python 3.5.2
I'm just trying to get the basic example working from the Documentation.
I installed using
sudo pip3 install .
while in the image-match directory. Here's the code I'm running intest.py
:The exception / error I'm getting is a chain of exceptions with the most recent one being
Full traceback