You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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
Issue template
Context
Can't pip install 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.
The text was updated successfully, but these errors were encountered: