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
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
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
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 #134 (comment)
The text was updated successfully, but these errors were encountered: