deidentify
deidentify copied to clipboard
Issue with Demo.py: AttributeError: module 'deduce' has no attribute 'lookup_lists'. Did you mean: 'lookup_sets'?
File "/usr/local/lib/python3.10/dist-packages/deidentify/taggers/init.py", line 1, in
Name: deidentify Version: 0.7.3
Could you please try a pip install -U deduce>=1.0.2,<2
(see #69).
Hi @jantrienes
I faced a similar issue with the following traceback :
Traceback (most recent call last):
File "/Users/akhil/Downloads/touch.py", line 2, in
The solution you suggested resolved the issue! Thanks!