matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
507 stars 46 forks source link

Missing instructions for Nextcloud snap variant #279

Open omyno opened 4 years ago

omyno commented 4 years ago

After following the instructions for installing pdlib („easy way“) and enabling face recognition via Nextcloud‘s app store, I get the following message:

~$ sudo nextcloud.occ app:enable facerecognition App "Face Recognition" cannot be installed because the following dependencies are not fulfilled: The library pdlib is not available.

How would I go about installing pdlib for the Nextcloud snap?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/91959658-missing-instructions-for-nextcloud-snap-variant?utm_campaign=plugin&utm_content=tracker%2F74944432&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F74944432&utm_medium=issues&utm_source=github).
matiasdelellis commented 4 years ago

Hi @omyno Honestly i don't have absolutely any experience with snap.

From what little I understand, it uses the same container technology as a docker, and flatpak. Therefore, you will have to compile a new nextcloud-snap instance adding the pdlib dependency.

I suggest you open a issue in the nextcloud-snap repository.

Excuse me, but I can't help you. :disappointed: If you can install it, I would be happy to add it to the documentation. :wink:

ghost commented 3 years ago

by recompiling the snap package, you loose most advantages of using snap - namely automatic updating, if you want to have custom apps with their own mishandled dependencies in nextcloud, i would advise against using snap. related nextcloud snap bug: https://github.com/nextcloud/nextcloud-snap/issues/1458

bakerman100 commented 1 year ago

Same problem for me running nextcloud as snap variant. Any chance to integrate the missing libraries into the recognition app? Thankyou