WikiSQL icon indicating copy to clipboard operation
WikiSQL copied to clipboard

In Google Colab - stanza.server.client.PermanentlyFailedException: Timed out waiting for service to come alive.

Open gcolabexp opened this issue 5 years ago • 0 comments

Hello Team,

While running the setup in Google Colab i am facing the below error: Please advise further.

Traceback (most recent call last): File "annotate.py", line 113, in a = annotate_example(d, tables[d['table_id']]) File "annotate.py", line 38, in annotate_example ann['question'] = annotate(example['question']) File "annotate.py", line 22, in annotate for s in client.annotate(sentence): File "/usr/local/lib/python3.6/dist-packages/stanza/server/client.py", line 470, in annotate r = self._request(text.encode('utf-8'), request_properties, **kwargs) File "/usr/local/lib/python3.6/dist-packages/stanza/server/client.py", line 379, in _request self.ensure_alive() File "/usr/local/lib/python3.6/dist-packages/stanza/server/client.py", line 203, in ensure_alive raise PermanentlyFailedException("Timed out waiting for service to come alive.") stanza.server.client.PermanentlyFailedException: Timed out waiting for service to come alive. 0% 0/56355 [02:00<?, ?it/s]

gcolabexp avatar Jun 30 '20 02:06 gcolabexp