I know there are similar questions asked but I have read them and couldn't solved my problem I'm trying to import pyrebase
; however it gives me these error messages:
Traceback (most recent call last):
File "c:\Users\yaman\OneDrive\Masaüstü\BİYOLOJİK ŞİFRELEME\JustSth.py", line 1, in <module>
import pyrebase
File "C:\Users\yaman\AppData\Local\Programs\Python\Python39\lib\site-packages\pyrebase\__init__.py", line 1, in <module>
from .pyrebase import initialize_app
File "C:\Users\yaman\AppData\Local\Programs\Python\Python39\lib\site-packages\pyrebase\pyrebase.py", line 23, in <module>
from Crypto.PublicKey import RSA
ModuleNotFoundError: No module named 'Crypto'
I downloaded the pycryptodome and it says Requirement Satisfied
when I try to install it again? How can I solve this problem?
Thanks from now!