sherlock-project / sherlock

Hunt down social media accounts by username across social networks
https://sherlockproject.xyz
MIT License
59.37k stars 6.81k forks source link

No module named pandas #1886

Open OldTownRoadHorse opened 1 year ago

OldTownRoadHorse commented 1 year ago

Checklist

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'

MateusGurgel commented 1 year ago

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

nots1dd commented 1 year ago

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 commented 1 year ago

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 commented 12 months ago

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

carlosdarkoficial commented 3 months ago

Screenshot_20240628-010337_Termux

nao funciona