erwincoumans/motion_imitation

Resolution : SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.

Opened this issue · 0 comments

When I command: python3 setup.py install --user the error appear.
image
\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.

Fix : pip install setuptools==58.2.0