You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: