Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Python 3.6: ply.yacc.YaccError: Unable to build parser #105
Comments
kshitij10496
commented
Jan 20, 2017
•
|
Even I am facing the same issue with installation on MacOSX Sierra using Python 3.6 as:
|
|
@simon04 thanks for the report. I'm not able to reproduce on Python 3.5, I'll switch to 3.6 soon and try it out. |
donnemartin
added
bug
help wanted
labels
Feb 12, 2017
ston3o
commented
Feb 27, 2017
|
|
smit9612
commented
Mar 12, 2017
|
Got same error. running install
Command "/usr/local/opt/python3/bin/python3.6 -u -c "import setuptools, tokenize;file='/private/var/folders/9p/0sqt2rlx7bl7wjyglgwz__380000gn/T/pip-d3ze49_6-build/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /var/folders/9p/0sqt2rlx7bl7wjyglgwz__380000gn/T/pip-llgh286q-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/9p/0sqt2rlx7bl7wjyglgwz__380000gn/T/pip-d3ze49_6-build/ |
SamuelDebruyn
commented
Mar 13, 2017
|
+1 on this
|
|
I'm able to duplicate this on 3.6, but not on 3.5. Investigating... |
donnemartin
changed the title from
ply.yacc.YaccError: Unable to build parser
to
Python 3.6: ply.yacc.YaccError: Unable to build parser
Mar 13, 2017
|
From what I can tell, this seems to be an issue with the parser for Python 3.6. This seems to be the relevant ticket: xonsh/xonsh#1717. We should move towards completing #25 to bring Unless there's a simple patch that I'm missing, Edit: Added note about Python 3.6 incompatibility to README: 31a46f7 |
simon04 commentedJan 20, 2017
•
Edited 1 time
-
donnemartin
Mar 25, 2017
Running
python setup.py installfails withply.yacc.YaccError: Unable to build parser.System info:
Edit by donnemartin:
gitsomedoes not currently support Python 3.6. See this comment for more details and status.