- you should rename file async.py ( i choose async_fb.py)
- then in 'init.py' file replace line 3 with: from .async_fb import process_pool
- then in 'firebase.py' file replace line 12 with: from .async_fb import process_pool
this is embarrassing...
Enjoy codding!
Kendim için aldığım notları sizin ile paylaşıyorum. Genel olarak ilgi alanlarım yapay zeka, büyük veri ve mobil uygulamalar.
Friday, March 26, 2021
Python 3.7 firebase async sorunu
lol. I 'fix' this 'issue' that is long than an year.
Subscribe to:
Post Comments (Atom)
file tree for nodejs project
find . \( -path "*/node_modules" -o -path "*/.git" \) -prune -o -print | tree -a -I 'node_modules|.git'
-
Lesson 5 These tutorials are also available through an email course, please visit http://www.hedaro.com/pandas-tutorial to sign up...
-
<?php // Declare and define two dates $date1 = strtotime ( "2016-06-01 22:45:00" ); $date2 = strtotime ( "2...
-
server side=> import asyncio import websockets async def response ( websocket , path ): message = await websocket . recv () ...
No comments:
Post a Comment