opensemanticsearch / open-semantic-search

Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
https://opensemanticsearch.org
GNU General Public License v3.0
962 stars 169 forks source link

Fix installation/docker build issues (Django issues) #443

Closed opensemanticsearch closed 1 year ago

opensemanticsearch commented 1 year ago

Seems the installation of the current django import export version has meanwhile dependency to higher django version which is automatically installed additionally to the django deb package (and the search apps not compatible yet).

Remove or pin version of django import export extension.

Mandalka commented 1 year ago

Removed Django extension django-import-export.

Building docker images seems to work again.

New deb package is available for download.

Feel free to reopen, if yet issues with this.