diff --git a/setup.py b/setup.py index b629300c9..6ba43003a 100644 --- a/setup.py +++ b/setup.py @@ -30,13 +30,13 @@ def get_requirements(): torch, "--no-deps", "--dry-run", - # "--no-cache-dir", - # "--dest", - # temp_dir, + "--no-cache-dir", # Find the true URL even if another env has cached it "--index-url", "https://download.pytorch.org/whl/cpu", ] + # print(' '.join(cmd)) + try: process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True) for line in process.stdout: