requests / requests-ntlm

NTLM authentication support for Requests.
Other
336 stars 101 forks source link

Can't install via pip (versioning issue with crypography) #106

Closed kevr closed 6 years ago

kevr commented 6 years ago

While trying to fetch requests-ntlm via pip2 on Ubuntu 14.04

Downloading/unpacking requests-ntlm
  Downloading requests_ntlm-1.1.0-py2.py3-none-any.whl
Downloading/unpacking cryptography>=1.3 (from requests-ntlm)
  Downloading cryptography-2.1.4.tar.gz (441kB): 441kB downloaded
  Running setup.py (path:/tmp/pip_build_notouchadm/cryptography/setup.py) egg_info for package cryptography
    error in cryptography setup command: Invalid environment marker: python_version < '3'
    Complete output from command python setup.py egg_info:
    error in cryptography setup command: Invalid environment marker: python_version < '3'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_notouchadm/cryptography
Storing debug log for failure in /home/user/.pip/pip.log
kevr commented 6 years ago

Refer to known issues in FAQ