opensemanticsearch / open-semantic-search-apps

Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
https://opensemanticsearch.org/
GNU General Public License v3.0
95 stars 36 forks source link

dependecy issues installing unbundled package for python apps #28

Open agcunha opened 6 years ago

agcunha commented 6 years ago

Python packages thats depends pip installation can't be installed in dpkg --install command prompt. For example: python3-django-celery

sudo dpkg --install complains about this depedency. Tested in ubuntu 18.04 LTS