How can I install psycopg2 on my termux Android?
I tried
pip install psycopg2==2.2
pip3 install psycopg2-binary
LDFLAGS="-L/system/lib64/" CFLAGS="-I/data/data/com.termux/files/usr/include/" pip install psycopg2-binary
Read other answers on stack overflow but they don't work.
apt-get
sudo
Commands Requires rooted Android and I'm not rooted.
I would be grateful if someone help me
