Python Error: No module named _pyrsistent_version
This is probably because you don't have package pyrsistent installed.
You can install it in command line via pip:
pip install pyrsistent
Install specific version:
pip install "pyrsistent==0.15.7"
Get more info about package via pypi.org: pyrsistent