Garrett Eastham
Results
2
comments of
Garrett Eastham
Can confirm @ludo's fix works for me. MacOS Sierra 10.12.5 PostgreSQL 9.6.3
I forked a version and patched: https://github.com/OpenConjecture/pyorient Install (be sure to use --upgrade flag to override local cache): ``` pip install --upgrade git+https://github.com/OpenConjecture/pyorient.git ``` Connect and test. ``` python >>...