imageprocessing icon indicating copy to clipboard operation
imageprocessing copied to clipboard

Revisiting a closed issue

Open Christine1427 opened this issue 3 years ago • 2 comments

Hi, I have this same issue. Working from a new environment as well which I cloned the micasense imageprocessing into. When I then try to import micasense.metadata as metadata the error produced is ModuleNotFoundError: No module named 'exiftool'. I have also triple checked I downloaded exiftool properly and is located right on the C drive. Thank you for your time, Christine

Originally posted by @Christine1427 in https://github.com/micasense/imageprocessing/issues/134#issuecomment-1165778998

Christine1427 avatar Jun 24 '22 17:06 Christine1427

In system variables or my variables, add the environment variable path for exiftool

wanghanruibaba avatar Sep 11 '22 13:09 wanghanruibaba

There is the exiftool executable, which you'll need to add the path and environment variable for. Then there's the pyexiftool python module that's installed via pip when the environment is created. If something went wrong you might not have the module, which would create this error. You can try to install it via pip with pip install pyexiftool<=0.4.13

poynting avatar Sep 15 '22 20:09 poynting