We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67f06b commit dc017cfCopy full SHA for dc017cf
openhands-cli.spec
@@ -12,7 +12,7 @@ import sys
12
from PyInstaller.utils.hooks import collect_submodules, collect_data_files
13
14
# Ensure build-time import resolution prefers the packaged SDK over the monorepo path
15
-# Remove any OpenHands monorepo paths if present (prevents importing /openhands/code/openhands)
+# Needed when running build inside OpenHands conversation (due to nested runtimes)
16
_sys_paths_to_remove = [p for p in list(sys.path) if p.startswith('/openhands/code')]
17
for _p in _sys_paths_to_remove:
18
try:
0 commit comments