dependancy hell on Linux
ItsRogueRen opened this issue · 4 comments
Running Fedora linux and I keep running into dependency issues. At first it was with pycrypto, but the alternative pycryptodome fixed that. Hoever now I get "error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory" when trying to run it
Unfortunately, the problem of dependencies is very common, especially when there are python libraries that rely on C bindings on different linux distributions.
I was working on a project to make cia-unix dependency free, translating the decryption module in rust.
Right now my advice is to use the python3 version and compile cia-unix with the crystal compiler
Hello, @ItsRogueRen could you try the newer cia-unix version?
Hello, @ItsRogueRen could you try the newer cia-unix version?
New version runs to make the cci file but no further, unless I'm just missing something
Yes! .cci
files are decrypted roms