Dongqi-Fan / OnePoseTrans

One-Shot Learning for Pose-Guided Person Image Synthesis in the Wild
Apache License 2.0
13 stars 2 forks source link

torch in requirements.txt #2

Open Tialo opened 1 month ago

Tialo commented 1 month ago

Please either remove torch from requirements.txt, as it is already installed in readme guide, or specify in requirements.txt that it should be installed from https://download.pytorch.org/whl/cu121

ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10
ERROR: Could not find a version that satisfies the requirement torch==2.4.1+cu121 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0)
ERROR: No matching distribution found for torch==2.4.1+cu121