Describe the bug
Ignoring deepspeed: markers 'sys_platform == "linux"' don't match your environment
Ignoring onnxruntime-gpu: markers 'sys_platform == "linux"' don't match your environment
Ignoring onnxruntime: markers 'sys_platform == "darwin" or sys_platform == "windows"' don't match your environment
To Reproduce
Steps to reproduce the behavior:
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
Describe the bug Ignoring deepspeed: markers 'sys_platform == "linux"' don't match your environment Ignoring onnxruntime-gpu: markers 'sys_platform == "linux"' don't match your environment Ignoring onnxruntime: markers 'sys_platform == "darwin" or sys_platform == "windows"' don't match your environment To Reproduce Steps to reproduce the behavior: pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
If you encounter sox compatibility issues
ubuntu
sudo apt-get install sox libsox-dev
centos
sudo yum install sox sox-devel
只支持ubuntu和centos? 我用的是windows11