I have a problem with the "pip install request_curl". Python version 3.10. When I try to install - I get the following error:
Collecting pycurl<8.0.0,>=7.45.2
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
What could be the problem?
I have a problem with the "pip install request_curl". Python version 3.10. When I try to install - I get the following error:
What could be the problem?