In my requirments file there is pycurl==7.43.0.6
. I am using Python 3.7
. I get the following error:
ERROR: Command errored out with exit status 10:
command: 'c:\python\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\THEMIL~1\\AppData\\Local\\Temp\\pip-install-vqp6dg8i\\pycurl\\setup.py'"'"'; __file__='"'"'C:\\Users\\T
HEMIL~1\\AppData\\Local\\Temp\\pip-install-vqp6dg8i\\pycurl\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code,
__file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: C:\Users\THEMIL~1\AppData\Local\Temp\pip-install-vqp6dg8i\pycurl\
Complete output (1 lines):
Please specify --curl-dir=/path/to/built/libcurl
----------------------------------------
ERROR: Command errored out with exit status 10: python setup.py egg_info Check the logs for full command output.
How can I make this work?