job012
job012
In a previous version of the repository, I didn't have this problem but still didn't make it till the end of Tutorial 1 because I got an error in the...
@funny-name2 I used the Exiftoolversion 12.82, but it didnt solve the problem. Dont you think you solved the problem also by incrementally copying the the parts of the working enviroment...
@funny-name2 @rrowlands @loicdtx @rrowlands. I SOLVED the problem by just replacing in File ~\anaconda3\envs\micasense\lib\site-packages\exiftool\exiftool.py Line 363 abs_path = shutil.which(new_executable) with 363 abs_path = os.environ.get('exiftoolpath') NOW IT WORKS LIKE A CHARM