Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot pip install wfuzz #358

Open
1 task done
vict0rfr opened this issue Dec 4, 2023 · 2 comments
Open
1 task done

Cannot pip install wfuzz #358

vict0rfr opened this issue Dec 4, 2023 · 2 comments

Comments

@vict0rfr
Copy link

vict0rfr commented Dec 4, 2023

Issue template

Context

Can't pip install wfuzz

  • I've read the docs for Wfuzz

Windows 10

Wfuzz version: Output of wfuzz --version

N/A

Python version: Output of python --version
Python 3.12.0

Report

Cannot install wfuzz, reinstalled python and pip.

C:\Users\victo>pip3 install wfuzz
Collecting wfuzz
  Using cached wfuzz-3.1.0-py3-none-any.whl (148 kB)
Collecting pycurl (from wfuzz)
  Using cached pycurl-7.45.2.tar.gz (234 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 10
  ╰─> [1 lines of output]
      Please specify --curl-dir=/path/to/built/libcurl
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
@20142995
Copy link

@svn-dys
Copy link

svn-dys commented Apr 10, 2024

@20142995 does not work for me. I was eventually able to get this to work by copying the pip command from the url https://pypi.org/project/pycurl/7.43.0.5/ pip install pycurl==7.43.0.5. I was able to successfully install wfuzz with pip install wfuzz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants