overfl0 / IDAPython-pycharm-setup

How to setup Pycharm to run scripts in IDA using the Run menu (or a keybind)
MIT License
34 stars 5 forks source link

Warning message #8

Open Uzver123 opened 2 weeks ago

Uzver123 commented 2 weeks ago

After reinstalling windows i and setting everything up again i started seeing this warning message.

C:\Users\User\AppData\Roaming\Python\Python312\site-packages\zmq\_future.py:724: RuntimeWarning: Proactor event loop does not implement add_reader family of methods required for zmq. Registering an additional selector thread for add_reader support via tornado. Use "asyncio.set_event_loop_policy(WindowsSelectorEventLoopPolicy())" to avoid this warning. self._get_loop() culling sys module...

overfl0 commented 2 weeks ago

This looks like an issue with either zmq or something that uses zmq. Most probably one of jupyter submodules (or maybe ipyida).

I would advise troubleshooting what exactly is triggering the warning, by manually executing the commands like %reset -f --aggressive and filing a bug report to the right project.