tanay27 commented on PR #14229: URL: https://github.com/apache/kafka/pull/14229#issuecomment-1696389809
> ```python3 version_change.py --version 3.6.2 WARNING: Couldn't write lextab module <module 'slimit.lextab' from '/home/ec2-user/.local/lib/python3.9/site-packages/slimit/lextab.py'>. Won't overwrite existing lextab module WARNING: yacc table file version is out of date WARNING: Token 'BLOCK_COMMENT' defined, but not used WARNING: Token 'CLASS' defined, but not used WARNING: Token 'CONST' defined, but not used WARNING: Token 'ENUM' defined, but not used WARNING: Token 'EXPORT' defined, but not used WARNING: Token 'EXTENDS' defined, but not used WARNING: Token 'IMPORT' defined, but not used WARNING: Token 'LINE_COMMENT' defined, but not used WARNING: Token 'LINE_TERMINATOR' defined, but not used WARNING: Token 'SUPER' defined, but not used WARNING: There are 10 unused tokens WARNING: Couldn't create <module 'slimit.yacctab' from '/home/ec2-user/.local/lib/python3.9/site-packages/slimit/yacctab.py'>. Won't overwrite existing tabmodule``` This is expected @divijvaidya , this doesn't change the functionality of the library. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
