daprofiler / DaProfiler

DaProfiler is an OSINT tool allowing you to collect certain information about yourself in order to rectify by rgpd requests the traces you may have left on the net. DaProfiler is indeed able to recover: Addresses, Social media accounts, e-mail addresses, mobile / landline number, jobs.

Home Page:https://tinyurl.com/DaProfiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation error

bl4st45 opened this issue · comments

Describe the bug
I'm use Kali linux in a virtual machine ( virtualbox )

When i try to install with pip install -r requirements.txt

i obtain this error :

`(kali㉿kali)-[~/DaProfiler]
└─$ pip install -r requirements.txt   
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (2.28.1)
Requirement already satisfied: bs4 in /home/kali/.local/lib/python3.11/site-packages (from -r requirements.txt (line 2)) (0.0.1)
Requirement already satisfied: selenium in /home/kali/.local/lib/python3.11/site-packages (from -r requirements.txt (line 3)) (4.9.1)
Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (from -r requirements.txt (line 4)) (0.4.6)
Collecting googlesearch-python
  Using cached googlesearch-python-1.2.3.tar.gz (3.9 kB)
  Preparing metadata (setup.py) ... done
Collecting treelib
  Using cached treelib-1.6.4-py3-none-any.whl (18 kB)
Collecting leakcheck
  Using cached leakcheck-1.0.2-py3-none-any.whl (6.4 kB)
Collecting update_check
  Using cached update_check-0.0.11.tar.gz (2.9 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: httpx in /usr/lib/python3/dist-packages (from -r requirements.txt (line 9)) (0.23.3)
Requirement already satisfied: tqdm in /usr/lib/python3/dist-packages (from -r requirements.txt (line 10)) (4.64.1)
Collecting linkedin-api~=2.0.0a
  Using cached linkedin_api-2.0.1-py3-none-any.whl (22 kB)
Collecting statistics
  Using cached statistics-1.0.3.5.tar.gz (8.3 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: python-socketio in /usr/lib/python3/dist-packages (from -r requirements.txt (line 13)) (5.7.2)
Requirement already satisfied: numpy in /home/kali/.local/lib/python3.11/site-packages (from -r requirements.txt (line 14)) (1.24.3)
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2     
    `



i try to change the command 
`sudo pip3 install -r requirements.txt`
and then 
`sudo pip install -r requirements.txt`

but the same error appear, can anyone know how i can resolve this issue ?

Thanks.

Same for me ( on ubuntu 22.04 )

Same error

C:\Windows\System32\DaProfiler>pip install -r requirements.txt
Requirement already satisfied: requests in c:\users\utilisateur\appdata\local\programs\python\python311\lib\site-packages (from -r requirements.txt (line 1)) (2.31.0)
Requirement already satisfied: bs4 in c:\users\utilisateur\appdata\local\programs\python\python311\lib\site-packages (from -r requirements.txt (line 2)) (0.0.1)
Collecting selenium (from -r requirements.txt (line 3))
  Using cached selenium-4.9.1-py3-none-any.whl (6.6 MB)
Requirement already satisfied: colorama in c:\users\utilisateur\appdata\local\programs\python\python311\lib\site-packages (from -r requirements.txt (line 4)) (0.4.6)
Collecting googlesearch-python (from -r requirements.txt (line 5))
  Using cached googlesearch-python-1.2.3.tar.gz (3.9 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting treelib (from -r requirements.txt (line 6))
  Using cached treelib-1.6.4-py3-none-any.whl (18 kB)
Collecting leakcheck (from -r requirements.txt (line 7))
  Using cached leakcheck-1.0.2-py3-none-any.whl (6.4 kB)
Collecting update_check (from -r requirements.txt (line 8))
  Using cached update_check-0.0.11.tar.gz (2.9 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: httpx in c:\users\utilisateur\appdata\local\programs\python\python311\lib\site-packages (from -r requirements.txt (line 9)) (0.24.1)
Requirement already satisfied: tqdm in c:\users\utilisateur\appdata\local\programs\python\python311\lib\site-packages (from -r requirements.txt (line 10)) (4.65.0)
Collecting linkedin-api~=2.0.0a (from -r requirements.txt (line 11))
  Using cached linkedin_api-2.0.1-py3-none-any.whl (22 kB)
Collecting statistics (from -r requirements.txt (line 12))
  Using cached statistics-1.0.3.5.tar.gz (8.3 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting python-socketio (from -r requirements.txt (line 13))
  Using cached python_socketio-5.8.0-py3-none-any.whl (56 kB)
Collecting numpy (from -r requirements.txt (line 14))
  Using cached numpy-1.24.3-cp311-cp311-win_amd64.whl (14.8 MB)
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2