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

error #117

Open
shanow7 opened this issue Jan 28, 2025 · 2 comments
Open

error #117

shanow7 opened this issue Jan 28, 2025 · 2 comments

Comments

@shanow7
Copy link

shanow7 commented Jan 28, 2025

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?

@KennBro
Copy link
Contributor

KennBro commented Feb 3, 2025

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"?

@shanow7
Copy link
Author

shanow7 commented Feb 4, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants