How to resolve: ModuleNotFoundError: No module named 'google.colab'

后端 未结 3 920
没有蜡笔的小新
没有蜡笔的小新 2021-02-20 06:40

I want to run the command:

from google.colab import auth

But I am getting this error:

ModuleNotFoundError: No module nam

3条回答
  •  你的背包
    2021-02-20 06:56

    You can simply download google-colab and use it in local.

    pip install google-colab
    

提交回复
热议问题