Skip to content

Commit 588ce3c

Browse files
committed
System Python installation is no longer required on Linux/Mac
1 parent fca92ae commit 588ce3c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ai_diffusion/server.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,6 @@ async def install(self, callback: Callback):
341341
ServerState.update_required,
342342
]
343343

344-
if not is_windows and self._python_cmd is None:
345-
raise Exception(
346-
_(
347-
"Python not found. Please install python3, python3-venv via your package manager and restart."
348-
)
349-
)
350-
351344
def cb(stage: str, message: str | DownloadProgress):
352345
out_message = ""
353346
progress = None

0 commit comments

Comments
 (0)