matiasdelellis / facerecognition

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

App is insanely hard to install (foreign libraries which wont install, need compiling or outright are deprecated) #685

Closed Haui1112 closed 1 year ago

Haui1112 commented 1 year ago

Hey, Thanks for reporting issues back to Nextcloud Face Recognition. Please, try to complete this report in detail so we can help you easier. :smile:

Make sure you read all the documentation, and the FAQ, and that the issue has not been reported before. :wink:

Expected behaviour

App should install the dependencies by itself.

Actual behaviour

Hours of work to get obscure libraries which are often already obsolete. This is nextcloud, not kali-linux.

Steps to reproduce

  1. Install current nextcloud instance
  2. Try to download and activate face recognition
  3. spend hours on multiple github repo's without finding the libraries that should already be in the installation

Server configuration

Client configuration

Logs

Background task log with debug.

sudo -u apache php occ -vvv face:background_job ``` Insert your background log here ```

Web server error log

Web server error log ``` Insert your webserver log here ```

Nextcloud log (data/nextcloud.log)

Nextcloud log ``` Insert your Nextcloud log here ```

Browser log

Browser log ``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```
matiasdelellis commented 1 year ago

Hi, I invite you to try the external model, using the latest version released.

Open a new issue to see how we continue. 😬