TermuxHackz / X-osint

This is an Open source intelligent framework ie an osint tool which gathers valid information about a phone number, user's email address, perform VIN Osint, and reverse, perform subdomain enumeration, able to find email from a name, and so much more. Best osint tool for Termux and linux
https://termuxhackz.github.io/How-to-get-information-using-Xosint.html
GNU General Public License v3.0
1.01k stars 104 forks source link

Termux issue still here #57

Open Travelling-Human opened 2 months ago

Travelling-Human commented 2 months ago

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'

This problem is still happening in my termux

TermuxHackz commented 2 months ago

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'

This problem is still happening in my termux

Read here

Travelling-Human commented 2 months ago

Thank your response

And I regret to inform you that this is still here: 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 termux

TermuxHackz commented 2 months ago

Thank your response

And I regret to inform you that this is still here: 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 termux

python3 -m pip uninstall googlesearch-python -y python3 -m pip uninstall google-search -y python3 -m pip uninstall google -y

Then pip install googlesearch-python

@Travelling-Human

Travelling-Human commented 2 months ago

I am sorry but the problem is still there I will send you the screenshotsScreenshot_2024-08-19-13-11-19-962_com.termux.jpg

Screenshot_2024-08-19-13-11-44-725_com.termux.jpg

TermuxHackz commented 2 months ago

I am sorry but the problem is still there I will send you the screenshotsScreenshot_2024-08-19-13-11-19-962_com.termux.jpg

Screenshot_2024-08-19-13-11-44-725_com.termux.jpg

Try these

pip install google --break-system-packages

Then

python3 -m pip install googlesearch-python

Travelling-Human commented 2 months ago

I guess we can say it kind of worked 'cause this is what it shows:

root@localhost:~# xosint Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/xosint", line 13, in import requests ModuleNotFoundError: No module named 'requests'

What should I do

TermuxHackz commented 2 months ago

I guess we can say it kind of worked 'cause this is what it shows:

root@localhost:~# xosint Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/xosint", line 13, in import requests ModuleNotFoundError: No module named 'requests'

What should I do

Run pip install requests

Every module it says not found Just run pip install

Travelling-Human commented 2 months ago

error: externally-managed-environment

× This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install.

If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.

If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.

See /usr/share/doc/python3.12/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. hint: See PEP 668 for the detailed specification.

This is the response I got I tried some methods it showed but no changes seen

TermuxHackz commented 2 months ago

@Travelling-Human Add the --break-system-packages

For every module your trying to install

Eg pip install request --break-system-packages

TermuxHackz commented 2 months ago

@Travelling-Human Add the --break-system-packages

For every module your trying to install

Eg pip install request --break-system-packages

Travelling-Human commented 2 months ago

ERROR: Could not find a version that satisfies the requirement request (from versions: none) ERROR: No matching distribution found for request

This is the response from it

TermuxHackz commented 2 months ago

@Travelling-Human, add requests to it, not request

Travelling-Human commented 2 months ago

Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/xosint", line 14, in from ping3 import ping ModuleNotFoundError: No module named 'ping3'

Just for the record I tried reinstalling and the ping and ping3 are there. I don't know what happened here

TermuxHackz commented 2 months ago

@Travelling-Human pip install ping3 --break-system-packages

Travelling-Human commented 2 months ago

I know I am annoying you with these questions I am sorry please bear with me a little longer

root@localhost:~# pip install googleapiclient --break-system-packages ERROR: Could not find a version that satisfies the requirement googleapiclient (from versions: none) ERROR: No matching distribution found for googleapiclient

What should I do here

TermuxHackz commented 2 months ago

there is no python module called that, it is

pip install google-api-python-client

@Travelling-Human

Travelling-Human commented 2 months ago

Thank you for the response earlier. And everything. I know that I was kind of stupid not doing the research. Sorry.

Again can you help me with this too. I will try to make as few responses as possible

root@localhost:~# xosint An unexpected error occurred: module 'platform' has no attribute 'linux_distribution'

TermuxHackz commented 2 months ago

Kindly send a screenshot

Travelling-Human commented 2 months ago

Ok Screenshot_2024-08-19-16-56-46-012_com.termux.jpg

TermuxHackz commented 2 months ago

Oh I see, I'd need to update the code on my end so it works for your version of termux

Travelling-Human commented 2 months ago

Thank you so so much buddy Thank you It means so much