Open Nldo opened 8 months ago
Setting the Python environment to 3.10 can solve the problem.
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'
Setting the Python environment to 3.10 can solve the problem.
I have set python to 3.10.0, but it still reports the same error.
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