jainankitk commented on issue #14556: URL: https://github.com/apache/lucene/issues/14556#issuecomment-3254604092
Upon searching this error, saw below: ``` The ImportError: cannot import name 'Self' from 'typing' indicates that the Self type hint is not available in the typing module of your Python 3.9 environment. The Self type was introduced in Python 3.11 (PEP 673). Since your environment uses Python 3.9, Self is not directly available in the standard typing module. ``` but did not work even with 3.11.2. Could finally get it to work with 3.12.1! -- 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]
