salesforce / WikiSQL

A large annotated semantic parsing corpus for developing natural language interfaces.
BSD 3-Clause "New" or "Revised" License
1.6k stars 320 forks source link

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

Open gcolabexp opened 4 years ago

gcolabexp commented 4 years ago

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]