dedupeio / dedupe-examples

:id: Examples for using the dedupe library
MIT License
404 stars 216 forks source link

Error from pgsql_big_dedupe_example.py #107

Closed niroopr closed 4 years ago

niroopr commented 4 years ago

I get the below error when I execute pgsql_big_dedupe_example.py. The error is from line 247.

psycopg2.errors.QueryCanceled: COPY from stdin failed: error in .read() call: TypeError tuple indices must be integers or slices, not str

niroopr commented 4 years ago

The issue was due to a change I made in the code.