Skip to content
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

Runtime Warning #67

Closed
azinsharaf opened this issue Sep 29, 2022 · 7 comments
Closed

Runtime Warning #67

azinsharaf opened this issue Sep 29, 2022 · 7 comments

Comments

@azinsharaf
Copy link

azinsharaf commented Sep 29, 2022

Thanks for writing this great tool!

I get the following warning when i open the notebook. Any idea?

C:\Users\asharaf\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\zmq\_future.py:679: 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()   

image

@azinsharaf azinsharaf changed the title runtime Warning Runtime Warning Sep 29, 2022
@davidbrochart
Copy link
Owner

Thanks for the kind words!
Maybe upgrade pyzmq and tornado?

@azinsharaf
Copy link
Author

i upgraded both. Same warning.

@davidbrochart
Copy link
Owner

What versions of pyzmq and tornado do you have?

@azinsharaf
Copy link
Author

# packages in environment at C:\Users\asharaf\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone:
#
# Name                    Version                   Build  Channel
tornado                   6.2              py39h2bbff1b_0  
pyzmq                     22.2.1                   py39_0    esri
$ python --version
Python 3.9.11

@davidbrochart
Copy link
Owner

Can you upgrade pyzmq to version 24?

@azinsharaf
Copy link
Author

hi, same warning with pyzmq 24.0.1

@azinsharaf
Copy link
Author

I will create a new vmenv and see what i get.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants