AI开发平台MODELARTS-常见错误原因和解决方法:问题七 Llama-Factory环境,运行DockerFile或install.sh中的setup.py失败
问题七 Llama-Factory环境,运行DockerFile或install.sh中的setup.py失败
【问题现象】
执行Llama-Factory代码目录下setup.py失败,报错:“SetuptoolsDeprecationWarning: License classifiers are deprecated.”

【问题根因】
pip依赖包版本过低导致与其他依赖包冲突。
【解决措施】