Hi, I have a program who uses the Dedupe module (along with other modules). However, when I try to use it I get the following error:
File "site-packages\dedupe\blocking.py", line 43, in __call__ File "site-packages\dedupe\predicates.py", line 287, in __call__ File "site-packages\dedupe\predicates.py", line 287, in <listcomp> File "site-packages\dedupe\predicates.py", line 149, in __call__ File "site-packages\dedupe\tfidf.py", line 36, in search File "site-packages\dedupe\canopy_index.py", line 61, in apply AttributeError: 'IFBucket' object has no attribute 'byValue' [9360] Failed to execute script deduping The script works fine on my laptop (not using the exe generated from PyInstaller). I'm running windows. I tried to create a hook file, but no success (I didn't found anything to add in the hook). Every help will be appreciated! -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyinstaller. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/2a6d5555-de37-4faa-a32b-39b098556bbf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
