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.
Asked
Active
Viewed 2,726 times
1 Answers
6
- pip install --upgrade google-cloud-storage
- restart runtime
The above command solved the issue for me!

Amir Sartipi
- 91
- 1
- 8
-
You answer helped me, thank you. – Mobasshir Bhuiya Jan 08 '22 at 14:28