3

My code just worked properly on local and colab, however recently faced the following error on colab. I use google colab to run my code. The allennlp package was installed.

Error when run code

Amir Sartipi
  • 91
  • 1
  • 8

1 Answers1

6
  1. pip install --upgrade google-cloud-storage
  2. restart runtime

The above command solved the issue for me!

Amir Sartipi
  • 91
  • 1
  • 8