Open renzy opened 6 years ago
hey im on linux (ubuntu 17.10) tryna run this. hitting this error though:
[Errno 2] No such file or directory: './etcpack': './etcpack'
from extract.py lime 144 subprocess.call(["./etcpack","./temp.pkm",currentWorkDir])
subprocess.call(["./etcpack","./temp.pkm",currentWorkDir])
any idea what i need to do or where i can get the binary?
I only add the binary for Windows, you can try to compile one for Linux and here is the official repo: Ericsson/ETCPACK
hey im on linux (ubuntu 17.10) tryna run this. hitting this error though:
from extract.py lime 144
subprocess.call(["./etcpack","./temp.pkm",currentWorkDir])
any idea what i need to do or where i can get the binary?