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

ModuleNotFoundError: No module named 'Cryptodome' #123

Open
YasirAsim opened this issue Mar 30, 2021 · 4 comments
Open

ModuleNotFoundError: No module named 'Cryptodome' #123

YasirAsim opened this issue Mar 30, 2021 · 4 comments

Comments

@YasirAsim
Copy link

Hello, I'm using window 10, While executing "python start.py" command I got this error.

C:\Users\FAST COMPUTER\EvilOSX>python start.py
Traceback (most recent call last):
File "start.py", line 13, in
from server.handler import start_server
File "C:\Users\FAST COMPUTER\EvilOSX\server\handler.py", line 22, in
from server import modules
File "C:\Users\FAST COMPUTER\EvilOSX\server\modules_init_.py", line 11, in
from server.modules.helper import ModuleABC
File "C:\Users\FAST COMPUTER\EvilOSX\server\modules\helper.py", line 10, in
from server.model import Model
File "C:\Users\FAST COMPUTER\EvilOSX\server\model.py", line 11, in
from Cryptodome.Cipher import AES
ModuleNotFoundError: No module named 'Cryptodome'

Can you please help me to solve this issue?

@Wolfoverflow
Copy link

pip install pycryptodome==3.10.1 pycryptodomex==3.8.1

@Wolfoverflow
Copy link

Happy coding!

@ghost
Copy link

ghost commented Apr 6, 2022

I had the same problem but now it works tx Wolfoverflow!

@Wolfoverflow
Copy link

Np!

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