Lispython / human_curl

Simple Human wrapper for cURL library
http://h.wrttn.me/human_curl
Other
205 stars 43 forks source link

does not install on w10 due to pycurl2 failing #47

Open dotnetwise opened 8 years ago

dotnetwise commented 8 years ago
t:\cloud>pip install human_curl
Requirement already satisfied (use --upgrade to upgrade): human-curl in c:\program files (x86)\python27\lib\site-packages\human_curl-0.1.9-py2.7.egg

Collecting pycurl2 (from human-curl)
  Using cached pycurl2-7.20.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "c:\users\lau\appdata\local\temp\pip-build-zrpqds\pycurl2\setup.py", line 41, in <module>
        from setup_helpers import extension_params, ParamsPrinter
      File "setup_helpers.py", line 214, in <module>
        extension_params = get_extension_params()
      File "setup_helpers.py", line 87, in get_extension_params
        return make_windows_params(params)
      File "setup_helpers.py", line 165, in make_windows_params
        if not options.curl_dir:
    NameError: global name 'options' is not defined

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\lau\appdata\local\temp\pip-build-zrpqds\pycurl2