mediacloud / news-search-api

Internal API server that offers search access to the Media Cloud Online News Archive (in Elasticsearch).
https://mediacloud.org
GNU Affero General Public License v3.0
1 stars 3 forks source link

docker image not running (missing requirements) #41

Closed rahulbot closed 8 months ago

rahulbot commented 8 months ago

Clearly I hosed something in the build of the docker image. I'm getting this error when I try to run it:

2023-12-07 22:12:32 Traceback (most recent call last):
2023-12-07 22:12:32   File "/app/./api.py", line 12, in <module>
2023-12-07 22:12:32     from elasticsearch import Elasticsearch
2023-12-07 22:12:32 ModuleNotFoundError: No module named 'elasticsearch'
rahulbot commented 8 months ago

Fixed in cd151ce