MVIG-SJTU / AlphaPose

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

why tell me SetuptoolsDeprecationWarning? #1161

Open Archives-RZ opened 1 year ago

Archives-RZ commented 1 year ago

My environment: cuda - 11.3, python - 3.7, pytorch - 1.12, setuptools - 65.6.3, platform - windows.

When I run python setup.py build develop, I always have this error, I don,t know why.

(alphapose) D:\Alphapose\AlphaPose>python setup.py build develop C:\Users\meruijingz.conda\envs\alphapose\lib\site-packages\setuptools\installer.py:30: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. SetuptoolsDeprecationWarning, running build running build_py copying alphapose\version.py -> build\lib.win-amd64-cpython-37\alphapose running build_ext error: [WinError 2] 系统找不到指定的文件。

BuFanZHANG commented 1 year ago

hello,have you solved this problem?I met this too