dedupeio / dedupe-examples

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

Record Linkage example error: dedupe has no attribute console lable #108

Closed chrished closed 4 years ago

chrished commented 4 years ago

Traceback (most recent call last): File "record_linkage_example.py", line 140, in <module> dedupe.console_label(linker) AttributeError: module 'dedupe' has no attribute 'console_label'

jeancochrane commented 4 years ago

What version of dedupe do you have installed? As of 2.0 this method is called console_label() but in 1.x it was called consoleLabel(), that difference may account for the error.

chrished commented 4 years ago

Thanks!

Rayku-1 commented 4 weeks ago

I have version 3.0.2 ,I have the same erorr .How to know the proper syntax for my version?

What version of dedupe do you have installed? As of 2.0 this method is called console_label() but in 1.x it was called consoleLabel(), that difference may account for the error.