How can I get the python xmlsec library running on Pivotal Cloud Foundry
问题 I'm in the process of trying to get the python module python3-saml working on a cloud foundry app that is using the standard python buildpack and cflinuxfs2 stack. This module relies on the python xmlsec module as a dependency, but I'm unfortunately running into issues with getting it working. I've put together a requirements file and have vendored all of the python dependencies, but I keep getting the following error when I go to run the "cf push" command. Running setup.py install for xmlsec