Detailed map traversal, teach you to master the complex gremlin query debugging method>>>
python ImportError: No module named yaml
My system is win7 64 bit. easy_ Install pyyaml can’t be found at all
Then I went to the official website to find all of them are from Win32. I found that many Python packages only support 32 bits. I don’t understand
Finally, download the source code. Execute: Python setup.py — without libyaml install
Success