-
Notifications
You must be signed in to change notification settings - Fork 42
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: Can't build lexer #199
Comments
I think it has something to do with 3.11 now enforcing global flags at the start of regex expressions. See python/cpython#91222 |
I also had the very same error when using simple-ddl-parser==0.30.0 and python 3.11.4. Would really love to use this python module, but can't currently. |
Fix was released in version 0.31.0, thanks everyone for opening the issue & PR with fix! |
I also added test runner for python 3.11 on CI |
Tried to run below sample code:
Received SyntaxError: Can't build lexer
I have simple-ddl-parser==0.30.0 and ply==3.11 installed
The text was updated successfully, but these errors were encountered: