Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'enums' from 'google.cloud.speech_v1p1beta1' #201

Open
izonewonyoung opened this issue Sep 4, 2023 · 1 comment

Comments

@izonewonyoung
Copy link

确保你已经看过 readme,也搜索并阅读过和你遇到的情况相关的问题。否则会被认为是重复的并被立刻关闭。

描述问题
清晰并准确地描述问题。

复现问题
复现问题的步骤:

  • 你使用的命令行参数。推荐使用以下的代码块markdown语法,将代码块复制到```和```之间即可。
使用这个来显示你用来运行的命令行参数。
  • 一份完整的autosub命令行输出。你可以使用Ctrl-ACtrl-C去复制所有输出。
使用这个来显示你的输出。
  • 如果使用了config文件,请附上config文件,但注意去掉与账号有关的信息。
使用这个来显示你的config文件。
  • 等等

期待的行为
清晰并准确地描述你本想做的事情。

截图
合适的话可以提供用以描述问题的截图。但是不推荐用截图来展示命令行输出,除非你真的认为这很有必要。

操作环境(请提供以下完整数据):

  • 操作系统: [譬如windows]
  • Python版本: [譬如Python 3.7,但使用发布版(独立运行版)时不用注明]
  • Autosub版本: [譬如0.4.1-alpha或0.5.4-alpha Nuitka windows发布版]

额外信息(可选)
任何其他的能描述问题的信息。

@c3730915
Copy link

I met the same problem as yours. But I fixed by running this:

pip install google-cloud-speech==1.3.2
source:
https://stackoverflow.com/questions/71346878/google-speech-api-cannot-import-name-enums

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants