AttributeError: module 'pyexiv2' has no attribute 'ImageMetadata' | Python 3.7

前端 未结 0 702
轮回少年
轮回少年 2021-01-28 02:55

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 At

相关标签:
回答
  • 消灭零回复
提交回复
热议问题