Skip to content

Instantly share code, notes, and snippets.

@hynek
Created March 6, 2014 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hynek/9384846 to your computer and use it in GitHub Desktop.
Save hynek/9384846 to your computer and use it in GitHub Desktop.
mktmpenv
New python executable in /Users/hynek/.virtualenvs/6a3208995e966073/bin/python
Installing setuptools, pip...done.
«6a3208995e966073» ~
↪︎ pip install cryptography
DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See https://github.com/pypa/pip/issues/906.
Downloading/unpacking cryptography
Using download cache from /Users/hynek/.pip/cache/https%3A%2F%2Fpypi.vm.ag%2Froot%2Fpypi%2F%2Bf%2Ff002a442c8c5c7463bf8d2f11f6c3128%2Fcryptography-0.2.2.tar.gz
Running setup.py (path:/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/setup.py) egg_info for package cryptography
no previously-included directories found matching 'documentation/_build'
zip_safe flag not set; analyzing archive contents...
six: module references __file__
Installed /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/six-1.5.2-py2.7.egg
Searching for cffi>=0.8
Reading https://pypi.python.org/simple/cffi/
Best match: cffi 0.8.1
Downloading https://pypi.python.org/packages/source/c/cffi/cffi-0.8.1.tar.gz#md5=1a877bf113bfe90fdefedbf9e39310d2
Processing cffi-0.8.1.tar.gz
Writing /var/folders/n8/bvhdmjbn4ljc498jpsr3rq6r0000gn/T/easy_install-PwGQJ4/cffi-0.8.1/setup.cfg
Running cffi-0.8.1/setup.py -q bdist_egg --dist-dir /var/folders/n8/bvhdmjbn4ljc498jpsr3rq6r0000gn/T/easy_install-PwGQJ4/cffi-0.8.1/egg-dist-tmp-Hwt6O2
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
cc -c c/check__thread.c -o c/check__thread.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
c/_cffi_backend.c:245:25: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
int base_name_len = strlen(ct_base->ct_name);
~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~
c/_cffi_backend.c:246:26: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
int extra_name_len = strlen(extra_text);
~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~
c/_cffi_backend.c:855:48: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = read_raw_signed_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:864:50: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = read_raw_unsigned_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:874:58: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
double value = read_raw_float_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:910:71: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = (unsigned PY_LONG_LONG)read_raw_signed_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:924:50: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = read_raw_unsigned_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1273:48: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(buf, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1274:52: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if (value != read_raw_signed_data(buf, ct->ct_size))
~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1276:49: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(data, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1286:48: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(buf, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1287:54: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if (value != read_raw_unsigned_data(buf, ct->ct_size))
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1289:49: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(data, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1308:51: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_float_data(data, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1403:53: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
rawfielddata = read_raw_unsigned_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1405:52: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(data, rawfielddata, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1425:21: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
align = ct->ct_length;
~ ~~~~^~~~~~~~~
c/_cffi_backend.c:1678:68: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = (long)read_raw_signed_data(cd->c_data, cd->c_type->ct_size);
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~
c/_cffi_backend.c:1727:65: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = read_raw_float_data(cd->c_data, cd->c_type->ct_size);
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~
c/_cffi_backend.c:2373:16: warning: implicit conversion loses integer precision: 'long' to 'ffi_abi' (aka 'enum ffi_abi') [-Wshorten-64-to-32]
fabi = PyInt_AS_LONG(PyTuple_GET_ITEM(signature, 0));
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/intobject.h:52:51: note: expanded from macro 'PyInt_AS_LONG'
#define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
c/_cffi_backend.c:2861:56: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
cd->c_type->ct_size) != 0.0;
~~~~~~~~~~~~^~~~~~~
c/_cffi_backend.c:2955:55: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(cd->c_data, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:3058:61: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_float_data(cd->c_data, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:3379:38: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
name_size = strlen(ptypes->name) + 1;
~ ~~~~~~~~~~~~~~~~~~~~~^~~
c/_cffi_backend.c:3397:28: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
td->ct_name_position = strlen(td->ct_name);
~ ^~~~~~~~~~~~~~~~~~~
c/_cffi_backend.c:3516:19: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
int namelen = strlen(name);
~~~~~~~ ^~~~~~~~~~~~
c/_cffi_backend.c:3810:53: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
bits_already_occupied = boffset - (field_offset_bytes * 8);
~ ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
c/_cffi_backend.c:3843:53: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
prev_bitfield_size = ftype->ct_size;
~ ~~~~~~~^~~~~~~
c/_cffi_backend.c:3851:62: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
bitshift = 8 * ftype->ct_size - fbitsize - bitshift;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
c/_cffi_backend.c:4130:37: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
fb->fct->ct_name_position = i;
~ ^
c/_cffi_backend.c:4145:40: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
fb_cat_name(fb, farg->ct_name, strlen(farg->ct_name));
~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~
c/_cffi_backend.c:4158:70: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
strlen(fresult->ct_name) - fresult->ct_name_position + 1);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
c/_cffi_backend.c:4178:30: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
fct = ctypedescr_new(fb->nb_bytes);
~~~~~~~~~~~~~~ ~~~~^~~~~~~~
c/_cffi_backend.c:4228:56: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
if (ffi_prep_cif(&cif_descr->cif, fabi, funcbuffer.nargs,
~~~~~~~~~~~~ ~~~~~~~~~~~^~~~~
c/_cffi_backend.c:4624:31: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
name_size = strlen(ename) + 1;
~ ~~~~~~~~~~~~~~^~~
35 warnings generated.
Installed /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cffi-0.8.1-py2.7-macosx-10.9-intel.egg
Searching for pycparser
Reading https://pypi.python.org/simple/pycparser/
Best match: pycparser 2.10
Downloading https://pypi.python.org/packages/source/p/pycparser/pycparser-2.10.tar.gz#md5=d87aed98c8a9f386aa56d365fe4d515f
Processing pycparser-2.10.tar.gz
Writing /var/folders/n8/bvhdmjbn4ljc498jpsr3rq6r0000gn/T/easy_install-xgnZPS/pycparser-2.10/setup.cfg
Running pycparser-2.10/setup.py -q bdist_egg --dist-dir /var/folders/n8/bvhdmjbn4ljc498jpsr3rq6r0000gn/T/easy_install-xgnZPS/pycparser-2.10/egg-dist-tmp-lyfCGH
zip_safe flag not set; analyzing archive contents...
Installed /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/pycparser-2.10-py2.7.egg
building '_cffi__xcfd0a060xfba2f231' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cryptography/hazmat/primitives/__pycache__/_cffi__xcfd0a060xfba2f231.c -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_cffi__xcfd0a060xfba2f231.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_cffi__xcfd0a060xfba2f231.o -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/_cffi__xcfd0a060xfba2f231.so
building '_cffi__x5fea2bacx4a8b9ec1' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cryptography/hazmat/primitives/__pycache__/_cffi__x5fea2bacx4a8b9ec1.c -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_cffi__x5fea2bacx4a8b9ec1.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_cffi__x5fea2bacx4a8b9ec1.o -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/_cffi__x5fea2bacx4a8b9ec1.so
building '_cffi__x657b2f6exf0ae7e21' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.c -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.o -lcrypto -lssl -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.so
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/setup.py", line 113, in <module>
"build": cffi_build,
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "<string>", line 15, in replacement_run
File "/Users/hynek/.virtualenvs/6a3208995e966073/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 186, in find_sources
mm.run()
File "/Users/hynek/.virtualenvs/6a3208995e966073/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 246, in run
self.add_defaults()
File "/Users/hynek/.virtualenvs/6a3208995e966073/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 282, in add_defaults
sdist.add_defaults(self)
File "/Users/hynek/.virtualenvs/6a3208995e966073/lib/python2.7/site-packages/setuptools/command/sdist.py", line 167, in add_defaults
build_py = self.get_finalized_command('build_py')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 312, in get_finalized_command
cmd_obj.ensure_finalized()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
self.finalize_options()
File "/Users/hynek/.virtualenvs/6a3208995e966073/lib/python2.7/site-packages/setuptools/command/build_py.py", line 26, in finalize_options
_build_py.finalize_options(self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py", line 46, in finalize_options
('force', 'force'))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 298, in set_undefined_options
src_cmd_obj.ensure_finalized()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
self.finalize_options()
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/setup.py", line 55, in finalize_options
OpenSSLBinding().ffi.verifier.get_extension(),
File "cryptography/hazmat/bindings/openssl/binding.py", line 83, in __init__
self._ensure_ffi_initialized()
File "cryptography/hazmat/bindings/openssl/binding.py", line 99, in _ensure_ffi_initialized
libraries)
File "cryptography/hazmat/bindings/utils.py", line 72, in build_ffi
ext_package="cryptography",
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cffi-0.8.1-py2.7-macosx-10.9-intel.egg/cffi/api.py", line 339, in verify
lib = self.verifier.load_library()
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cffi-0.8.1-py2.7-macosx-10.9-intel.egg/cffi/verifier.py", line 75, in load_library
return self._load_library()
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cffi-0.8.1-py2.7-macosx-10.9-intel.egg/cffi/verifier.py", line 151, in _load_library
return self._vengine.load_library()
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cffi-0.8.1-py2.7-macosx-10.9-intel.egg/cffi/vengine_cpy.py", line 138, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing '/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.so': dlopen(/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.so, 2): Symbol not found: _ERR_remove_thread_state
Referenced from: /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.so
Expected in: flat namespace
in /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.so
Complete output from command python setup.py egg_info:
no previously-included directories found matching 'documentation/_build'
zip_safe flag not set; analyzing archive contents...
six: module references __file__
Installed /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/six-1.5.2-py2.7.egg
Searching for cffi>=0.8
Reading https://pypi.python.org/simple/cffi/
Best match: cffi 0.8.1
Downloading https://pypi.python.org/packages/source/c/cffi/cffi-0.8.1.tar.gz#md5=1a877bf113bfe90fdefedbf9e39310d2
Processing cffi-0.8.1.tar.gz
Writing /var/folders/n8/bvhdmjbn4ljc498jpsr3rq6r0000gn/T/easy_install-PwGQJ4/cffi-0.8.1/setup.cfg
Running cffi-0.8.1/setup.py -q bdist_egg --dist-dir /var/folders/n8/bvhdmjbn4ljc498jpsr3rq6r0000gn/T/easy_install-PwGQJ4/cffi-0.8.1/egg-dist-tmp-Hwt6O2
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
cc -c c/check__thread.c -o c/check__thread.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
c/_cffi_backend.c:245:25: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
int base_name_len = strlen(ct_base->ct_name);
~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~
c/_cffi_backend.c:246:26: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
int extra_name_len = strlen(extra_text);
~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~
c/_cffi_backend.c:855:48: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = read_raw_signed_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:864:50: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = read_raw_unsigned_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:874:58: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
double value = read_raw_float_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:910:71: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = (unsigned PY_LONG_LONG)read_raw_signed_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:924:50: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = read_raw_unsigned_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1273:48: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(buf, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1274:52: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if (value != read_raw_signed_data(buf, ct->ct_size))
~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1276:49: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(data, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1286:48: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(buf, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1287:54: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
if (value != read_raw_unsigned_data(buf, ct->ct_size))
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1289:49: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(data, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1308:51: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_float_data(data, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1403:53: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
rawfielddata = read_raw_unsigned_data(data, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1405:52: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(data, rawfielddata, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:1425:21: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
align = ct->ct_length;
~ ~~~~^~~~~~~~~
c/_cffi_backend.c:1678:68: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = (long)read_raw_signed_data(cd->c_data, cd->c_type->ct_size);
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~
c/_cffi_backend.c:1727:65: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
value = read_raw_float_data(cd->c_data, cd->c_type->ct_size);
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~
c/_cffi_backend.c:2373:16: warning: implicit conversion loses integer precision: 'long' to 'ffi_abi' (aka 'enum ffi_abi') [-Wshorten-64-to-32]
fabi = PyInt_AS_LONG(PyTuple_GET_ITEM(signature, 0));
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/intobject.h:52:51: note: expanded from macro 'PyInt_AS_LONG'
#define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
c/_cffi_backend.c:2861:56: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
cd->c_type->ct_size) != 0.0;
~~~~~~~~~~~~^~~~~~~
c/_cffi_backend.c:2955:55: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_integer_data(cd->c_data, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:3058:61: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
write_raw_float_data(cd->c_data, value, ct->ct_size);
~~~~~~~~~~~~~~~~~~~~ ~~~~^~~~~~~
c/_cffi_backend.c:3379:38: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
name_size = strlen(ptypes->name) + 1;
~ ~~~~~~~~~~~~~~~~~~~~~^~~
c/_cffi_backend.c:3397:28: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
td->ct_name_position = strlen(td->ct_name);
~ ^~~~~~~~~~~~~~~~~~~
c/_cffi_backend.c:3516:19: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
int namelen = strlen(name);
~~~~~~~ ^~~~~~~~~~~~
c/_cffi_backend.c:3810:53: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
bits_already_occupied = boffset - (field_offset_bytes * 8);
~ ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
c/_cffi_backend.c:3843:53: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
prev_bitfield_size = ftype->ct_size;
~ ~~~~~~~^~~~~~~
c/_cffi_backend.c:3851:62: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
bitshift = 8 * ftype->ct_size - fbitsize - bitshift;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
c/_cffi_backend.c:4130:37: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
fb->fct->ct_name_position = i;
~ ^
c/_cffi_backend.c:4145:40: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
fb_cat_name(fb, farg->ct_name, strlen(farg->ct_name));
~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~
c/_cffi_backend.c:4158:70: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
strlen(fresult->ct_name) - fresult->ct_name_position + 1);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
c/_cffi_backend.c:4178:30: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
fct = ctypedescr_new(fb->nb_bytes);
~~~~~~~~~~~~~~ ~~~~^~~~~~~~
c/_cffi_backend.c:4228:56: warning: implicit conversion loses integer precision: 'Py_ssize_t' (aka 'long') to 'unsigned int' [-Wshorten-64-to-32]
if (ffi_prep_cif(&cif_descr->cif, fabi, funcbuffer.nargs,
~~~~~~~~~~~~ ~~~~~~~~~~~^~~~~
c/_cffi_backend.c:4624:31: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
name_size = strlen(ename) + 1;
~ ~~~~~~~~~~~~~~^~~
35 warnings generated.
Installed /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cffi-0.8.1-py2.7-macosx-10.9-intel.egg
Searching for pycparser
Reading https://pypi.python.org/simple/pycparser/
Best match: pycparser 2.10
Downloading https://pypi.python.org/packages/source/p/pycparser/pycparser-2.10.tar.gz#md5=d87aed98c8a9f386aa56d365fe4d515f
Processing pycparser-2.10.tar.gz
Writing /var/folders/n8/bvhdmjbn4ljc498jpsr3rq6r0000gn/T/easy_install-xgnZPS/pycparser-2.10/setup.cfg
Running pycparser-2.10/setup.py -q bdist_egg --dist-dir /var/folders/n8/bvhdmjbn4ljc498jpsr3rq6r0000gn/T/easy_install-xgnZPS/pycparser-2.10/egg-dist-tmp-lyfCGH
zip_safe flag not set; analyzing archive contents...
Installed /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/pycparser-2.10-py2.7.egg
running egg_info
creating pip-egg-info/cryptography.egg-info
writing dependency_links to pip-egg-info/cryptography.egg-info/dependency_links.txt
writing requirements to pip-egg-info/cryptography.egg-info/requires.txt
writing pip-egg-info/cryptography.egg-info/PKG-INFO
writing top-level names to pip-egg-info/cryptography.egg-info/top_level.txt
writing manifest file 'pip-egg-info/cryptography.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
running build_ext
building '_cffi__xcfd0a060xfba2f231' extension
creating /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography
creating /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat
creating /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives
creating /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cryptography/hazmat/primitives/__pycache__/_cffi__xcfd0a060xfba2f231.c -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_cffi__xcfd0a060xfba2f231.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_cffi__xcfd0a060xfba2f231.o -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/_cffi__xcfd0a060xfba2f231.so
running build_ext
building '_cffi__x5fea2bacx4a8b9ec1' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cryptography/hazmat/primitives/__pycache__/_cffi__x5fea2bacx4a8b9ec1.c -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_cffi__x5fea2bacx4a8b9ec1.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_cffi__x5fea2bacx4a8b9ec1.o -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/primitives/__pycache__/_cffi__x5fea2bacx4a8b9ec1.so
running build_ext
building '_cffi__x657b2f6exf0ae7e21' extension
creating /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/cryptography
creating /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/cryptography/hazmat
creating /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/cryptography/hazmat/bindings
creating /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/cryptography/hazmat/bindings/__pycache__
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.c -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.o
clang: warning: argument unused during compilation: '-mno-fused-madd'
cc -bundle -undefined dynamic_lookup -arch x86_64 -arch i386 -Wl,-F. /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.o -lcrypto -lssl -o /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.so
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/setup.py", line 113, in <module>
"build": cffi_build,
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "<string>", line 15, in replacement_run
File "/Users/hynek/.virtualenvs/6a3208995e966073/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 186, in find_sources
mm.run()
File "/Users/hynek/.virtualenvs/6a3208995e966073/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 246, in run
self.add_defaults()
File "/Users/hynek/.virtualenvs/6a3208995e966073/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 282, in add_defaults
sdist.add_defaults(self)
File "/Users/hynek/.virtualenvs/6a3208995e966073/lib/python2.7/site-packages/setuptools/command/sdist.py", line 167, in add_defaults
build_py = self.get_finalized_command('build_py')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 312, in get_finalized_command
cmd_obj.ensure_finalized()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
self.finalize_options()
File "/Users/hynek/.virtualenvs/6a3208995e966073/lib/python2.7/site-packages/setuptools/command/build_py.py", line 26, in finalize_options
_build_py.finalize_options(self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py", line 46, in finalize_options
('force', 'force'))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 298, in set_undefined_options
src_cmd_obj.ensure_finalized()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
self.finalize_options()
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/setup.py", line 55, in finalize_options
OpenSSLBinding().ffi.verifier.get_extension(),
File "cryptography/hazmat/bindings/openssl/binding.py", line 83, in __init__
self._ensure_ffi_initialized()
File "cryptography/hazmat/bindings/openssl/binding.py", line 99, in _ensure_ffi_initialized
libraries)
File "cryptography/hazmat/bindings/utils.py", line 72, in build_ffi
ext_package="cryptography",
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cffi-0.8.1-py2.7-macosx-10.9-intel.egg/cffi/api.py", line 339, in verify
lib = self.verifier.load_library()
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cffi-0.8.1-py2.7-macosx-10.9-intel.egg/cffi/verifier.py", line 75, in load_library
return self._load_library()
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cffi-0.8.1-py2.7-macosx-10.9-intel.egg/cffi/verifier.py", line 151, in _load_library
return self._vengine.load_library()
File "/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cffi-0.8.1-py2.7-macosx-10.9-intel.egg/cffi/vengine_cpy.py", line 138, in load_library
raise ffiplatform.VerificationError(error)
cffi.ffiplatform.VerificationError: importing '/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.so': dlopen(/Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.so, 2): Symbol not found: _ERR_remove_thread_state
Referenced from: /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.so
Expected in: flat namespace
in /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography/cryptography/hazmat/bindings/__pycache__/_cffi__x657b2f6exf0ae7e21.so
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /Users/hynek/.virtualenvs/6a3208995e966073/build/cryptography
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment