Discord-Token-Creator icon indicating copy to clipboard operation
Discord-Token-Creator copied to clipboard

problem with taskio

Open Chris166 opened this issue 2 years ago • 4 comments

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'

Chris166 avatar Dec 27 '21 10:12 Chris166

taskio pip install taskio enter command cmd

nimaisox avatar Jan 04 '22 12:01 nimaisox

still gives that error for me, even thought i did "pip install taskio"

loadfunctype avatar Feb 03 '22 22:02 loadfunctype

@lucciouss

Hi What an error?

nimaisox avatar Feb 07 '22 10:02 nimaisox

try "pip install tasksio" I gor same error but with tasksio and pip install tasksio has fix that

xARMR avatar Apr 01 '22 18:04 xARMR