Skip to content
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

** On entry to DGESVD parameter number 13 had an illegal value #106

Open
agorman opened this issue Jan 7, 2025 · 0 comments
Open

** On entry to DGESVD parameter number 13 had an illegal value #106

agorman opened this issue Jan 7, 2025 · 0 comments

Comments

@agorman
Copy link

agorman commented Jan 7, 2025

Does anyone know what might cause this error? I've included a minimal example and the versions for dependencies.

package main

import (
	"log"

	"github.com/Kagami/go-face"
)

func main() {
	_, err := face.NewRecognizer("model")
	if err != nil {
		log.Fatalf("Can't init face recognizer: %v", err)
	}
}
# go run main.go 
 ** On entry to DGESVD parameter number 13 had an illegal value

rocky linux 9.3

dlib-devel-19.24.2-2.el9.x86_64
blas-devel-3.9.0-10.el9.x86_64
lapack-devel-3.9.0-10.el9.x86_64
libjpeg-turbo-devel-2.0.90-7.el9.x86_64
atlas-devel-3.10.3-17.el9.x86_64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant