pip install -e ".[default]" --use-pep517 -i https://pypi.mirrors.ustc.edu.cn/simple 如果报ModuleNotFoundError: No module named 'torch',可用以下方法: ``` pip cache purge pip install -e ".[default]" -i https://pypi.mirrors.ustc.edu.cn/simple ``` 或先更新setuptools `pip install --upgrade setuptools`