Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

AttributeError: 'module' object has no attribute '_find' #1

Open
artifexor opened this issue Dec 27, 2021 · 0 comments
Open

AttributeError: 'module' object has no attribute '_find' #1

artifexor opened this issue Dec 27, 2021 · 0 comments

Comments

@artifexor
Copy link

Got the $subject error while starting with python 2.7 and with python 3.7 after adding the utils folder which is not installed by default via pip. Might related to click component (I am using click 7.0 on 2.7 and click 7.1.2 on 3.7) as the traceback includes click entries.

Traceback (most recent call last):
  File "/home/user/.local/bin/deplicate", line 10, in <module>
    sys.exit(cli())
  File "/usr/lib/python2.7/dist-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python2.7/dist-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python2.7/dist-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/home/user/.local/lib/python2.7/site-packages/deplicate_cli.py", line 222, in cli
    _cli(verbose, showerr, kwgs)
  File "/home/user/.local/lib/python2.7/site-packages/deplicate_cli.py", line 118, in _cli
    dups, errors, scanerrors = results = _find_results(verbose, kwgs)
  File "/home/user/.local/lib/python2.7/site-packages/deplicate_cli.py", line 81, in _find_results
    filedups, scanerrors = core._find(paths, **kwgs)
AttributeError: 'module' object has no attribute '_find'
$ pip2 list --user
Package       Version
------------- -------
deplicate     1.2.3  
deplicate-cli 0.1.1  
pipdeptree    2.2.0  
psutil        5.8.0  
Send2Trash    1.8.0  
xxhash        2.0.2  

Is this project is dead? Any similar application is there? I would like to use the archive duplicate function which I hope means this application is able to search for duplicates between different archive files content.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant