FakeNews icon indicating copy to clipboard operation
FakeNews copied to clipboard

No module named 'pandas' when running on Google Colabs

Open SharifMAbdullah opened this issue 3 years ago • 2 comments

Hello, I was trying to run this model on Google Colabs, but an error comes up as shown below: Traceback (most recent call last): File "/content/FakeNews/Models/Basic/n-gram.py", line 2, in <module> import pandas as pd ModuleNotFoundError: No module named 'pandas'

You can find the colab file here I have tried installing pandas manually through pip but the problem remains.

SharifMAbdullah avatar Nov 11 '22 17:11 SharifMAbdullah

Pandas is already installed, so it should not throw this error. It seems like an issue with google colab. I can run it on my local machine using a notebook.

Rowan1224 avatar Nov 11 '22 17:11 Rowan1224

Thanks for the information, do you know how i can present this issue to google colab?

SharifMAbdullah avatar Nov 12 '22 06:11 SharifMAbdullah