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
(ALR) C:\Sort-Photos-1.2>python ./src/sortphotos.py -c ./test1 ./test2
Hej
Traceback (most recent call last):
File "./src/sortphotos.py", line 611, in
main()
File "./src/sortphotos.py", line 608, in main
sortPhotos(**args)
File "./src/sortphotos.py", line 385, in sortPhotos
with ExifTool(verbose=verbose) as e:
File "./src/sortphotos.py", line 252, in enter
stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "C:\Users\tobias.aderum\AppData\Local\Continuum\anaconda3\envs\ALR\lib\subprocess.py", >line 775, in init
restore_signals, start_new_session)
File "C:\Users\tobias.aderum\AppData\Local\Continuum\anaconda3\envs\ALR\lib\subprocess.py", >line 1178, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
(ALR) C:\Sort-Photos-1.2>
The text was updated successfully, but these errors were encountered:
Running python3 from Anaconda on win10 machine and I can't get the system to find the files. What can I do?
The text was updated successfully, but these errors were encountered: