-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to install #627
Comments
did you checked the php.ini config to see if the pdlib libary got added? |
Actually, I found out the problem is that it will NEVER apply to a snap, as that will require recompiling it and that's something only the company that created it (canonical) will do, so the only option is to completely remove nextcloud and reinstall it as a server. Which I did and after trying 12 times and not getting support from its people I was able to finally get it working |
If this is true - this is extremely sad. Is there anything we can do to make the two worlds collide? (Snap and pdlib) |
To the happiness of many (Issue #690, #688, #687, #685, #649, #632, #627, #625, etc), this means that we do not depend on the pdlib extension, but it goes without saying that its use is still highly recommended. You will understand that it is slower, however I must admit that with JIT enabled, it is quite acceptable, and this is the only reason why decided to publish it. It is still experimental, and it works, but it has problems such as it seems not to converge in stable clusters. When I can fix this, it will probably be even slower.
To the happiness of many (Issues #690, #688, #687, #685, #649, #632 , #627, #625, etc..?) this means that we do not depend on the pdlib extension, but it goes without saying that its use is still highly recommended. You will understand that it is slower, however I must admit that with JIT enabled, it is quite acceptable, and this is the only reason why decided to publish it.
Hi, Open a new issue to see how we continue. 😬 |
I have followed the steps at https://github.com/goodspb/pdlib to install PDLIB and even used https://github.com/matiasdelellis/pdlib-min-test-suite to try it and it runs just fine
Still, when I try to install it using the store it says "An error occurred during the request. Unable to proceed. App "Face Recognition" cannot be installed because the following dependencies are not fulfilled: The library pdlib is not available."
Then I try to install it manually as instructed by https://github.com/matiasdelellis/facerecognition/wiki/Installation#install-facerecognition-app and put it at /var/snap/nextcloud/33054/nextcloud/extra-apps where my apps are located, everything seems to go fine, and when I type nextcloud.occ app:enable facerecognition it still says the annoying "App "Face Recognition" cannot be installed because the following dependencies are not fulfilled: The library pdlib is not available"
I am using nextcloud snap Hub 3 25.0.2 over Linux Mint 20.3, PHP 7.4.3, npm 6.14.4, node v10.19.0, snap 2.57.6
The text was updated successfully, but these errors were encountered: