-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.0.37] DeprecationWarning: There is no current event loop (from asyncio) #1750
Comments
Ubuntu 22.04 is packaged with Python |
I can confirm that the depreciation warning is still there on 3.0.38 |
Update: It seems not just Ubuntu is affected. I am running xonsh on Fedora 39 which now also ships Python 3.12. |
It think it should have been fixed by this PR: #1782 |
thank you for the official release, seems to have done exactly what i patched in by hand looking at the diffs on my install for the relevant file. Deprecation warning is and stays gone. |
#1806 works for me too. Many thanks @jonathanslenders |
Hi,
233a818 in release 3.0.37 re-introduces
asyncio.get_event_loop()
which was deprecated and removed in a775996 earlier in the same release.My Python 3.10 venv fails with
prompt-toolkit==3.0.38
, but a similar Python 3.8 venv is ok.Downgrading to
prompt-toolkit==3.0.36
allows my Python 3.10 venv to run normally.(#1726 starts with a different issue but has comments/links directly related to this issue).
The text was updated successfully, but these errors were encountered: