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 9b22df6 commit e2539a2Copy full SHA for e2539a2
Lib/pip.py
@@ -350,19 +350,7 @@ def install(
350
os.environ["NUITKA_PYTHON_STATIC_PATTERN"] = static_pattern or ""
351
352
try:
353
- result = build_script_module.run(
354
- self,
355
- install_temp_dir,
356
- self.source_dir,
357
- install_options,
358
- global_options,
359
- root,
360
- home,
361
- prefix,
362
- warn_script_location,
363
- use_user_site,
364
- pycompile,
365
- )
+ result = build_script_module.run(install_temp_dir, self.source_dir)
366
finally:
367
if build_script_module_name in sys.modules:
368
del sys.modules[build_script_module_name]
0 commit comments