mxrch / GHunt

🕵️‍♂️ Offensive Google framework.
Other
15.65k stars 1.3k forks source link

Unable to Install GHunt -> ERROR: Could not build wheels for pillow, which is required to install pyproject.toml-based projects #478

Open RiteshSec opened 9 months ago

RiteshSec commented 9 months ago

Describe the bug Unable to Install GHunt nor run it after by cloning the repo

To Reproduce

Expected behavior

Screenshots image image image image ... ... image

System (please complete the following information):

Additional context

mxrch commented 9 months ago

Hey, what was the command you did ?

RiteshSec commented 9 months ago

Hi @mxrch,

I have used the commands that are provided in the Readme to install GHunt using pip got an error. image

Hence to run the tool manually i have cloned the repo and tried to install the requirements by running but got the above error. Also tried with pip instead of pip3

pip3 install -r requirements.txt

Currently i am not able to reproduce the error in the previous comment.

Can you let me know how we can use the app manually if there is some issue with the pip installation process.

mxrch commented 9 months ago

Okay that's interesting, maybe that version of Pillow is not compatible with Python 3.12. Can you retry with Python 3.10 ?

diehard88 commented 8 months ago

I'm having the same error, but I'm trying to install in an android device (termux)..

RiteshSec commented 2 months ago

@mxrch I have run pip3 install ghunt instead of pipx install ghunt, which solved the above issue for me.

Please let me know if that is what you meant by saying "Can you retry with Python 3.10 ?".

Anyway, the issue is now resolved for me. Please let me know if you need any other information for your dev purpose or you can close this issue.

agawrylak commented 2 months ago

same problem here

micduffy commented 2 months ago

I experienced this and u need to use Python 3.10 as some of the dependencies need to use Python 3.10

diehard88 commented 1 week ago

check #497