You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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/learnpythonQuestion
\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'
The text was updated successfully, but these errors were encountered: