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

No module named 'Helpers' found #57

Open
thejaceman opened this issue May 24, 2023 · 1 comment
Open

No module named 'Helpers' found #57

thejaceman opened this issue May 24, 2023 · 1 comment

Comments

@thejaceman
Copy link

thejaceman commented May 24, 2023

Not sure if the project is still being maintained or not. I did see the notice on the project page about OEMCrypto, but wasn't sure if my device would be impacted or not and decided to at least give the script a trial run. After making sure that I had all dependencies met in the requirements.txt file, I decided to give it a run. Upon execution, I received the following error:

Traceback (most recent call last):
File "G:\PortableApps\dumper\dump_keys.py", line 6, in
from Helpers.Scanner import Scan
ModuleNotFoundError: No module named 'Helpers'

I should note that although I'm not familiar with 'Helpers' I did attempt to pip Helpers after receiving the error.
"Successfully installed Helpers-0.2.0"
Upon executing the command again, I received the same Traceback error as before.

@thejaceman thejaceman changed the title Invalid Character on Line 87 No module named 'Helpers' found May 24, 2023
@neooblaster
Copy link

neooblaster commented Jun 19, 2023

Hello,

I encountered the issue.
My mistake was that I simply copy-paste the main Python script.
For those who encounter the issue, please be sure to git clone the projet.

Browse to the clone project, then pip install -r requirements.txt and then python dump_key.py.

Best regards

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