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 'Crypto' #14

Open
graxe20 opened this issue Jun 27, 2024 · 11 comments
Open

No Module named 'Crypto' #14

graxe20 opened this issue Jun 27, 2024 · 11 comments

Comments

@graxe20
Copy link

graxe20 commented Jun 27, 2024

Traceback (most recent call last):
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\deobf.py", line 17, in <module>
    from utils.pyinstaller.pyinstaller import ExtractPYInstaller
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\pyinstaller.py", line 2, in <module>
    from utils.pyinstaller.extractors.pyinstxtractorng import PyInstArchive as PyInstArchiveNG
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\extractors\pyinstxtractorng.py", line 25, in <module>
    from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'
@TaxMachine
Copy link
Owner

TaxMachine commented Jun 27, 2024

Did you install pycryptodome on the right py version?

@graxe20
Copy link
Author

graxe20 commented Jun 27, 2024

I think so, what's the correct version?

@TaxMachine
Copy link
Owner

Depends which one you're using, for example if you're using python2 as default python environment then you have to install it with the right pip version. If it's python3 you prbly have to do python3 -m pip install -r requirements.txt

@graxe20
Copy link
Author

graxe20 commented Jun 27, 2024

Will try that shortly and let you know. Thanks.

@graxe20
Copy link
Author

graxe20 commented Jun 27, 2024

Still get the same error back,

Traceback (most recent call last):
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\deobf.py", line 17, in <module>
    from utils.pyinstaller.pyinstaller import ExtractPYInstaller
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\pyinstaller.py", line 2, in <module>
    from utils.pyinstaller.extractors.pyinstxtractorng import PyInstArchive as PyInstArchiveNG
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\extractors\pyinstxtractorng.py", line 25, in <module>
    from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

@TaxMachine
Copy link
Owner

Weird idk why it does that

@waxnet
Copy link
Contributor

waxnet commented Jun 29, 2024

Still get the same error back,

Traceback (most recent call last):
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\deobf.py", line 17, in <module>
    from utils.pyinstaller.pyinstaller import ExtractPYInstaller
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\pyinstaller.py", line 2, in <module>
    from utils.pyinstaller.extractors.pyinstxtractorng import PyInstArchive as PyInstArchiveNG
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\extractors\pyinstxtractorng.py", line 25, in <module>
    from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

do you have more than one python version installed?

@TaxMachine
Copy link
Owner

That's weird

@waxnet
Copy link
Contributor

waxnet commented Jul 1, 2024

might be bc he has more than 1 version of python installed so the modules get installed on another version and not on the right one

@TaxMachine
Copy link
Owner

Is it still not working or can I close this issue?

@graxe20
Copy link
Author

graxe20 commented Jul 2, 2024

I might have 2 versions but I think I uninstalled all versions and just installed the version suggested.

I'll give it a try, feel free to close the issue and I can open another one when I've tried again as it might be a while :)

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

3 participants