-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 2.6 Running failed #107
Comments
Traceback (most recent call last): SyntaxError: invalid syntax |
I occured the same problem. How to solve it ? QAQ |
This is because Babel (the Python Internationalization Library) no longer supports Python 2.6, because Python 2.6 has been EOL and unsupported by the core Python team for over five years (since 2013-10-29). You could try installing an old version of Babel (eg. |
system:
CentOS release 6.3 (Final)
python:
Python 2.6.6
file:
./env/lib/python2.6/site-packages/babel/plural.py
error:
used_tags = rule.tags | {_fallback_tag}
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: