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 23, 2017. It is now read-only.
I met the problem while migrating my script from python 3.4 to 3.5 or 3.6+. It uses asyncio and works good on 3.4 python but when I start it with python3.5+ I got error: RuntimeError: Cannot run the event loop while another loop is running.
The text was updated successfully, but these errors were encountered:
Is everything good here?
http://stackoverflow.com/questions/42546099/python-asyncio-migrate-from-3-4-to-3-5
I met the problem while migrating my script from python 3.4 to 3.5 or 3.6+. It uses asyncio and works good on 3.4 python but when I start it with python3.5+ I got error: RuntimeError: Cannot run the event loop while another loop is running.
The text was updated successfully, but these errors were encountered: