I'm trying to run this code from : https://github.com/pnnl/safekit ,using cmd on windows 10, I already installed python. when I type the command:
tar -xjvf data_examples.tar.bz2
I keep getting the error:
tar: Error opening archive: Can't initialize filter; unable to run program "bzip2 -d"
I have tried to download bzip2 through easy-7 zip and GnuWin32 , but it didn't work. Can any one help me?
P.S.: I did search for the same problem before posting mine.