Hi - how do I get this to run on Windows? I'm using Python 2718 as the script says won't run with v3, but every time I try to run the script I get this:
********WARNING******************************************************* You are using Python Pillow PIL module and not the Pillow-SIMD module. Pillow-SIMD is a 4x faster drop-in replacement of the base PIL module. Uninstalling Pillow PIL and installing Pillow-SIMD is a good idea. ********************************************************************** Files integrity check for: ./test_folder/files Parallel worker got unexpected error 'NoneType' object has no attribute 'error_detect'
Hi - how do I get this to run on Windows? I'm using Python 2718 as the script says won't run with v3, but every time I try to run the script I get this:
RispondiEliminaPS D:\apps\check-media-integrity-master> ./check_mi.py -m -r ./test_folder/files
********WARNING*******************************************************
You are using Python Pillow PIL module and not the Pillow-SIMD module.
Pillow-SIMD is a 4x faster drop-in replacement of the base PIL module.
Uninstalling Pillow PIL and installing Pillow-SIMD is a good idea.
**********************************************************************
Files integrity check for: ./test_folder/files
Parallel worker got unexpected error 'NoneType' object has no attribute 'error_detect'
I'm a bit late on this, but there is a fix now about this issue.
RispondiElimina