Skip to content

Instantly share code, notes, and snippets.

@sairion
Last active October 12, 2015 07:08
Show Gist options
  • Save sairion/ffea7f26b10a5d3ecb0d to your computer and use it in GitHub Desktop.
Save sairion/ffea7f26b10a5d3ecb0d to your computer and use it in GitHub Desktop.
How to deal with M2Crypto on OSX and SWIG 3.0.5
brew update
brew install swig
# M2Crypto is not being updated for a long time, and you will likely run into
# problem like https://github.com/martinpaljak/M2Crypto/issues/60
# So just install patch provided by @mtrmac: https://github.com/martinpaljak/M2Crypto/pull/75
# This solved my problem on OSX 10.10 Yosemite.
pip install git+git://github.com/mtrmac/M2Crypto.git@1f920615daafb5ae8dc8e11831459ebe986d3509
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment