MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
7.86k stars 1.96k forks source link

Connection error with setup.py on windows #1092

Open cechantonin opened 1 year ago

cechantonin commented 1 year ago

Hi, I'm having a problem with running the command 'python setup.py build develop'. When I run it, the console freezes for a moment, then gives me this warning, then freezes again and so on.

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000022834175090>, 'Connection to pypi.tuna.tsinghua.edu.cn timed out. (connect timeout=15)')': /simple/pytest-runner/

Is there a mirror download for whatever it needs from the site or is there a way to fix it? Thanks

I'm using Python 3.10.8 and torch 1.13.0+cu117.

Fang-Haoshu commented 1 year ago

Hi, you can remove the file setup.cfg and try again