techdocsmith opened a new issue, #14027: URL: https://github.com/apache/druid/issues/14027
Updating the querying tutorial:https://github.com/apache/druid/pull/14026 Trying to update the `dsql` section and get the following error: ``` 25.0 bin/dsql Traceback (most recent call last): File "/Users/charlessmith/sandbox/druid/25.0/bin/dsql-main", line 36, in <module> import urllib2 ModuleNotFoundError: No module named 'urllib2' ``` Python version: ``` 25.0 python --version Python 3.11.1 ``` Mac OS: 12.6.3 ### Affected Version 25.0 But probably existed earlier -- 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]
