Can't get Elasticsearch working with Django

久未见 提交于 2019-11-30 16:02:30
Mark

Seems you've already fixed it, but for future Googlers: some people have trouble with the Haystack versions on pip around 2014-2015. Fixing the version at 2.1.0 seems to fix it, as does downloading 2.4.0 directly from git:

pip install git+https://github.com/django-haystack/django-haystack

UPDATE: The current version of haystack in pypi works (nov 2015), be sure to update!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!