如何在 colab 上安装 utils?

How install utils on colab?

如何在 google colab 上手动安装 util?

!pip install web.py==0.40.dev0
import utils

错误

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-13-a4c82eaa1619> in <module>()
     20 import torch.backends.cudnn
     21 get_ipython().system('pip install web.py==0.40.dev0')
---> 22 from Utils import *
     23 from PIL import Image
     24 from torch import nn

ModuleNotFoundError: No module named 'Utils'

---------------------------------------------------------------------------

如何正确纠正这个错误?

尝试更改为 !pip install python-utils 但是

  Installing collected packages: python-utils
**Successfully installed python-utils-2.3.0**
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-2-e6796b5aa862> in <module>()
     20 import torch.backends.cudnn
     21 get_ipython().system('pip install python-utils')
---> 22 import utils
     23 from PIL import Image
     24 from torch import nn

ModuleNotFoundError: **No module named 'utils'**

如果这对您的代码有帮助,请尝试一下

!安装 pip
!pip 安装工具
导入工具