I am very new to python and need help installing the pycurl library on my machine. I am running python 2.7 at the moment. A brief tutorial would be much appreciated.
PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features.
This script is used to build official PycURL Windows packages. You can use it to build a full complement of packages with your own options or modify it to build a single package you need. Prerequisites: Git for Windows.
PycURL makes it possible to take advantage of I/O multiplexing via the libcurl multi interface. PycURL supports many protocols, not just HTTP. PycURL generally provides more features, for example ability to use several TLS backends, more authentication options, etc.
Use one of the two methods
Method 1: sudo easy_install pycurl
Method 2: pip install pycurl
Try specify the ARCHFLAGS
env var:
ARCHFLAGS="-arch x86_64" pip install pycurl==7.19.5.1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With