You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I encountered an error while running the code: AttributeError: module 'exiftool' has no attribute 'ExifToolHelper'. I tried using pyexiftool versions 0.4.13 and 0.5.6, but it didn't work
The text was updated successfully, but these errors were encountered:
Has anyone else had this issue? I get the problem using python 3.8 and python 3.10. I'm using windows. When I print(dir(exiftool)), I get the following attributes: 'class', 'del', 'delattr', 'dict', 'dir', 'doc', 'enter', 'eq', 'exit', 'format', 'ge', 'getattribute', 'gt', 'hash', 'init', 'init_subclass', 'le', 'lt', 'module', 'ne', 'new', 'reduce', 'reduce_ex', 'repr', 'setattr', 'sizeof', 'str', 'subclasshook', 'weakref', '_check_sanity_of_result', 'copy_tags', 'execute', 'execute_json', 'execute_json_wrapper', 'get_metadata', 'get_metadata_batch', 'get_metadata_batch_wrapper', 'get_metadata_wrapper', 'get_tag', 'get_tag_batch', 'get_tag_batch_wrapper', 'get_tag_wrapper', 'get_tags', 'get_tags_batch', 'get_tags_batch_wrapper', 'get_tags_wrapper', 'set_keywords', 'set_keywords_batch', 'set_tags', 'set_tags_batch', 'start', 'terminate'
Hello, I encountered an error while running the code: AttributeError: module 'exiftool' has no attribute 'ExifToolHelper'. I tried using pyexiftool versions 0.4.13 and 0.5.6, but it didn't work
The text was updated successfully, but these errors were encountered: