edge-tts是一个 Python 模块,允许通过Python代码或命令的方式使用 Microsoft Edge 的在线文本转语音服务。
项目源码
GitHub - rany2/edge-tts: Use Microsoft Edges online text-to-speech service from Python WITHOUT needing Microsoft Edge or Windows or an…
ERROR: Could not find a version that satisfies the requirement pyrealsense2 (from versions: none)
pip install pyrealsense2 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
方法一:升级pip
python -m pip install --upgrade pip
方…