python-exe-unpacker icon indicating copy to clipboard operation
python-exe-unpacker copied to clipboard

ImportError: No module named pefile

Open madara19 opened this issue 5 years ago • 1 comments

le "F:\Python36\ex\python_exe_unpack.py", line 14, in import pefile ImportError: No module named pefile

Even if pefile is installed Any help please

madara19 avatar Jan 16 '20 13:01 madara19

Pretty much i had to run python -m pip install pefile

you have to verify where the packages are install by running pip -V. I noticed some of the packages were installed in python2 and others in python3. By running the command above seem to fix the issue for me. Then after that i ran sudo /.reset.sh and it work. Hope it works for you as well.

purpler3m avatar Oct 06 '20 03:10 purpler3m