TermuxHackz/X-osint

termux

aeleaeth opened this issue · 10 comments

Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/xosint", line 29, in
import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'

@aeleaeth Kindly type pkg install tk

@TermuxHackz still same "Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/xosint", line 29, in
import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'

@aeleaeth , I have made a minor change to X-osint so you should no longer run into those errors again
Thank you

Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/xosint", line 33, in
import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'

I reinstall xosint , i had install tk

@aeleaeth install x-osint manually

@aeleaeth and do not skip the setup.sh process
Reason you are most likely getting this error is due to the fact that termux doesn't have a GUI therefore tkinter wouldn't be able to install
Although you can try to install via proot in Termux
Type

pkg install proot-distro

proot-distro install ubuntu
proot-distro login ubuntu

apt update
apt install python3-tk

root@localhost:~# xosint
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/bin/xosint", line 5, in
from googlesearch import search # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'googlesearch'

i installed on proot ubuntu , after clone i choose for linux

hello @aeleaeth , use the command

pip install google --break-system-packages

then

pip install googlesearch-python

to install google search

spaCy not found. Installing...
taking a long time and no install, how to fix?

@kiradz Be sure you've got a proper stable internet connection to install it, it should be done in no time