You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
┌──(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
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?
The text was updated successfully, but these errors were encountered:
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' ;)
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?
The text was updated successfully, but these errors were encountered: