Giter VIP home page Giter VIP logo

duplicate-image-finder's People

Contributors

beeftornado avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

duplicate-image-finder's Issues

How does it works?

I try executing the commands that you provided, but nothing happens actually. Well, it just opens a new VS code window for some reason. Am I missing something?

Not importing enums.py library

Hi there, for some reason the script is not importing the library enums.py located in folder duplicateimagefinder

Traceback (most recent call last):
  File "./app.py", line 14, in <module>
    from output_formats import outputter_for_format
  File "/Users/caiooliveira/dev/boticario/duplicate-image-finder/duplicateimagefinder/output_formats/__init__.py", line 1, in <module>
    from duplicateimagefinder.enums import Formats
ImportError: No module named **duplicateimagefinder.enums**

To solve it, I have moved enums.py into the folder output_formats

Nice job by the way :)

Explain setup

If you would be so kind to explain how to install the required packages would be great

Global name `start_dir` is not defined

I installed the package with pip install -e . and now when trying to run it, I get the below error.

$ app -d ios/
Traceback (most recent call last):
  File "/usr/local/bin/app", line 11, in <module>
    load_entry_point('DuplicateImageFinder', 'console_scripts', 'app')()
  File "/Users/dcunningham/Source/duplicate-image-finder/duplicateimagefinder/app.py", line 139, in main
    for d in (start_dir, compare_to):
NameError: global name 'start_dir' is not defined

global name 'start_dir' is not defined error

I am running in this the below error when trying to run the program. Looking at the code, the problem seems to be that you can't modify the dictionary returned by locals().

https://stackoverflow.com/questions/21826934/locals-updatekwargs-is-not-working

Traceback (most recent call last):
  File "/usr/local/bin/app", line 11, in <module>
    load_entry_point('DuplicateImageFinder', 'console_scripts', 'app')()
  File "/Users/dcunningham/Source/duplicate-image-finder/duplicateimagefinder/app.py", line 139, in main
    for d in (start_dir, compare_to):
NameError: global name 'start_dir' is not defined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.