opensemanticsearch / open-semantic-etl

Python based Open Source ETL tools for file crawling, document processing (text extraction, OCR), content analysis (Entity Extraction & Named Entity Recognition) & data enrichment (annotation) pipelines & ingestor to Solr or Elastic search index & linked data graph database
https://opensemanticsearch.org/etl
GNU General Public License v3.0
254 stars 69 forks source link

Docker build fails, Missing dependency py2neo==3.1.2 #143

Closed jmservera closed 2 years ago

jmservera commented 2 years ago

The py2neo project does not distribute this version anymore.

By now there is a workaround, you can modify the requirements.txt and replace the py2neo requirement with the link to the archived release: https://github.com/technige/py2neo/archive/refs/tags/py2neo-3.1.2.zip

Mandalka commented 2 years ago

Is resolved / migrated to new release by work in https://github.com/opensemanticsearch/open-semantic-search/issues/390