You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
Traceback (most recent call last):
File "gen.py", line 162, in
asyncio.get_event_loop().run_until_complete(client.start())
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "gen.py", line 156, in start
async with taskio.TaskPool(self.tasks) as pool:
AttributeError: module 'taskio' has no attribute 'TaskPool'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "gen.py", line 162, in
asyncio.get_event_loop().run_until_complete(client.start())
File "C:\Users\user\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "gen.py", line 156, in start
async with taskio.TaskPool(self.tasks) as pool:
AttributeError: module 'taskio' has no attribute 'TaskPool'
The text was updated successfully, but these errors were encountered: