Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Jun 14, 2024
1 parent cea6846 commit a4fdbbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ a = Analysis(
binaries=[],
datas=[('gpt_computer_assistant/utils/media/*', 'gpt_computer_assistant/utils/media')],
hiddenimports=['crewai',],
hookspath=[],
hookspath=['.'],
hooksconfig={},
runtime_hooks=[],
excludes=[],
Expand Down
4 changes: 4 additions & 0 deletions hook-crewai.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# hook-crewai.py
from PyInstaller.utils.hooks import collect_submodules

hiddenimports = collect_submodules('crewai')

0 comments on commit a4fdbbe

Please sign in to comment.