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

Problem with FaceFind #3

Open
chen716 opened this issue Jun 19, 2018 · 3 comments
Open

Problem with FaceFind #3

chen716 opened this issue Jun 19, 2018 · 3 comments

Comments

@chen716
Copy link

chen716 commented Jun 19, 2018

Hi I'm trying to integrate with psycopg2, and I have successfully added the faces into vector table.
But when I try to run the find faces, this issue showed up:

syntax error at or near ")"
LINE 1: ...08222115784883499]) <-> vec_high, 2)) <-> vec_high) ASC LIMI...

If I fix the extra bracket this shows up

operator does not exist: double precision <-> cube
LINE 1: ...0706567764,0.08222115784883499]) <-> vec_high, 2) <-> vec_hi...

do you have any idea how to fix this?
Please help
thanks

@cesarandreslopez
Copy link

Same issue here!

@breim
Copy link

breim commented Jul 3, 2018

Same issue here.

Tested on PG 9.6.6 and PG 9.5.13

@breim
Copy link

breim commented Jul 3, 2018

@chen716 and @cesarandreslopez .

Try this fork:
https://github.com/d-demirci/face-postgre

He is using lib psycopg2 instead lib postgresql.
You must install psycopg2 before. So just run:
pip3 install psycopg2

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

3 participants