vil / H4X-Tools

Open source toolkit for scraping, OSINT and more.
https://github.com/vil/H4X-Tools/wiki
GNU General Public License v3.0
363 stars 40 forks source link

unable to setup #24

Closed 69zodiac closed 1 month ago

69zodiac commented 1 month ago

23228 INFO: Bootloader /usr/lib/python3/dist-packages/PyInstaller/bootloader/Linux-64bit-arm/run 23228 INFO: checking EXE 23228 INFO: Building EXE because EXE-00.toc is non existent 23228 INFO: Building EXE from EXE-00.toc Fatal error: PyInstaller does not include a pre-compiled bootloader for your platform. For more details and instructions how to build the bootloader see https://pyinstaller.readthedocs.io/en/stable/bootloader-building.html chmod: cannot access 'dist/h4xtools': No such file or directory mv: cannot stat 'dist/h4xtools': No such file or directory Done! Type h4xtools in your terminal to start! Do you want to start H4XTools now? (y/n) y setup.sh: 41: [[: not found setup.sh: 41: y: not found setup.sh: 41: y: not found setup.sh: 41: y: not found

also trying python3 h4xtools.py

Traceback (most recent call last): File "/root/h4x-tools/h4xtools.py", line 22, in from helper import printer, handles File "/root/h4x-tools/helper/handles.py", line 18, in from utils import ( File "/root/h4x-tools/utils/ig_scrape.py", line 18, in from ensta import Guest ModuleNotFoundError: No module named 'ensta

i am new to linux , please help what i am missing also i m using vm on mac m2

vil commented 1 month ago

Hi,

Can you please provide more information about what distro were you using? Did you follow the instructions in the README?

-- Vili