FakeNews
FakeNews copied to clipboard
No module named 'pandas' when running on Google Colabs
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.
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.
Thanks for the information, do you know how i can present this issue to google colab?