我住在肯尼亚。大多数时候我都很难连接到谷歌云服务,但我想在 Windows 上使用 vision api 时绕过这个问题。大多数时候我跑步,
google.api_core.exceptions.ServiceUnavailable: 503 failed to connect to all addresses
我都试过了
response = client.text_detection(image=image, timeout=6000000000)
但仍然得到同样的错误。我还在 Internet 设置中设置了 ReceiveTimeout 值,甚至在处理我的项目时关闭了所有网络保护。
我怎样才能解决这个问题