We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在AutoDL租用服务器,选择官方镜像(但是我没有使用,因为官方镜像没有更新),拉取开源最新代码,运行fast_inference_分支下的api_v2.py。 报错: TTS.py 879 TTS )->tuple[int, np.ndarray]:
TypeError: 'type' object is not subscriptable. 但是,相同的代码在window系统上完美运行。
请问这个是什么错误?
The text was updated successfully, but these errors were encountered:
@dandanjunzi #1087 按照这里改一改看看修复没
Sorry, something went wrong.
@ChasonJiang 感谢你的回复。我按照你的方法修改,还是报相同的错误。
其实想要跑的来的话直接把返回值删了就行了,反正python不看这东西=。=
@ChasonJiang 非常感谢你,你修改Tuple的建议已经奏效,服务完美的运行起来了。哈哈哈哈
No branches or pull requests
在AutoDL租用服务器,选择官方镜像(但是我没有使用,因为官方镜像没有更新),拉取开源最新代码,运行fast_inference_分支下的api_v2.py。
报错:
TTS.py 879 TTS
)->tuple[int, np.ndarray]:
TypeError:

'type' object is not subscriptable.
但是,相同的代码在window系统上完美运行。
请问这个是什么错误?
The text was updated successfully, but these errors were encountered: