curl-and-python
Instaling pycurl in Windows 10 (64 bits)
Date: Sun, 2 Sep 2018 12:55:21 -0300
I really searching how to install it. But a lot of answer in stack overflow
don't help.
- pycurl pip install for python 3.4
<https://stackoverflow.com/questions/4976971/compiling-php-with-curl-where-is-curl-installed>
- Having trouble installing pycurl on windows
<https://stackoverflow.com/questions/28287446/having-trouble-installing-pycurl-on-windows>
- How do i install pyCurl?
<https://stackoverflow.com/questions/507927/how-do-i-install-pycurl>
- Receiving error message when trying to install Pycurl
<https://stackoverflow.com/questions/22821877/receiving-error-message-when-trying-to-install-pycurl>
- When installing pycurl on Windows I get, “Please specify
--curl-dir=/path/to/built/libcurl”
<https://stackoverflow.com/questions/26020344/when-installing-pycurl-on-windows-i-get-please-specify-curl-dir-path-to-bui>
- Can't install pycurl with pip
<https://stackoverflow.com/questions/22754649/cant-install-pycurl-with-pip>
And so on. None of this question give the answer that worked. The first
question was: how do I send this st**id argument with pip. After searching
a lot, I discovery:
pip install --install-option="--curl-dir=C:\curl\lib\ " pycurl
I tried a lot of things. None work. Windows is not automatic as linux or
mac. Even, I tried to install using my IDE (Pycharm) and the same problem.
I am not expert in install library in a python program. And realy don't
want to learn it. Just run the basic command and have the default library.
So, how to install it? What I really need to do?
And some ideas:
- Why in hell does it need to have this line anyway? Why not by default,
download all the files it need to run automaticaly. Why have this:
- def configure_windows(self):
- curl_dir = scan_argv(self.argv, "--curl-dir=")
- if curl_dir is None:
- fail("Please specify --curl-dir=/path/to/built/libcurl")
- Why not a more constructive advice in the error? Or maybe in the code
if someone google it. Nothing help-me with this stupid line..
Before ask, I have
- Python 3.7.0
- pip 18.0 from
c:\users\*****\appdata\local\programs\python\python37-32\lib\site-packages\pip
(python 3.7)
- Microsoft Windows [versão 10.0.17134.228]
- curl 7.55.1 (Windows) libcurl/7.55.1 WinSSL
- Release-Date: [unreleased]
- Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp
smtps telnet tftp
- Features: AsynchDNS IPv6 Largefile SSPI Kerberos SPNEGO NTLM SSL
_______________________________________________
https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
Received on 2018-09-02