腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
'
pip
install
google-cloud-speech
‘
时
出错
、
、
我想安装
google-cloud-speech
,所以我输入在cmd.exe中(Windows10) Using cached google_cloud_speech-0.32.0-py2.py3-none-any.whl Collectingrequests<3.0dev,>=2.18.4 (from
google-clou
浏览 9
提问于2018-02-26
得票数 0
3
回答
通过
pip
在raspberry pi 3 (Jessie)中安装
google-cloud-speech
python API
时
出现问题。
、
、
我正在尝试使用
pip
(1.5.6)为raspberry pi 3 (raspbian Jessie)安装
google-cloud-speech
python API。authuser=1#client-libraries-
install
-python给出的说明 但在使用
pip
安装库
时
:
pip
install
--upgrade
google-cloud-speech
我得到了这个错误: error in grpcio setup command: &
浏览 76
提问于2019-06-11
得票数 0
1
回答
ImportError:无法导入名称“speech_v1beta1”
、
、
我已经用
pip
安装了google云,当我编写虽然这一切都很好(但我显然不能使用beta特性) from google.cloud
浏览 0
提问于2018-05-23
得票数 0
回答已采纳
1
回答
从google.cloud导入语音库不存在
我已经通过
pip
安装了google SDK和python的
google-cloud-speech
。但是当我输入"from google.cloud import speech“
时
,它无法识别该库。
浏览 2
提问于2017-11-19
得票数 0
1
回答
为什么我不能导入
google-cloud-speech
?
、
、
我还下载了
google-cloud-speech
用于语音到文本的转换。然而,当我尝试导入google.cloud
时
,我在我的集成开发环境(Pycharm)中没有看到任何关于“云”的建议。我试着用两种方法重新安装库,一种是
PIP
,另一种是Pycharm。它们似乎都不起作用。为了验证,我检查了已安装的库的路径,令人惊讶的是,它们存在于此。amitesh 4096 Jun 19 11:41 auth/注意: 1)我确
浏览 0
提问于2018-06-21
得票数 0
2
回答
来自google.cloud.speech导入枚举ImportError的错误枚举:无法导入名称‘enum’
、
、
、
、
ImportError: cannot import name 'enums' google cloud speech ImportError: cannot import name 'enums' 在我的项目中使用
google-cloud-speech
api
时
,我得到了这个错误。我安装了
google-cloud-speech
api
pip
3
install
google-cloud-speech
和
pip
3 update <
浏览 87
提问于2019-08-31
得票数 0
1
回答
ImportError:无法从'google.cloud‘导入名称'speech’(未知位置)
、
我使用
pip
install
google-cloud为系统安装了google.cloud。
浏览 23
提问于2019-11-08
得票数 4
1
回答
安装的客户端库在cloudshell中的位置
、
pip
3
install
google-cloud-speech
/usr/local/lib/python3.7/dist-packages/google/cloud 没有speech
浏览 9
提问于2021-05-13
得票数 0
回答已采纳
2
回答
Google语音API Python没有响应
、
、
、
我试图实现google的语音api,但是每次我尝试运行这个程序时,终端就会失去响应。程序似乎一直运行到"response = client.recognize(config,音频)“这一行,然后就卡在这一点上了。下面是我的代码的图片,我直接从google的云平台文档中提取了大部分代码。 import io "
浏览 3
提问于2019-07-18
得票数 1
2
回答
没有名为api_core.protobuf_helpers的模块。python2.7和googlecloud
、
、
但当尝试使用python2.7
时
,它会失败,并显示以下消息: python2.7 example.py multi-languageImportError: No module named api_core.protobuf_helpers
pip
2grep google的输出 google==2.0.2 google-auth==1.6
浏览 22
提问于2019-03-13
得票数 1
13
回答
ImportError:没有名为google.cloud的模块
、
、
、
我无法导入google.cloud.speech我安装它
时
使用:
pip
install
--upgrade
google-cloud-speech
浏览 14
提问于2017-06-06
得票数 69
1
回答
GCP语音apigrpc._channel._Rendezvous:终止于(StatusCode.ABORTED )的RPC的<_Rendezvous .)>。
、
in C:\gcp\python-docs-samples\speech\cloud-client\apitest\Scripts\python.exeCollectingRunning setup.py bdist_wheel for google-gax ... done Sto
浏览 3
提问于2017-09-08
得票数 0
回答已采纳
1
回答
从“google.cloud”导入“speech”
时
出错
?
、
从googleCloud导入语音
时
出错
(未知位置)??
浏览 1
提问于2019-11-25
得票数 0
1
回答
TransportError:从Python2.7调用Google的HTTPSConnectionPool错误
、
、
、
、
当我运行python transcribe.py资源/audo.raw
时
,就会发生错误。
浏览 2
提问于2017-10-19
得票数 4
3
回答
Python中的匈牙利算法
、
、
、
在标准的python库中有没有很好的实现匈牙利算法?
浏览 0
提问于2010-11-02
得票数 13
回答已采纳
1
回答
运行"
pip
install
chatterbot“
时
出错
当我运行逗号
pip
install
chatterbot
时
,我遇到了这个问题,并且没有安装:c我尝试添加构建工具和visual c++ 14.0,但也不起作用。```
pip
install
chatterbot``` i got this issue and dont
install
:c i try adding the building tools andthe comman ```
pip
install
chatterbot``` i got t
浏览 88
提问于2020-10-10
得票数 0
1
回答
使用
pip
install
安装gensim
时
出错
、
使用https://pypi.org/project/gensim/中的
pip
install
--upgrade gensim命令有谁知道这可能是什么原因吗?clean for gensimInstalling collected packages: gensim Running setup.py
install
gensim_18d18388d198487b8f7aebdfc3c97b94\\setup.py'"&
浏览 435
提问于2021-04-06
得票数 0
1
回答
运行
pip
install
-r
pip
-freeze.txt
时
出错
、
我遵循了所有的步骤,但是当我运行
pip
install
-r
pip
-freeze.txt
时
,我得到了这个错误:我检查了这个文件,它不在那里。
浏览 1
提问于2021-05-04
得票数 0
1
回答
无法安装python模块"pywhatkit“
most recent call last): File File "c:\users\पज\appdata\local\programs\python\python38\lib\site-packages\
pip
self.run(options, args) File "c:\users\पज\appdata\local\
浏览 99
提问于2021-02-09
得票数 0
2
回答
Tweepy安装问题
、
我在导入tweedy
时
遇到了问题:File "star_twitter.py:File "/home/pi/build/tweepy/setup.py", line 17, in <module>
install
_reqs
浏览 0
提问于2015-06-30
得票数 0
点击加载更多
相关
资讯
pip除了pip install还有哪些用法
两个问题关于pip install xxlibrary
pip install:Python包管理的得力助手
解决Python使用pip install时报错的常见原因
pip install 提示需要 TLS/SSL访问,否则无法使用Python
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券