Colab 中的 ModuleNotFoundError

ModuleNotFoundError in Colab

您好,我想在 colab 上安装一个名为 'scweet' 的软件包。

我试过下面这段代码,但没有用。我真的不知道是什么问题。谁能帮帮我?

Error Message Attached

git 克隆方法也给我同样的错误。

!git clone --quiet https://github.com/Altimis/Scweet.git

确切的包名是 'Scweet' 加上大写字母:)

!pip install scweet
import Scweet

工作正常。