sleeper1023
sleeper1023
> > 我也遇到了这个问题 GRPC 返回 503,但我的错误是 google.api_core.exceptions.RetryError: Deadline of 60.0s超过调用目标函数时,最后一个异常:503 无法连接到所有地址;最后一个错误:未知:ipv4:172.217.160.74:443:无法连接到远程主机:FD 关闭。 IP无法访问 > > You can bypass GRPC and use rest: > > genai.configure(api_key=GOOGLE_API_KEY,transport='rest') This works, thank you very...
> Try a `cxx11abiFALSE` version 试用版本 `cxx11abiFALSE` You can use this to solve the problem. Use pip to install the version package that matches yours directly. I use python 10,...
Me too, can anyone solve this problem?