小编S. *_*ela的帖子

尝试导入Firebase程序包时收到.async错误


我正在尝试编写一个需要连接到Firebase的python脚本。我已经安装了python-firebase软件包,但是当我使用“ import firebase”将其导入程序时,出现以下错误:

Traceback (most recent call last):
  File "C:\Users\hajel\AppData\Local\Programs\Python\Python37-32\Scripts\RFIDHandler.py", line 1, in <module>
    import firebase
  File "C:\Users\hajel\AppData\Local\Programs\Python\Python37-32\lib\site-packages\firebase\__init__.py", line 3
    from .async import process_pool
              ^
SyntaxError: invalid syntax
Run Code Online (Sandbox Code Playgroud)

python syntax-error firebase

4
推荐指数
3
解决办法
3763
查看次数

标签 统计

firebase ×1

python ×1

syntax-error ×1