-
Notifications
You must be signed in to change notification settings - Fork 2
Description
HI thanks for this wonderful and helpful library,
I was playing around and tried packaging the app using Pyinstaller, app is being packed successfully but when executed it throws below error
File "app.py", line 82, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module File "MainNlu.py", line 1, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module File "CustomIntents\__init__.py", line 1, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module File "CustomIntents\Chatbot.py", line 27, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module File "wandb\__init__.py", line 26, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module File "wandb\sdk\__init__.py", line 5, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module File "wandb\sdk\wandb_artifacts.py", line 33, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module File "wandb\apis\__init__.py", line 42, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module File "wandb\apis\internal.py", line 1, in <module> File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module File "wandb\sdk\internal\internal_api.py", line 32, in <module> ModuleNotFoundError: No module named 'wandb_gql' [2264] Failed to execute script 'demoScript' due...
I believe there should be some kind of hook or hidden import , can you please guide on this?