Skip to content
kbandla edited this page Jul 5, 2017 · 1 revision

ImportError

running test
Traceback (most recent call last):
  File "test.py", line 7, in <module>
    import pydeep
ImportError: libfuzzy.so.2: cannot open shared object file: No such file or directory

If you see the above error message, most likely you have not run sudo ldconfig after installing ssdeep. Running it should solve this issue.

Clone this wiki locally