So I am trying to install the python package http_client or httplib on Windows 10 using Python3.7.3. But when I try to do this it returns an error that sort of tells me that libcurl is not installed.
I have googled the question and it the community just seems to say "install libcurl". Not helpful.
The error shows as follows:
cwd: C:\Users\user\AppData\Local\Temp\pip-install-fo_wbpht\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.
I am expecting it to just say "successfully installed" but instead get this error which I can't fix. Any help is really appreciated!