Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisiting a closed issue #187

Open
Christine1427 opened this issue Jun 24, 2022 · 2 comments
Open

Revisiting a closed issue #187

Christine1427 opened this issue Jun 24, 2022 · 2 comments

Comments

@Christine1427
Copy link

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)

@wanghanruibaba
Copy link

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

@poynting
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants