-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Python 3.6: ply.yacc.YaccError: Unable to build parser #105
Comments
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. |
👍 |
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/ |
+1 on this
|
I'm able to duplicate this on 3.6, but not on 3.5. Investigating... |
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 |
The github integration is awesome. But it's to bad the project doesn't works with python 3.6. I hope that will be fix soon. |
is there any fix for python 3.6 ? |
Hey @donnemartin can I work on the port? I will need some support though. |
Hey all, sorry been really busy. I'm starting to free up and plan to look into updating gitsome to support the latest Python versions. |
@donnemartin Can you explain in some high level terms what needs to be changed? I am curious about the problem, because I never noticed THAT much of a difference between python 3+ versions |
Hi all, check out #160, gitsome now supports Python 3.7. Uploaded to PyPI: https://pypi.org/project/gitsome/ |
Running
python setup.py install
fails withply.yacc.YaccError: Unable to build parser
.System info:
Edit by donnemartin:
gitsome
does not currently support Python 3.6. See this comment for more details and status.The text was updated successfully, but these errors were encountered: