python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

running Eel gives this error #452

Closed pyanishjain closed 3 years ago

pyanishjain commented 3 years ago

C:\Users\ANISH JAIN\AppData\Local\Programs\Python\Python37\lib\importlib_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject return f(*args, **kwds)

ChrisKnott commented 3 years ago

I think this means you have an old version of gevent installed