arkprocoder / ecommerce-shopping-cart

32 stars 23 forks source link

No module named 'Crypto' #3

Closed jenish-ml closed 1 month ago

jenish-ml commented 9 months ago

from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'. Pip install pycrypto doesnt work

gregothedeveloper commented 1 month ago

pip install pycryptodome

jenish-ml commented 1 month ago

Its worked