I'm having a problem with my python installation, it was working fine. I'm not even sure what the cause of the problem is.
I keep getting the following error when I run any python related command on command line:
Error:
Fatal Python error: Py_Initialize: can't initialize sys standard streams
Traceback (most recent call last):
File "/Users/nkosana/.pyenv/versions/3.4.2/lib/python3.4/io.py", line 52, in <module>
File "/Users/nkosana/.pyenv/versions/3.4.2/lib/python3.4/abc.py", line 3
^
SyntaxError: invalid character in identifier
Abort trap: 6
python --versionreport? Any chance the python version and libraries are mismatched?