rhsimplex / image-match

🎇 Quickly search over billions of images
2.94k stars 405 forks source link

Unable to import the image_match module #90

Open avadhutbhosarekar opened 6 years ago

avadhutbhosarekar commented 6 years ago

I have installed the image-match module in my virtual env. via pip:pip install image_match I have then done an import into my python 3 script:from image_match.goldberg import ImageSignature I get an error :ImportError: No module named 'image_match.goldberg'; 'image_match' is not a package When I do a pip freeze in my virtual env. I can see that in the list of packages listed image-match is present: image-match==1.1.2

Please guide me on what I am doing wrong.

duhaime commented 6 years ago

@avadhutbhosarekar Can you post the full stack trace you get when you attempt to import ImageSignature?