You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: