Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Last active August 29, 2015 14:25
Show Gist options
  • Save singingwolfboy/7f11ffc5b95b4437ba9d to your computer and use it in GitHub Desktop.
Save singingwolfboy/7f11ffc5b95b4437ba9d to your computer and use it in GitHub Desktop.
setuptools goes into an infinite loop when trying to install dm.xmlsec.binding. pip and setuptools at their latest version, Cython present. Fixed if lxml is already installed.
edxapp@precise64:/tmp$ virtualenv setuptools
New python executable in setuptools/bin/python
Installing setuptools, pip...done.
(setuptools)edxapp@precise64:/tmp$ pip install -U pip setuptools Cython
Downloading/unpacking pip from https://pypi.python.org/packages/py2.py3/p/pip/pip-7.1.0-py2.py3-none-any.whl#md5=b108384a762825ec20345bb9b5b7209f
Downloading pip-7.1.0-py2.py3-none-any.whl (1.1MB): 1.1MB downloaded
Downloading/unpacking setuptools from https://pypi.python.org/packages/3.4/s/setuptools/setuptools-18.0.1-py2.py3-none-any.whl#md5=19c0c145c3d2a615b0a33f0aeddd1c02
Downloading setuptools-18.0.1-py2.py3-none-any.whl (461kB): 461kB downloaded
Downloading/unpacking Cython
Downloading Cython-0.22.1.tar.gz (1.6MB): 1.6MB downloaded
Running setup.py (path:/tmp/setuptools/build/Cython/setup.py) egg_info for package Cython
Unable to find pgen, not compiling formal grammar.
Compiling module Cython.Plex.Scanners ...
Compiling module Cython.Plex.Actions ...
Compiling module Cython.Compiler.Lexicon ...
Compiling module Cython.Compiler.Scanning ...
Compiling module Cython.Compiler.Parsing ...
Compiling module Cython.Compiler.Visitor ...
Compiling module Cython.Compiler.FlowControl ...
Compiling module Cython.Compiler.Code ...
Compiling module Cython.Runtime.refnanny ...
Compiling module Cython.Tempita._tempita ...
warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.h' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Utility'
Installing collected packages: pip, setuptools, Cython
Found existing installation: pip 1.5.6
Uninstalling pip:
Successfully uninstalled pip
Found existing installation: setuptools 3.6
Uninstalling setuptools:
Successfully uninstalled setuptools
Running setup.py install for Cython
Unable to find pgen, not compiling formal grammar.
building 'Cython.Plex.Scanners' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/setuptools/build/Cython/Cython/Plex/Scanners.c -o build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Plex/Scanners.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Plex/Scanners.o -o build/lib.linux-x86_64-2.7/Cython/Plex/Scanners.so
building 'Cython.Plex.Actions' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/setuptools/build/Cython/Cython/Plex/Actions.c -o build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Plex/Actions.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Plex/Actions.o -o build/lib.linux-x86_64-2.7/Cython/Plex/Actions.so
building 'Cython.Compiler.Lexicon' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/setuptools/build/Cython/Cython/Compiler/Lexicon.c -o build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/Lexicon.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/Lexicon.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/Lexicon.so
building 'Cython.Compiler.Scanning' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/setuptools/build/Cython/Cython/Compiler/Scanning.c -o build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/Scanning.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/Scanning.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/Scanning.so
building 'Cython.Compiler.Parsing' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/setuptools/build/Cython/Cython/Compiler/Parsing.c -o build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/Parsing.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/Parsing.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/Parsing.so
building 'Cython.Compiler.Visitor' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/setuptools/build/Cython/Cython/Compiler/Visitor.c -o build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/Visitor.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/Visitor.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/Visitor.so
building 'Cython.Compiler.FlowControl' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/setuptools/build/Cython/Cython/Compiler/FlowControl.c -o build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/FlowControl.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/FlowControl.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/FlowControl.so
building 'Cython.Compiler.Code' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/setuptools/build/Cython/Cython/Compiler/Code.c -o build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/Code.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Compiler/Code.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/Code.so
building 'Cython.Runtime.refnanny' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/setuptools/build/Cython/Cython/Runtime/refnanny.c -o build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Runtime/refnanny.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Runtime/refnanny.o -o build/lib.linux-x86_64-2.7/Cython/Runtime/refnanny.so
building 'Cython.Tempita._tempita' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/setuptools/build/Cython/Cython/Tempita/_tempita.c -o build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Tempita/_tempita.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/setuptools/build/Cython/Cython/Tempita/_tempita.o -o build/lib.linux-x86_64-2.7/Cython/Tempita/_tempita.so
warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.h' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Utility'
Installing cython script to /tmp/setuptools/bin
Installing cygdb script to /tmp/setuptools/bin
Installing cythonize script to /tmp/setuptools/bin
Successfully installed pip setuptools Cython
Cleaning up...
(setuptools)edxapp@precise64:/tmp$ pip install dm.xmlsec.binding
Collecting dm.xmlsec.binding
Using cached dm.xmlsec.binding-1.3.2.tar.gz
Complete output from command python setup.py egg_info:
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
warnings.warn(msg)
Building lxml version 3.4.4.
Building without Cython.
Using build configuration of libxslt 1.1.26
Building against libxml2/libxslt in the following directory: /usr/lib/x86_64-linux-gnu
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/tmp/pip-build-VxcEpp/dm.xmlsec.binding/setup.py", line 224, in <module>
**setupArgs
File "/usr/lib/python2.7/distutils/core.py", line 112, in setup
_setup_distribution = dist = klass(attrs)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/dist.py", line 268, in __init__
self.fetch_build_eggs(attrs['setup_requires'])
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/dist.py", line 313, in fetch_build_eggs
replace_conflicting=True,
File "/tmp/setuptools/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 836, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File "/tmp/setuptools/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1081, in best_match
return self.obtain(req, installer)
File "/tmp/setuptools/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1093, in obtain
return installer(requirement)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/dist.py", line 380, in fetch_build_egg
return cmd.easy_install(req)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 629, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 659, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 842, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1070, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1056, in run_setup
run_setup(setup_script, args)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 240, in run_setup
raise
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 193, in setup_context
yield
File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 152, in save_modules
yield saved
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 126, in __exit__
self._saved = UnpickleableException.dump(type, exc)
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
File "/tmp/setuptools/local/lib/python2.7/site-packages/setuptools/sandbox.py", line 110, in dump
return cls.dump(cls, cls(repr(exc)))
MemoryError
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-VxcEpp/dm.xmlsec.binding
(setuptools)edxapp@precise64:/tmp$
edxapp@precise64:/tmp$ virtualenv venv
New python executable in venv/bin/python
Installing setuptools, pip...done.
edxapp@precise64:/tmp$ source venv/bin/activate
(venv)edxapp@precise64:/tmp$ pip install -U pip setuptools Cython
Downloading/unpacking pip from https://pypi.python.org/packages/py2.py3/p/pip/pip-7.1.0-py2.py3-none-any.whl#md5=b108384a762825ec20345bb9b5b7209f
Downloading pip-7.1.0-py2.py3-none-any.whl (1.1MB): 1.1MB downloaded
Downloading/unpacking setuptools from https://pypi.python.org/packages/3.4/s/setuptools/setuptools-18.0.1-py2.py3-none-any.whl#md5=19c0c145c3d2a615b0a33f0aeddd1c02
Downloading setuptools-18.0.1-py2.py3-none-any.whl (461kB): 461kB downloaded
Downloading/unpacking Cython
Downloading Cython-0.22.1.tar.gz (1.6MB): 1.6MB downloaded
Running setup.py (path:/tmp/venv/build/Cython/setup.py) egg_info for package Cython
Unable to find pgen, not compiling formal grammar.
Compiling module Cython.Plex.Scanners ...
Compiling module Cython.Plex.Actions ...
Compiling module Cython.Compiler.Lexicon ...
Compiling module Cython.Compiler.Scanning ...
Compiling module Cython.Compiler.Parsing ...
Compiling module Cython.Compiler.Visitor ...
Compiling module Cython.Compiler.FlowControl ...
Compiling module Cython.Compiler.Code ...
Compiling module Cython.Runtime.refnanny ...
Compiling module Cython.Tempita._tempita ...
warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.h' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Utility'
Installing collected packages: pip, setuptools, Cython
Found existing installation: pip 1.5.6
Uninstalling pip:
Successfully uninstalled pip
Found existing installation: setuptools 3.6
Uninstalling setuptools:
Successfully uninstalled setuptools
Running setup.py install for Cython
Unable to find pgen, not compiling formal grammar.
building 'Cython.Plex.Scanners' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/venv/build/Cython/Cython/Plex/Scanners.c -o build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Plex/Scanners.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Plex/Scanners.o -o build/lib.linux-x86_64-2.7/Cython/Plex/Scanners.so
building 'Cython.Plex.Actions' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/venv/build/Cython/Cython/Plex/Actions.c -o build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Plex/Actions.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Plex/Actions.o -o build/lib.linux-x86_64-2.7/Cython/Plex/Actions.so
building 'Cython.Compiler.Lexicon' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/venv/build/Cython/Cython/Compiler/Lexicon.c -o build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/Lexicon.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/Lexicon.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/Lexicon.so
building 'Cython.Compiler.Scanning' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/venv/build/Cython/Cython/Compiler/Scanning.c -o build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/Scanning.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/Scanning.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/Scanning.so
building 'Cython.Compiler.Parsing' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/venv/build/Cython/Cython/Compiler/Parsing.c -o build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/Parsing.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/Parsing.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/Parsing.so
building 'Cython.Compiler.Visitor' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/venv/build/Cython/Cython/Compiler/Visitor.c -o build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/Visitor.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/Visitor.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/Visitor.so
building 'Cython.Compiler.FlowControl' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/venv/build/Cython/Cython/Compiler/FlowControl.c -o build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/FlowControl.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/FlowControl.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/FlowControl.so
building 'Cython.Compiler.Code' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/venv/build/Cython/Cython/Compiler/Code.c -o build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/Code.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Compiler/Code.o -o build/lib.linux-x86_64-2.7/Cython/Compiler/Code.so
building 'Cython.Runtime.refnanny' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/venv/build/Cython/Cython/Runtime/refnanny.c -o build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Runtime/refnanny.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Runtime/refnanny.o -o build/lib.linux-x86_64-2.7/Cython/Runtime/refnanny.so
building 'Cython.Tempita._tempita' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c /tmp/venv/build/Cython/Cython/Tempita/_tempita.c -o build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Tempita/_tempita.o
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/tmp/venv/build/Cython/Cython/Tempita/_tempita.o -o build/lib.linux-x86_64-2.7/Cython/Tempita/_tempita.so
warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.h' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Utility'
Installing cython script to /tmp/venv/bin
Installing cygdb script to /tmp/venv/bin
Installing cythonize script to /tmp/venv/bin
Successfully installed pip setuptools Cython
Cleaning up...
(venv)edxapp@precise64:/tmp$ pip install lxml
Collecting lxml
/tmp/venv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Using cached lxml-3.4.4.tar.gz
Installing collected packages: lxml
Running setup.py install for lxml
Successfully installed lxml-3.4.4
(venv)edxapp@precise64:/tmp$ pip install dm.xmlsec.binding
Collecting dm.xmlsec.binding
/tmp/venv/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Using cached dm.xmlsec.binding-1.3.2.tar.gz
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./venv/lib/python2.7/site-packages (from dm.xmlsec.binding)
Requirement already satisfied (use --upgrade to upgrade): lxml>=3.0 in ./venv/lib/python2.7/site-packages (from dm.xmlsec.binding)
Installing collected packages: dm.xmlsec.binding
Running setup.py install for dm.xmlsec.binding
Successfully installed dm.xmlsec.binding-1.3.2
(venv)edxapp@precise64:/tmp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment