Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Created June 30, 2015 17:23
Show Gist options
  • Save singingwolfboy/cb1df738d2c8fd685cfe to your computer and use it in GitHub Desktop.
Save singingwolfboy/cb1df738d2c8fd685cfe to your computer and use it in GitHub Desktop.
% vagrant ssh
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
New release '14.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
*******************************************************************
* _ __ __ *
* _ _| |\ \/ / *
* / -_) _` | > < *
* \___\__,_|/_/\_\ *
* *
* Instructions and troubleshooting: *
* https://github.com/edx/configuration/wiki/edX-Developer-Stack *
*******************************************************************
Last login: Tue Jun 30 17:07:16 2015 from 10.0.2.2
vagrant@precise64:~$ sudo su edxapp
edxapp@precise64:~/edx-platform$ pip install python-saml==2.1.3
You are using pip version 6.0.8, however version 7.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting python-saml==2.1.3
Using cached python_saml-2.1.3-py2-none-any.whl
Collecting isodate==0.5.0 (from python-saml==2.1.3)
Using cached isodate-0.5.0.tar.gz
Collecting M2Crypto==0.22.3 (from python-saml==2.1.3)
Using cached M2Crypto-0.22.3.tar.gz
Collecting dm.xmlsec.binding==1.3.2 (from python-saml==2.1.3)
Using cached dm.xmlsec.binding-1.3.2.tar.gz
Error: cannot get XMLSec1 pre-processor and compiler flags; do you have the `libxmlsec1` development package installed?
Complete output from command python setup.py egg_info:
Error: cannot get XMLSec1 pre-processor and compiler flags; do you have the `libxmlsec1` development package installed?
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-kdgK02/dm.xmlsec.binding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment