python 使用pyinstaller打包 ,代码中导入了eel ,有报错信息

Traceback (most recent call last):
  File "<string>", line 7, in <module>
  File "d:\python2.7.13\lib\site-packages\PyInstaller-3.1.1-py2.7.egg\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
    exec(bytecode, module.__dict__)
  File "site-packages\eel\__init__.py", line 2, in <module>
  File "d:\python2.7.13\lib\site-packages\PyInstaller-3.1.1-py2.7.egg\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
    exec(bytecode, module.__dict__)
  File "site-packages\gevent\__init__.py", line 87, in <module>
  File "d:\python2.7.13\lib\site-packages\PyInstaller-3.1.1-py2.7.egg\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module
    exec(bytecode, module.__dict__)
  File "site-packages\gevent\_hub_local.py", line 101, in <module>
  File "site-packages\gevent\_util.py", line 105, in import_c_accel
  File "importlib\__init__.py", line 37, in import_module
ImportError: No module named __hub_local
test returned -1

https://blog.csdn.net/oh5W6HinUg43JvRhhB/article/details/80045568