Skip to content

Commit 5a7d461

Browse files
Merge pull request #58 from nextmv-io/merschformann/fix-windows-store-python
Fix Dependency Installation Issue for Windows Store Python
2 parents 08a45f8 + 917d220 commit 5a7d461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nextmv/cloud/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ def __install_dependencies(
259259
"--no-warn-conflicts",
260260
"--target",
261261
os.path.join(temp_dir, dep_dir),
262+
"--no-user", # We explicitly avoid user mode (mainly to fix issues with Windows store Python installations)
262263
"--no-input",
263264
"--quiet",
264265
]

0 commit comments

Comments
 (0)