Skip to content
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

SyntaxError: invalid syntax #1

Open
fabrizioschiavi opened this issue Sep 9, 2019 · 1 comment
Open

SyntaxError: invalid syntax #1

fabrizioschiavi opened this issue Sep 9, 2019 · 1 comment

Comments

@fabrizioschiavi
Copy link

Thanks for this interesting project!

During installation in Terminal after typed
env PYTHONPATH=dependencies/RoboFab/lib:dependencies/pystache:dependencies/svgwrite:dependencies/PyYaml/lib:dependencies/FontTools/Lib:python/src-main python python/src-main/autokern/Autokern.py -h
it returned this error:

  File "python/src-main/autokern/Autokern.py", line 81
    except locale.Error, e:
                       ^
SyntaxError: invalid syntax

Do you have an idea of what’s wrong?

@fearsd
Copy link

fearsd commented May 22, 2020

This problem was caused by incorrect version of your python (you should use python 2.7.x)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants