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 #1886

Open
2 tasks
OldTownRoadHorse opened this issue Sep 19, 2023 · 4 comments
Open
2 tasks

No module named pandas #1886

OldTownRoadHorse opened this issue Sep 19, 2023 · 4 comments
Labels
question Further information is requested

Comments

@OldTownRoadHorse
Copy link

Checklist

  • I'm asking a question regarding Sherlock
  • My question is not a tech support question.

We are not your tech support.
If you have questions related to pip, git, or something that is not related to Sherlock, please ask them on Stack Overflow or r/learnpython

Question

\sherlock>python sherlock
Traceback (most recent call last):
File "C:\Users\Home\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\Home\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\Home\sherlock\sherlock_main
.py", line 21, in
import sherlock
File "C:\Users\Home\sherlock\sherlock\sherlock.py", line 12, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'

@OldTownRoadHorse OldTownRoadHorse added the question Further information is requested label Sep 19, 2023
@MateusGurgel
Copy link

Hi! I recommend running python3 -m pip install -r requirements.txt in Sherlock's folder to install all the missing dependencies.

@nots1dd
Copy link

nots1dd commented Oct 1, 2023

Hello! I would recommend running pip install pandas in your CLI, that should install pandas as a module which can then be imported as pd.

@ellomellopee
Copy link

python3 -m pip install -r requirements.txt would install all the missing dependencies. In case that doesn't work, try using pip install pandas

@raghhavvvv
Copy link

python3 -m pip install -r requirements.txt or pip3 install pandas would do it, thereafter import it as pd

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

No branches or pull requests

5 participants