Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'pandas' when running on Google Colabs #5

Open
SharifMAbdullah opened this issue Nov 11, 2022 · 2 comments
Open

No module named 'pandas' when running on Google Colabs #5

SharifMAbdullah opened this issue Nov 11, 2022 · 2 comments

Comments

@SharifMAbdullah
Copy link

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.

@Rowan1224
Copy link
Owner

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.

@SharifMAbdullah
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants