AnonyminHack5

Results 73 comments of AnonyminHack5

@kilodelta8 I do hope the fix worked for you, be sure to install all requirements in a venv

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

> Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/xosint", line 22, in from PIL import Image ModuleNotFoundError: No module named 'PIL' (venv) ➜ ~ pip install PIL --break-system-packages ERROR: Could not...

@aethereal123 Now that you have created a python virtual environment you would need to reinstall the python packages the bot needs. eg - pip install tk and so on...

Hi @aethereal123 Try the following - pip install tk-tools

HI @aethereal123 Your likely experiencing this because tkinker isnt really available for Termux, but you'll need to use an X11 server and install the X11 packages. Install the Following: -...

Hi @aethereal123 I would suggest you delete X-osint from your termux and re-install as ive added a new requirements.txt file which contains all the necessary pip packages to install for...

In Addition @aethereal123 You can view the requirements.txt file, and see which packages you need to install and then install it using pip install _package_name_ eg pip install cryptography==3.4.8 ETC

sighs, you dont need to @aethereal123 , just do this instead https://github.com/TermuxHackz/X-osint/issues/60#issuecomment-2393337457

view the requirements.txt file, and see which packages you need to install and then install it using pip install package_name eg pip install cryptography==3.4.8 ETC