erwincoumans / motion_imitation

Code accompanying the paper "Learning Agile Robotic Locomotion Skills by Imitating Animals"
Apache License 2.0
1.13k stars 284 forks source link

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

Open nghiank97 opened 3 months ago

nghiank97 commented 3 months ago

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