sebastianliebscher commented on issue #24638: URL: https://github.com/apache/superset/issues/24638#issuecomment-1633738164
Hi @zufolo441, > It seems requiring sqlparse 0.4.5, that is still not available. Superset requires minimum sqlparse 0.4.4 which should be installed by `pip install -e .`. Is this true for you? > if I run superset with sqlparse 0.4.4 I obtain: > AttributeError: type object 'Lexer' has no attribute 'get_default_instance' This error is only valid for sqlparse versions prior to 0.4.4 as `get_default_instance` was introduced with 0.4.4. Are you sure you have sqlparse 0.4.4 installed? Please check with `pip list | grep sqlparse` and make sure you have the correct virtualenvironment activated. I assume you installed Superset from scratch? Can you provide your exact steps to reproduce this issue? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
