Receiving .async error when trying to import the firebase package

前端 未结 4 593
猫巷女王i
猫巷女王i 2021-01-11 09:46

I\'m trying to write a python script that requires a connection to firebase. I\'ve installed the python-firebase package, but when I import it into my program using \'

4条回答
  •  抹茶落季
    2021-01-11 10:21

    ya because your action is wrong its a system-generated file don't comment it just follows steps

    1)rename .async into .async_

    2)open__init__ file and change .async into .async_

    3)open firebase.py and change .async into .async_

    because of .async is the keyword now is current version in python

    Done>>>>>>>>>>

提交回复
热议问题