elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate or similar images within folders
https://difpy.readthedocs.io
MIT License
449 stars 66 forks source link

from: can't read /var/mail/difPy #24

Closed XtinaSchelin closed 2 years ago

XtinaSchelin commented 2 years ago

I'm trying to run a simple script based on the example:

from difPy import dif
search = dif("/Users/myname/Pictures/emoji/")

It doesn't work, and I get:

from: can't read /var/mail/difPy

On macOS 12.4, using Python 3.9.10, just installed the package today.

XtinaSchelin commented 2 years ago

Augh, I'm an idiot, disregard.