No module named pandas
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
Hi! I recommend running python3 -m pip install -r requirements.txt in Sherlock's folder to install all the missing dependencies.
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.
python3 -m pip install -r requirements.txt would install all the missing dependencies. In case that doesn't work, try using pip install pandas
python3 -m pip install -r requirements.txt or pip3 install pandas would do it, thereafter import it as pd
nao funciona