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

termux #52

Open
aeleaeth opened this issue Jul 14, 2024 · 10 comments
Open

termux #52

aeleaeth opened this issue Jul 14, 2024 · 10 comments

Comments

@aeleaeth
Copy link

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'

@TermuxHackz
Copy link
Owner

@aeleaeth Kindly type pkg install tk

@aeleaeth
Copy link
Author

aeleaeth commented Jul 15, 2024

@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'

@TermuxHackz
Copy link
Owner

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

@aeleaeth
Copy link
Author

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

@TermuxHackz
Copy link
Owner

@aeleaeth install x-osint manually

@TermuxHackz
Copy link
Owner

@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

@aeleaeth
Copy link
Author

aeleaeth commented Aug 17, 2024

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

@TermuxHackz
Copy link
Owner

hello @aeleaeth , use the command

pip install google --break-system-packages

then

pip install googlesearch-python

to install google search

@kiradz
Copy link

kiradz commented Sep 20, 2024

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

@TermuxHackz
Copy link
Owner

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

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

3 participants