Closed janse28 closed 3 years ago
Jan, do you still have this issue or did you come up with a resolution? I just built a new environment from the main branch and it worked fine (though it takes much longer than before to resolve packages).
Closed due to inactivity.
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
Hello,
I would like to work to with your skript and install Anaconda 3. In fewer issues I read that a downgrading python version is necessary to run this skript. Therefore I installed on Anaconda python version 3.6.12.
Nevertheless I get an error
(base) C:\Users\XX>python --version Python 3.6.12 :: Anaconda, Inc. (base) C:>cd imageprocessing (base) C:\imageprocessing>activate micasense (micasense) C:\imageprocessing>pytest ImportError while loading conftest 'C:\imageprocessing\tests\conftest.py'. tests\conftest.py:29: in
import micasense.capture as capture
micasense\capture.py:30: in
import micasense.image as image
micasense\image.py:36: in
import micasense.metadata as metadata
micasense\metadata.py:28: in
import exiftool
E ModuleNotFoundError: No module named 'exiftool'
The exiftool (version 12.12) I puted on C:\ and made a path in my Environment Variables for my Account. Thanks for your efforts,
Jan