Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named pefile #13

Open
madara19 opened this issue Jan 16, 2020 · 1 comment
Open

ImportError: No module named pefile #13

madara19 opened this issue Jan 16, 2020 · 1 comment

Comments

@madara19
Copy link

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

@purpler3m
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants