iKy icon indicating copy to clipboard operation
iKy copied to clipboard

error

Open shanow7 opened this issue 11 months ago • 2 comments

make cd src && make all make[1]: Entering directory '/home/kali/Desktop/OSINT/redis-stable/src' /bin/sh: 1: pkg-config: not found /bin/sh: 1: pkg-config: not found /bin/sh: 1: pkg-config: not found

Hint: It's a good idea to run 'make test' ;)

make[1]: Leaving directory '/home/kali/Desktop/OSINT/redis-stable/src'

┌──(root㉿kali)-[/home/kali/Desktop/OSINT/redis-stable] └─# sudo make install cd src && make install make[1]: Entering directory '/home/kali/Desktop/OSINT/redis-stable/src' /bin/sh: 1: pkg-config: not found /bin/sh: 1: pkg-config: not found /bin/sh: 1: pkg-config: not found

Hint: It's a good idea to run 'make test' ;)

INSTALL redis-server
INSTALL redis-benchmark
INSTALL redis-cli

make[1]: Leaving directory '/home/kali/Desktop/OSINT/redis-stable/src'

python3 app.py -e prod Traceback (most recent call last): File "/home/kali/Desktop/OSINT/iKy-pack/backend/app.py", line 2, in from factories.application import create_application File "/home/kali/Desktop/OSINT/iKy-pack/backend/factories/application.py", line 3, in from flask_cors import CORS ModuleNotFoundError: No module named 'flask_cors'

can you help?

shanow7 avatar Jan 28 '25 10:01 shanow7

First of all, redis is already installed in new versions of Kali. It isn't needed install it anymore.

Between "sudo make install" and "python3 app.py -e prod" did you ran "pip install -r requirements.txt"?

KennBro avatar Feb 03 '25 15:02 KennBro

I use

wget http://download.redis.io/redis-stable.tar.gz tar xvzf redis-stable.tar.gz cd redis-stable make sudo make install cd ..

unzip iKy.zip
cd iKy-pack
pip install -r requirements.txt cd backend python3 app.py -e prod

shanow7 avatar Feb 04 '25 12:02 shanow7