I'm trying to run this python code in Google Colab and I always get this error that the utils module is not installed or does not exist yet I've ran !pip install utils and the still the same issue. I've tried running it on my computer and it works without issues but I can't actually run it due to limited resources of my pc.
anyway anyone has a solution for this ?
Traceback (most recent call last):
File "/content/GNN-for-text-classification/preprocess/build_graph.py", line 15, in <module>
from utils.utils import loadWord2Vec, clean_str
ModuleNotFoundError: No module named 'utils.utils'