I tried pip install pyrebase
but when i import it says 'No module named pyrebase'. I use python3. Also I updated my pip and uninstalled other versions of python but still couldn't resolve the issue. Any help is appreciated, thanks in advance.
Asked
Active
Viewed 1,634 times
1 Answers
4
Try Pyrebase4: pip install Pyrebase4
.
If it still doesn't work, uninstall pyrebase with pip uninstall pyrebase
, install pycryptodome with pip install pycryptodome
, and then install Pyrebase4.

sabz
- 460
- 1
- 4
- 10
-
1again it didnt work for pycryptodome, i changed the folder name from Crypto to crypto in modules folder and then it worked. just a heads up for anyo there people having the same issue. – Henry Jan 12 '22 at 13:37