<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I have downloaded Apple calendarserver with this line<br>
    <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <pre class="wiki">$ svn checkout <a class="moz-txt-link-freetext" href="https://svn.calendarserver.org/repository/calendarserver/CalendarServer/tags/release/CalendarServer-7.0">https://svn.calendarserver.org/repository/calendarserver/CalendarServer/tags/release/CalendarServer-7.0</a></pre>
    <br>
    Source :<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://calendarserver.org/">http://calendarserver.org/</a><br>
    <br>
    And i have install python with this line :<br>
    <br>
    brew install python<br>
    <br>
    then, in the calendarserver folder I have tried to install the
    required package with this line :<br>
    <br>
    <br>
    <br>
    pip install --upgrade -r requirements-stable.txt <br>
    <br>
    but I have this result.<br>
    <br>
    pip install --upgrade -r requirements-stable.txt <br>
    Obtaining <a class="moz-txt-link-freetext" href="file:///Applications/MAMP/htdocs/CalendarServer-7.0">file:///Applications/MAMP/htdocs/CalendarServer-7.0</a> (from
    -r requirements-stable.txt (line 21))<br>
    Requirement already up-to-date: zope.interface==4.1.2 in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 23))<br>
    Requirement already up-to-date: Twisted==15.2.1 in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 25))<br>
    Collecting service-identity==14.0.0 (from -r requirements-stable.txt
    (line 32))<br>
      Using cached service_identity-14.0.0-py2.py3-none-any.whl<br>
    Collecting characteristic==14.3.0 (from -r requirements-stable.txt
    (line 33))<br>
      Using cached characteristic-14.3.0-py2.py3-none-any.whl<br>
    Requirement already up-to-date: pyasn1==0.1.7 in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 34))<br>
    Collecting pyasn1-modules==0.0.5 (from -r requirements-stable.txt
    (line 35))<br>
    Requirement already up-to-date: pycrypto==2.6.1 in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 37))<br>
    Obtaining twextpy from
    svn+http://svn.calendarserver.org/repository/calendarserver/twext/branches/release/twext-7.0-dev@15059#egg=twextpy
    (from -r requirements-stable.txt (line 39))<br>
      svn checkout in ./src/twextpy exists with URL
    <a class="moz-txt-link-freetext" href="http://svn.calendarserver.org/repository/calendarserver/twext/trunk">http://svn.calendarserver.org/repository/calendarserver/twext/trunk</a><br>
      The plan is to install the svn repository
<a class="moz-txt-link-freetext" href="http://svn.calendarserver.org/repository/calendarserver/twext/branches/release/twext-7.0-dev">http://svn.calendarserver.org/repository/calendarserver/twext/branches/release/twext-7.0-dev</a><br>
    What to do?  (s)witch, (i)gnore, (w)ipe, (b)ackup b<br>
      Backing up ./src/twextpy to
    /Applications/MAMP/htdocs/CalendarServer-7.0/src/twextpy.bak7<br>
      Checking out
    <a class="moz-txt-link-freetext" href="http://svn.calendarserver.org/repository/calendarserver/twext/branches/release/twext-7.0-dev">http://svn.calendarserver.org/repository/calendarserver/twext/branches/release/twext-7.0-dev</a>
    (to revision 15059) to ./src/twextpy<br>
    Requirement already up-to-date: cffi==1.1.0 in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 40))<br>
    Requirement already up-to-date: pycparser==2.13 in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 41))<br>
    Collecting python-ldap==2.4.19 (from -r requirements-stable.txt
    (line 45))<br>
    Collecting sqlparse==0.1.14 (from -r requirements-stable.txt (line
    49))<br>
    Collecting pg8000==1.10.2 (from -r requirements-stable.txt (line
    55))<br>
      Using cached pg8000-1.10.2-py2.py3-none-any.whl<br>
    Collecting pyOpenSSL==0.14 (from -r requirements-stable.txt (line
    60))<br>
    Collecting cryptography==0.9 (from -r requirements-stable.txt (line
    61))<br>
      Using cached cryptography-0.9.tar.gz<br>
    Requirement already up-to-date: idna in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 62))<br>
    Requirement already up-to-date: enum34==1.0.4 in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 65))<br>
    Requirement already up-to-date: ipaddress in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 66))<br>
    Requirement already up-to-date: setuptools==17.0 in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 67))<br>
    Requirement already up-to-date: six==1.9.0 in
    /usr/local/lib/python2.7/site-packages (from -r
    requirements-stable.txt (line 69))<br>
    Obtaining kerberos from
    svn+http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk@13420#egg=kerberos
    (from -r requirements-stable.txt (line 71))<br>
      Updating ./src/kerberos checkout (to revision 13420)<br>
    Updating 'src/kerberos':<br>
    At revision 13420.<br>
    Obtaining pycalendar from
    svn+http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk@15020#egg=pycalendar
    (from -r requirements-stable.txt (line 73))<br>
      Updating ./src/pycalendar checkout (to revision 15020)<br>
    Updating 'src/pycalendar':<br>
    At revision 15020.<br>
    Collecting python-dateutil==1.5 (from -r requirements-stable.txt
    (line 74))<br>
    Collecting pytz==2015.4 (from -r requirements-stable.txt (line 75))<br>
      Using cached pytz-2015.4-py2.py3-none-any.whl<br>
    Collecting psutil==2.2.1 (from -r requirements-stable.txt (line 77))<br>
    Collecting setproctitle==1.1.8 (from -r requirements-stable.txt
    (line 78))<br>
    Requirement already up-to-date: xattr in
    /usr/local/lib/python2.7/site-packages (from
    CalendarServer==7.0-&gt;-r requirements-stable.txt (line 21))<br>
    Building wheels for collected packages: cryptography<br>
      Running setup.py bdist_wheel for cryptography ... error<br>
      Complete output from command /usr/local/opt/python/bin/python2.7
    -u -c "import setuptools,
    tokenize;__file__='/private/var/folders/xr/yqdmx4ld7ysgtqgbrzls8bdw0000gn/T/pip-build-rN352W/cryptography/setup.py';exec(compile(getattr(tokenize,
    'open', open)(__file__).read().replace('\r\n', '\n'), __file__,
    'exec'))" bdist_wheel -d
    /var/folders/xr/yqdmx4ld7ysgtqgbrzls8bdw0000gn/T/tmpRfl0W6pip-wheel-
    --python-tag cp27:<br>
      running bdist_wheel<br>
      running build<br>
      running build_py<br>
      creating build<br>
      creating build/lib.macosx-10.10-x86_64-2.7<br>
      creating build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
      copying src/cryptography/__about__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
      copying src/cryptography/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
      copying src/cryptography/exceptions.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
      copying src/cryptography/fernet.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
      copying src/cryptography/utils.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
      copying src/cryptography/x509.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
      creating build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat<br>
      copying src/cryptography/hazmat/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat<br>
      creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends<br>
      copying src/cryptography/hazmat/backends/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends<br>
      copying src/cryptography/hazmat/backends/interfaces.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends<br>
      copying src/cryptography/hazmat/backends/multibackend.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends<br>
      creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings<br>
      copying src/cryptography/hazmat/bindings/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings<br>
      copying src/cryptography/hazmat/bindings/utils.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings<br>
      creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
      copying src/cryptography/hazmat/primitives/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
      copying src/cryptography/hazmat/primitives/cmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
      copying src/cryptography/hazmat/primitives/constant_time.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
      copying src/cryptography/hazmat/primitives/hashes.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
      copying src/cryptography/hazmat/primitives/hmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
      copying src/cryptography/hazmat/primitives/padding.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
      copying src/cryptography/hazmat/primitives/serialization.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
      creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
      copying src/cryptography/hazmat/backends/commoncrypto/__init__.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
      copying src/cryptography/hazmat/backends/commoncrypto/backend.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
      copying src/cryptography/hazmat/backends/commoncrypto/ciphers.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
      copying src/cryptography/hazmat/backends/commoncrypto/hashes.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
      copying src/cryptography/hazmat/backends/commoncrypto/hmac.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
      creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/__init__.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/backend.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/ciphers.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/cmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/dsa.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/ec.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/hashes.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/hmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/rsa.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/utils.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      copying src/cryptography/hazmat/backends/openssl/x509.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
      creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying src/cryptography/hazmat/bindings/commoncrypto/__init__.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying src/cryptography/hazmat/bindings/commoncrypto/binding.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying src/cryptography/hazmat/bindings/commoncrypto/cf.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying
    src/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying
    src/cryptography/hazmat/bindings/commoncrypto/common_digest.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying
    src/cryptography/hazmat/bindings/commoncrypto/common_hmac.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying
    src/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying
    src/cryptography/hazmat/bindings/commoncrypto/common_symmetric_key_wrap.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying src/cryptography/hazmat/bindings/commoncrypto/secimport.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying src/cryptography/hazmat/bindings/commoncrypto/secitem.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying src/cryptography/hazmat/bindings/commoncrypto/seckey.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying
    src/cryptography/hazmat/bindings/commoncrypto/seckeychain.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      copying
    src/cryptography/hazmat/bindings/commoncrypto/sectransform.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
      creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/__init__.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/aes.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/asn1.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/bignum.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/binding.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/bio.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/cmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/cms.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/conf.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/crypto.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/dh.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/dsa.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/ec.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/ecdh.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/ecdsa.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/engine.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/err.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/evp.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/hmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/nid.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/objects.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/opensslv.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying
    src/cryptography/hazmat/bindings/openssl/osrandom_engine.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/pem.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/pkcs12.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/pkcs7.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/rand.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/rsa.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/ssl.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/x509.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/x509_vfy.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/x509name.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      copying src/cryptography/hazmat/bindings/openssl/x509v3.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
      creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
      copying src/cryptography/hazmat/primitives/asymmetric/__init__.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
      copying src/cryptography/hazmat/primitives/asymmetric/dh.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
      copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
      copying src/cryptography/hazmat/primitives/asymmetric/ec.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
      copying src/cryptography/hazmat/primitives/asymmetric/padding.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
      copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
      copying src/cryptography/hazmat/primitives/asymmetric/utils.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
      creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/ciphers<br>
      copying src/cryptography/hazmat/primitives/ciphers/__init__.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/ciphers<br>
      copying src/cryptography/hazmat/primitives/ciphers/algorithms.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/ciphers<br>
      copying src/cryptography/hazmat/primitives/ciphers/base.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/ciphers<br>
      copying src/cryptography/hazmat/primitives/ciphers/modes.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/ciphers<br>
      creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/interfaces<br>
      copying src/cryptography/hazmat/primitives/interfaces/__init__.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/interfaces<br>
      creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/kdf<br>
      copying src/cryptography/hazmat/primitives/kdf/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/kdf<br>
      copying src/cryptography/hazmat/primitives/kdf/hkdf.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/kdf<br>
      copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/kdf<br>
      creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/twofactor<br>
      copying src/cryptography/hazmat/primitives/twofactor/__init__.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/twofactor<br>
      copying src/cryptography/hazmat/primitives/twofactor/hotp.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/twofactor<br>
      copying src/cryptography/hazmat/primitives/twofactor/totp.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/twofactor<br>
      running egg_info<br>
      writing requirements to src/cryptography.egg-info/requires.txt<br>
      writing src/cryptography.egg-info/PKG-INFO<br>
      writing top-level names to src/cryptography.egg-info/top_level.txt<br>
      writing dependency_links to
    src/cryptography.egg-info/dependency_links.txt<br>
      writing entry points to src/cryptography.egg-info/entry_points.txt<br>
      warning: manifest_maker: standard file '-c' not found<br>
      <br>
      reading manifest file 'src/cryptography.egg-info/SOURCES.txt'<br>
      reading manifest template 'MANIFEST.in'<br>
      no previously-included directories found matching 'docs/_build'<br>
      warning: no previously-included files matching '*' found under
    directory 'vectors'<br>
      writing manifest file 'src/cryptography.egg-info/SOURCES.txt'<br>
      creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/__pycache__<br>
      copying
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_26cb75b8x62b488b1.c
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/__pycache__<br>
      copying
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_464d07d2xdb61d8fa.c
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/__pycache__<br>
      copying
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_590da19fxffc7b1ce.c
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/__pycache__<br>
      copying
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/__pycache__<br>
      creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/src<br>
      copying src/cryptography/hazmat/primitives/src/constant_time.c
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/src<br>
      copying src/cryptography/hazmat/primitives/src/constant_time.h
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/src<br>
      copying src/cryptography/hazmat/primitives/src/padding.c -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/src<br>
      copying src/cryptography/hazmat/primitives/src/padding.h -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/src<br>
      creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl/src<br>
      copying
    src/cryptography/hazmat/bindings/openssl/src/osrandom_engine.c -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl/src<br>
      copying
    src/cryptography/hazmat/bindings/openssl/src/osrandom_engine.h -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl/src<br>
      running build_ext<br>
      building '_Cryptography_cffi_e7d09016xc302a38b' extension<br>
      creating build/temp.macosx-10.10-x86_64-2.7<br>
      creating build/temp.macosx-10.10-x86_64-2.7/src<br>
      creating build/temp.macosx-10.10-x86_64-2.7/src/cryptography<br>
      creating
    build/temp.macosx-10.10-x86_64-2.7/src/cryptography/hazmat<br>
      creating
    build/temp.macosx-10.10-x86_64-2.7/src/cryptography/hazmat/bindings<br>
      creating
build/temp.macosx-10.10-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__<br>
      clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g
    -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include
    -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include
    -I/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7
    -c
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c
    -o
build/temp.macosx-10.10-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.o<br>
     
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c:505:6:
    error: conflicting types for 'BIO_new_mem_buf'<br>
      BIO *BIO_new_mem_buf(void *, int);<br>
           ^<br>
      /usr/local/opt/openssl/include/openssl/bio.h:692:6: note: previous
    declaration is here<br>
      BIO *BIO_new_mem_buf(const void *buf, int len);<br>
           ^<br>
     
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c:2019:15:
    error: redefinition of 'SSLv2_method' as different kind of symbol<br>
      SSL_METHOD* (*SSLv2_method)(void) = NULL;<br>
                    ^<br>
      /usr/local/opt/openssl/include/openssl/ssl.h:2349:19: note:
    previous definition is here<br>
      const SSL_METHOD *SSLv2_method(void); /* SSLv2 */<br>
                        ^<br>
     
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c:2020:15:
    error: redefinition of 'SSLv2_client_method' as different kind of
    symbol<br>
      SSL_METHOD* (*SSLv2_client_method)(void) = NULL;<br>
                    ^<br>
      /usr/local/opt/openssl/include/openssl/ssl.h:2351:19: note:
    previous definition is here<br>
      const SSL_METHOD *SSLv2_client_method(void); /* SSLv2 */<br>
                        ^<br>
     
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c:2021:15:
    error: redefinition of 'SSLv2_server_method' as different kind of
    symbol<br>
      SSL_METHOD* (*SSLv2_server_method)(void) = NULL;<br>
                    ^<br>
      /usr/local/opt/openssl/include/openssl/ssl.h:2350:19: note:
    previous definition is here<br>
      const SSL_METHOD *SSLv2_server_method(void); /* SSLv2 */<br>
                        ^<br>
      4 errors generated.<br>
      error: command 'clang' failed with exit status 1<br>
      <br>
      ----------------------------------------<br>
      Failed building wheel for <br>
      Running setup.py clean for cryptography<br>
    Failed to build cryptography<br>
    Installing collected packages: cryptography, pyOpenSSL,
    characteristic, pyasn1-modules, service-identity, twextpy,
    python-ldap, sqlparse, pg8000, kerberos, pycalendar,
    python-dateutil, pytz, psutil, setproctitle, CalendarServer<br>
      Found existing installation: cryptography 1.3.2<br>
        Uninstalling cryptography-1.3.2:<br>
          Successfully uninstalled cryptography-1.3.2<br>
      Running setup.py install for cryptography ... error<br>
        Complete output from command /usr/local/opt/python/bin/python2.7
    -u -c "import setuptools,
    tokenize;__file__='/private/var/folders/xr/yqdmx4ld7ysgtqgbrzls8bdw0000gn/T/pip-build-rN352W/cryptography/setup.py';exec(compile(getattr(tokenize,
    'open', open)(__file__).read().replace('\r\n', '\n'), __file__,
    'exec'))" install --record
    /var/folders/xr/yqdmx4ld7ysgtqgbrzls8bdw0000gn/T/pip-pasUk2-record/install-record.txt
    --single-version-externally-managed --compile:<br>
        running install<br>
        running build<br>
        running build_py<br>
        creating build<br>
        creating build/lib.macosx-10.10-x86_64-2.7<br>
        creating build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
        copying src/cryptography/__about__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
        copying src/cryptography/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
        copying src/cryptography/exceptions.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
        copying src/cryptography/fernet.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
        copying src/cryptography/utils.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
        copying src/cryptography/x509.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography<br>
        creating build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat<br>
        copying src/cryptography/hazmat/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat<br>
        creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends<br>
        copying src/cryptography/hazmat/backends/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends<br>
        copying src/cryptography/hazmat/backends/interfaces.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends<br>
        copying src/cryptography/hazmat/backends/multibackend.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends<br>
        creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings<br>
        copying src/cryptography/hazmat/bindings/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings<br>
        copying src/cryptography/hazmat/bindings/utils.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings<br>
        creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
        copying src/cryptography/hazmat/primitives/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
        copying src/cryptography/hazmat/primitives/cmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
        copying src/cryptography/hazmat/primitives/constant_time.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
        copying src/cryptography/hazmat/primitives/hashes.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
        copying src/cryptography/hazmat/primitives/hmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
        copying src/cryptography/hazmat/primitives/padding.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
        copying src/cryptography/hazmat/primitives/serialization.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives<br>
        creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
        copying
    src/cryptography/hazmat/backends/commoncrypto/__init__.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
        copying src/cryptography/hazmat/backends/commoncrypto/backend.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
        copying src/cryptography/hazmat/backends/commoncrypto/ciphers.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
        copying src/cryptography/hazmat/backends/commoncrypto/hashes.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
        copying src/cryptography/hazmat/backends/commoncrypto/hmac.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/commoncrypto<br>
        creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/__init__.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/backend.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/ciphers.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/cmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/dsa.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/ec.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/hashes.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/hmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/rsa.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/utils.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        copying src/cryptography/hazmat/backends/openssl/x509.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/backends/openssl<br>
        creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying
    src/cryptography/hazmat/bindings/commoncrypto/__init__.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying src/cryptography/hazmat/bindings/commoncrypto/binding.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying src/cryptography/hazmat/bindings/commoncrypto/cf.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying
    src/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying
    src/cryptography/hazmat/bindings/commoncrypto/common_digest.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying
    src/cryptography/hazmat/bindings/commoncrypto/common_hmac.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying
    src/cryptography/hazmat/bindings/commoncrypto/common_key_derivation.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying
    src/cryptography/hazmat/bindings/commoncrypto/common_symmetric_key_wrap.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying
    src/cryptography/hazmat/bindings/commoncrypto/secimport.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying src/cryptography/hazmat/bindings/commoncrypto/secitem.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying src/cryptography/hazmat/bindings/commoncrypto/seckey.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying
    src/cryptography/hazmat/bindings/commoncrypto/seckeychain.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        copying
    src/cryptography/hazmat/bindings/commoncrypto/sectransform.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/commoncrypto<br>
        creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/__init__.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/aes.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/asn1.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/bignum.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/binding.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/bio.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/cmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/cms.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/conf.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/crypto.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/dh.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/dsa.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/ec.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/ecdh.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/ecdsa.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/engine.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/err.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/evp.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/hmac.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/nid.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/objects.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/opensslv.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying
    src/cryptography/hazmat/bindings/openssl/osrandom_engine.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/pem.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/pkcs12.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/pkcs7.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/rand.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/rsa.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/ssl.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/x509.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/x509_vfy.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/x509name.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        copying src/cryptography/hazmat/bindings/openssl/x509v3.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl<br>
        creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
        copying
    src/cryptography/hazmat/primitives/asymmetric/__init__.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
        copying src/cryptography/hazmat/primitives/asymmetric/dh.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
        copying src/cryptography/hazmat/primitives/asymmetric/dsa.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
        copying src/cryptography/hazmat/primitives/asymmetric/ec.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
        copying src/cryptography/hazmat/primitives/asymmetric/padding.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
        copying src/cryptography/hazmat/primitives/asymmetric/rsa.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
        copying src/cryptography/hazmat/primitives/asymmetric/utils.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/asymmetric<br>
        creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/ciphers<br>
        copying src/cryptography/hazmat/primitives/ciphers/__init__.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/ciphers<br>
        copying src/cryptography/hazmat/primitives/ciphers/algorithms.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/ciphers<br>
        copying src/cryptography/hazmat/primitives/ciphers/base.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/ciphers<br>
        copying src/cryptography/hazmat/primitives/ciphers/modes.py
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/ciphers<br>
        creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/interfaces<br>
        copying
    src/cryptography/hazmat/primitives/interfaces/__init__.py -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/interfaces<br>
        creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/kdf<br>
        copying src/cryptography/hazmat/primitives/kdf/__init__.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/kdf<br>
        copying src/cryptography/hazmat/primitives/kdf/hkdf.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/kdf<br>
        copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/kdf<br>
        creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/twofactor<br>
        copying src/cryptography/hazmat/primitives/twofactor/__init__.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/twofactor<br>
        copying src/cryptography/hazmat/primitives/twofactor/hotp.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/twofactor<br>
        copying src/cryptography/hazmat/primitives/twofactor/totp.py
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/twofactor<br>
        running egg_info<br>
        writing requirements to src/cryptography.egg-info/requires.txt<br>
        writing src/cryptography.egg-info/PKG-INFO<br>
        writing top-level names to
    src/cryptography.egg-info/top_level.txt<br>
        writing dependency_links to
    src/cryptography.egg-info/dependency_links.txt<br>
        writing entry points to
    src/cryptography.egg-info/entry_points.txt<br>
        warning: manifest_maker: standard file '-c' not found<br>
        <br>
        reading manifest file 'src/cryptography.egg-info/SOURCES.txt'<br>
        reading manifest template 'MANIFEST.in'<br>
        no previously-included directories found matching 'docs/_build'<br>
        warning: no previously-included files matching '*' found under
    directory 'vectors'<br>
        writing manifest file 'src/cryptography.egg-info/SOURCES.txt'<br>
        creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/__pycache__<br>
        copying
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_26cb75b8x62b488b1.c
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/__pycache__<br>
        copying
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_464d07d2xdb61d8fa.c
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/__pycache__<br>
        copying
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_590da19fxffc7b1ce.c
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/__pycache__<br>
        copying
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c
    -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/__pycache__<br>
        creating
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/src<br>
        copying src/cryptography/hazmat/primitives/src/constant_time.c
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/src<br>
        copying src/cryptography/hazmat/primitives/src/constant_time.h
    -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/src<br>
        copying src/cryptography/hazmat/primitives/src/padding.c -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/src<br>
        copying src/cryptography/hazmat/primitives/src/padding.h -&gt;
    build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/primitives/src<br>
        creating
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl/src<br>
        copying
    src/cryptography/hazmat/bindings/openssl/src/osrandom_engine.c -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl/src<br>
        copying
    src/cryptography/hazmat/bindings/openssl/src/osrandom_engine.h -&gt;
build/lib.macosx-10.10-x86_64-2.7/cryptography/hazmat/bindings/openssl/src<br>
        running build_ext<br>
        building '_Cryptography_cffi_e7d09016xc302a38b' extension<br>
        creating build/temp.macosx-10.10-x86_64-2.7<br>
        creating build/temp.macosx-10.10-x86_64-2.7/src<br>
        creating build/temp.macosx-10.10-x86_64-2.7/src/cryptography<br>
        creating
    build/temp.macosx-10.10-x86_64-2.7/src/cryptography/hazmat<br>
        creating
    build/temp.macosx-10.10-x86_64-2.7/src/cryptography/hazmat/bindings<br>
        creating
build/temp.macosx-10.10-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__<br>
        clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG
    -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include
    -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include
    -I/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7
    -c
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c
    -o
build/temp.macosx-10.10-x86_64-2.7/src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.o<br>
       
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c:505:6:
    error: conflicting types for 'BIO_new_mem_buf'<br>
        BIO *BIO_new_mem_buf(void *, int);<br>
             ^<br>
        /usr/local/opt/openssl/include/openssl/bio.h:692:6: note:
    previous declaration is here<br>
        BIO *BIO_new_mem_buf(const void *buf, int len);<br>
             ^<br>
       
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c:2019:15:
    error: redefinition of 'SSLv2_method' as different kind of symbol<br>
        SSL_METHOD* (*SSLv2_method)(void) = NULL;<br>
                      ^<br>
        /usr/local/opt/openssl/include/openssl/ssl.h:2349:19: note:
    previous definition is here<br>
        const SSL_METHOD *SSLv2_method(void); /* SSLv2 */<br>
                          ^<br>
       
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c:2020:15:
    error: redefinition of 'SSLv2_client_method' as different kind of
    symbol<br>
        SSL_METHOD* (*SSLv2_client_method)(void) = NULL;<br>
                      ^<br>
        /usr/local/opt/openssl/include/openssl/ssl.h:2351:19: note:
    previous definition is here<br>
        const SSL_METHOD *SSLv2_client_method(void); /* SSLv2 */<br>
                          ^<br>
       
    src/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_e7d09016xc302a38b.c:2021:15:
    error: redefinition of 'SSLv2_server_method' as different kind of
    symbol<br>
        SSL_METHOD* (*SSLv2_server_method)(void) = NULL;<br>
                      ^<br>
        /usr/local/opt/openssl/include/openssl/ssl.h:2350:19: note:
    previous definition is here<br>
        const SSL_METHOD *SSLv2_server_method(void); /* SSLv2 */<br>
                          ^<br>
        4 errors generated.<br>
        error: command 'clang' failed with exit status 1<br>
        <br>
        ----------------------------------------<br>
      Rolling back uninstall of cryptography<br>
    Command "/usr/local/opt/python/bin/python2.7 -u -c "import
    setuptools,
    tokenize;__file__='/private/var/folders/xr/yqdmx4ld7ysgtqgbrzls8bdw0000gn/T/pip-build-rN352W/cryptography/setup.py';exec(compile(getattr(tokenize,
    'open', open)(__file__).read().replace('\r\n', '\n'), __file__,
    'exec'))" install --record
    /var/folders/xr/yqdmx4ld7ysgtqgbrzls8bdw0000gn/T/pip-pasUk2-record/install-record.txt
    --single-version-externally-managed --compile" failed with error
    code 1 in
/private/var/folders/xr/yqdmx4ld7ysgtqgbrzls8bdw0000gn/T/pip-build-rN352W/cryptography/<br>
    <br>
    <br>
    <br>
    Could you help me please ?<br>
    <br>
    Thanks for your support<br>
    <br>
    Best regards<br>
    <br>
    mparchet<br>
  </body>
</html>