Closed MourIdri closed 5 years ago
It appears you're using Python 3.5 from the stack trace, not 3.6 as stated in the README:
The program requires Python 3.6 and the steghide binary to be installed.
It might be that you installed the program with the wrong pip
binary, try:
$ pip3 uninstall stegcracker
$ python3.6 -m pip install -U stegcracker
Just followed you tuto and go the issue