Skip to content
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

ModuleNotFoundError: No module named 'pandas' #1916

Open
4 of 5 tasks
NXAS123 opened this issue Oct 18, 2023 · 5 comments
Open
4 of 5 tasks

ModuleNotFoundError: No module named 'pandas' #1916

NXAS123 opened this issue Oct 18, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@NXAS123
Copy link

NXAS123 commented Oct 18, 2023

Checklist

  • I'm reporting a bug in Sherlock's functionality
  • The bug I'm reporting is not a false positive or a false negative
  • I've verified that I'm running the latest version of Sherlock
  • I've checked for similar bug reports including closed ones
  • I've checked for pull requests that attempt to fix this bug

Description

WRITE DESCRIPTION HERE

@NXAS123 NXAS123 added the bug Something isn't working label Oct 18, 2023
@NXAS123 NXAS123 closed this as completed Oct 18, 2023
@NXAS123 NXAS123 reopened this Oct 18, 2023
@NXAS123
Copy link
Author

NXAS123 commented Oct 18, 2023

i have pandas installed but i can't open sherlock'

@spandan0724
Copy link

@NXAS123

  1. Check Installation: Ensure that Sherlock is correctly installed. You can download it from the official repository on GitHub: Sherlock GitHub.

  2. Python Environment: Sherlock is a Python-based tool. Ensure you have Python installed on your system. You can check your Python version by running python --version or python3 --version in your terminal or command prompt.

  3. Running Sherlock:

    • Navigate to the directory where you downloaded or cloned Sherlock.
    • Open your terminal or command prompt.
    • Run the tool by specifying the username you want to search for across social media platforms. The command usually looks like this:
      python sherlock.py username
      Replace username with the specific username you want to search for.
      Try these steps first.

@NXAS123
Copy link
Author

NXAS123 commented Oct 29, 2023

python: can't open file '/home/xnbtlxs/sherlock/sherlock.py': [Errno 2] No such file or directory

@VedantBhosle31
Copy link

are you the same directory as that of sherlock.py ?

@flashnuke
Copy link

maybe you installed the requirements on a different env, try all of them

python sherlock.py username
python2.7 sherlock.py username
python3 sherlock.py username

and if it still says requirements are missing:

pip3 install -r requirements.txt
pip install -r requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants