Skip to content

Commit

Permalink
Fix installation issue when not using system python NVIDIA#571
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-shahrokhi committed Mar 30, 2024
1 parent faa9ec4 commit e1ff59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _argparse(pattern, argv, is_flag=True, is_list=False):


run_command("rm", "-rf", "build")
run_command("pip", "uninstall", "MinkowskiEngine", "-y")
run_command(sys.executable, "-m", "pip", "uninstall", "MinkowskiEngine", "-y")

# For cpu only build
CPU_ONLY, argv = _argparse("--cpu_only", argv)
Expand Down

0 comments on commit e1ff59e

Please sign in to comment.