termuxhackers-id / INSTAHACK

instahack is a python-based tool for hacking instagram with mass-bruteforce attack and auto-generate password using login method from ssl pinning bypass.
https://github.com/termuxhackers-id/instahack
MIT License
344 stars 89 forks source link

How do you fix this ERROR: Could not build wheels for pynacl #63

Closed ZIPZHQXCZ closed 4 months ago

ZIPZHQXCZ commented 5 months ago

Screenshot_20240419_180929_Termux

termuxhackers-id commented 4 months ago

Is because python-pip package from termux cant be upgraded, the solution is downgrade your python3.11 into python3.10 then make some alias for python3 and pip command in $PREFIX/etc/bash.bashrc.

pkg install tur-repo -y && pkg install python3.10 -y && python3.10 -m pip install pynacl