I'm very new to Python. I'm using a tool that needs pycurl but when I try to install it using:
pip install pycurl
I keep getting the following error:
C:\Users\mdebe> pip install pycurl
Collecting pycurl
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]