-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
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
Comments
Hi! I recommend running |
Hello! I would recommend running |
|
|
Closing as moot/resolved, now shipped as package |
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: