简体   繁体   中英

Error when importing pyrebase with python3

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM