sherlock-project / sherlock

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

ModuleNotFoundError: No module named 'pandas' #1916

Open NXAS123 opened 11 months ago

NXAS123 commented 11 months ago

Checklist

Description

WRITE DESCRIPTION HERE

NXAS123 commented 11 months ago

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

spandan0724 commented 11 months ago

@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 commented 11 months ago

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

VedantBhosle31 commented 11 months ago

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

flashnuke commented 11 months ago

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