尝试在 python 环境中安装 azure-cognitiveservices-speech==1.13.0 时出错
Error try to install azure-cognitiveservices-speech==1.13.0 in python environment
我在 Python 环境中尝试安装 azure-cognitiveservices-speech 时遇到问题
当我运行命令时:
pip install azure-cognitiveservices-speech==1.13.0
显示下一条消息:
ERROR: Could not find a version that satisfies the requirement azure-cognitiveservices-speech==1.13.0 (from versions: none)
ERROR: No matching distribution found for azure-cognitiveservices-speech==1.13.0
我的 Python 版本是 64 位:
python -c "import struct; print(struct.calcsize('P')*8)"
64
并且我将 pip 版本更新为 20.2.4
我需要安装一些先决条件吗?
啊!
目前 Python 3.5 到 3.8 支持 SPEECH SDK,因此出现错误。 (&64 位)
参考:
SDK的其他要求运行可以参考上述文章
您可以从 https://www.python.org/downloads/
下载 Python 特定版本
我在 Python 环境中尝试安装 azure-cognitiveservices-speech 时遇到问题
当我运行命令时:
pip install azure-cognitiveservices-speech==1.13.0
显示下一条消息:
ERROR: Could not find a version that satisfies the requirement azure-cognitiveservices-speech==1.13.0 (from versions: none)
ERROR: No matching distribution found for azure-cognitiveservices-speech==1.13.0
我的 Python 版本是 64 位:
python -c "import struct; print(struct.calcsize('P')*8)"
64
并且我将 pip 版本更新为 20.2.4
我需要安装一些先决条件吗?
啊!
目前 Python 3.5 到 3.8 支持 SPEECH SDK,因此出现错误。 (&64 位)
参考:
SDK的其他要求运行可以参考上述文章
您可以从 https://www.python.org/downloads/
下载 Python 特定版本