From a1328cb5431f99cfe16b246ee4201b19530404e2 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 4 Sep 2023 12:43:16 -0700 Subject: fix: :green_heart: don't exclude jedi from pyinstaller --- run.m1.spec | 2 +- run.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/run.m1.spec b/run.m1.spec index c863a6ca..e4baa0f2 100644 --- a/run.m1.spec +++ b/run.m1.spec @@ -17,7 +17,7 @@ a = Analysis( hookspath=[], hooksconfig={}, runtime_hooks=[], - excludes=['numpy', 'jedi'], + excludes=['numpy'], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, diff --git a/run.spec b/run.spec index 3956a957..3b754597 100644 --- a/run.spec +++ b/run.spec @@ -12,12 +12,12 @@ a = Analysis( datas=[ ('continuedev', 'continuedev'), (certifi.where(), 'ca_bundle') - ], - hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'pylsp'] + copy_metadata('replicate'), + ] + copy_metadata('replicate'), + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4', 'redbaron', 'pylsp'], hookspath=[], hooksconfig={}, runtime_hooks=[], - excludes=['numpy', 'jedi'], + excludes=['numpy'], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, -- cgit v1.2.3-70-g09d2