human-pose-estimation.pytorch icon indicating copy to clipboard operation
human-pose-estimation.pytorch copied to clipboard

pip install requirement error"Could not find a version that satisfies the requirement EasyDict==1.7 "

Open huahua-c opened this issue 5 years ago • 3 comments
trafficstars

By following the instruction, pip install -r requirements.txt

ERROR: Could not find a version that satisfies the requirement EasyDict==1.7 (from -r requirements.txt (line 1)) (from versions: none) ERROR: No matching distribution found for EasyDict==1.7 (from -r requirements.txt (line 1))

huahua-c avatar Sep 10 '20 00:09 huahua-c

i meet the same problem,could you please tell me how you solved it?thanks very much!!

mobeixiaoxin avatar Nov 13 '20 14:11 mobeixiaoxin

You can install it separately by pip

huahua-c avatar Jul 06 '21 09:07 huahua-c

You can install the latest version of every library and work around accordingly.

Dipankar1997161 avatar Apr 30 '22 21:04 Dipankar1997161