We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d378f19 commit 4f294c8Copy full SHA for 4f294c8
backend/src/python.rs
@@ -33,7 +33,7 @@ fn install_python_dependencies(
33
.arg("install")
34
.arg("-r")
35
.arg(requirements_txt.as_path())
36
- .creation_flags(CREATE_NO_WINDOW)
+ // .creation_flags(CREATE_NO_WINDOW)
37
.status()
38
.expect("failed to install python deps");
39
engine
0 commit comments