I've been trying to run the following code:
exif = pyexiv2.ImageMetadata(image_file)
exif.read()
on Python 3.7.0 and it yields an error AttributeError: module 'pyexiv2' has no attribute 'ImageMetadata'
I haven't used pyexiv2 before but the example illustrated here is similar to mine and I presume it works fine. I'm also not sure if pyexiv2 is fully supported for Python 3. Please Advise.
You can find the script I'm working with here