uriyyo / pycharm-evaluate-async-code

Finally, you can use await in evaluate expression 💪
https://plugins.jetbrains.com/plugin/14476-evaluate-async-code
44 stars 2 forks source link

DeprecationWarning: There is no current event loop #61

Closed xiaoyoucheng closed 1 year ago

xiaoyoucheng commented 1 year ago

Similar to https://github.com/uriyyo/pycharm-evaluate-async-code/issues/52#issue-1269891766

Python Version: 3.10.9 Evaluate Async Code Version: 1.22

......Local\JetBrains\Toolbox\apps\PyCharm-P\ch-0\223.8617.48.plugins\evaluate-async-code\_pydevd_async_debug.py:45: DeprecationWarning: There is no current event loop
loop = events.get_event_loop_policy().get_event_loop()
uriyyo commented 1 year ago

Hi @xiaoyoucheng

New version 1.23 has been released. This issue should be fixed now.

Could you please confirm that this issue is no longer present?

uriyyo commented 1 year ago

Hi @xiaoyoucheng, Any updates?

xiaoyoucheng commented 1 year ago

Hi @xiaoyoucheng, Any updates?

Sorry for the delay in my response due to the long period of time. After updating the plugin, I have tested it and found that the issue has been resolved.

uriyyo commented 1 year ago

Great, thanks for the update. Then, I am closing this issue.