GHunt icon indicating copy to clipboard operation
GHunt copied to clipboard

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

Open RiteshSec opened this issue 1 year ago • 9 comments

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

To Reproduce

  • Follow the Installation steps mentioned in the Instructions:
$ pip3 install pipx
$ pipx ensurepath
$ pipx install ghunt

Expected behavior

  • Successful Installation of GHunt.

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

System (please complete the following information):

  • Windows
  • Python 3.7, Python 3.6, Python 2.7
  • Pip2, pip3

Additional context

  • I have tried to install GHunt by cloning the Repo also but got same problem while installing the requirements. Might not be an problem with GHunt itself but would greatly appreciate any help

RiteshSec avatar Jan 10 '24 10:01 RiteshSec

Hey, what was the command you did ?

mxrch avatar Jan 11 '24 18:01 mxrch

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.

RiteshSec avatar Jan 12 '24 05:01 RiteshSec

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

mxrch avatar Jan 13 '24 07:01 mxrch

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

diehard88 avatar Jan 28 '24 09:01 diehard88

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

RiteshSec avatar Jul 23 '24 11:07 RiteshSec

same problem here

agawrylak avatar Aug 12 '24 01:08 agawrylak

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

micduffy avatar Aug 12 '24 02:08 micduffy