I'm having an absolutely HORRIBLE time getting Ultisnips and YouCompleteMe installed on Mavericks. I've brew installed python, then vim. I've got vim mostly working, but there are never ending python errors when trying to enable these two plugins.
Things like:
Error detected while processing function UltiSnips#bootstrap#Bootstrap:
line 35:
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File"/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
I've read all I could via google searches, but this fight seems much harder than it did with Mountain Lion.
My .vimrc is here: https://github.com/nobleach/dotfiles/blob/master/.vimrc
I've commented out the two offending plugins for now (and yes, I'm aware I have conflicting bindings, I'm only using one)
For anyone else that has run into these issues, it's actually the homebrewed python install that has the issue. It needs to be forced to use the brewed openssl verstion:
Should get things moving again.