报错1:运行pip install -e时报错Installing collected packages: scipy, ninja, imageio, fsspec, isaacgym
DEPRECATION: Legacy editable install of isaacgym==1.0rc4 from file:///hpc2hdd/home/yfang870/yangfan/isaacgym/python (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457
可以忽略但是强迫症受不了所以运行即可解决
pip install -e . --use-pep517