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
850 stars 85 forks source link

Dont run correctly #28

Closed zhadow01 closed 6 months ago

zhadow01 commented 9 months ago

Traceback (most recent call last): File "/data/data/com.termux/files/home/Moriarty-Project/X-osint/xosint", line 37, in import folium ModuleNotFoundError: No module named 'folium'

MarsVenx01 commented 9 months ago

Hello there thanks for contacting me kindly read the FAQS stated on the README for how to fix this particular issue regarding X-osint, thank youOn 2 Oct 2023, at 07:14, zhadow01 @.***> wrote: Traceback (most recent call last): File "/data/data/com.termux/files/home/Moriarty-Project/X-osint/xosint", line 37, in import folium ModuleNotFoundError: No module named 'folium'

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

MrTeraByte commented 8 months ago

I got the same error trying to run it.However I tried installing the folium library manually using pip install folium but I am getting an error saying pip subprocess to install backend dependencies did not run successfully.(Termux) Any updates on this issue?

MrTeraByte commented 8 months ago

UPDATE As looking on this issue #9 .Found out that I need to manually install numpy by pkg install python-numpy than install folium.This fixed the issue.