sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

No module named pandas

Open OldTownRoadHorse opened this issue 2 years ago • 4 comments

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 avatar Sep 19 '23 18:09 OldTownRoadHorse

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

MateusGurgel avatar Sep 29 '23 00:09 MateusGurgel

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.

nots1dd avatar Oct 01 '23 10:10 nots1dd

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

ellomellopee avatar Oct 06 '23 11:10 ellomellopee

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

raghhavvvv avatar Oct 10 '23 18:10 raghhavvvv

Screenshot_20240628-010337_Termux

nao funciona

carlosdarkoficial avatar Jun 28 '24 04:06 carlosdarkoficial