On Fri, Apr 25, 2025 at 8:04 AM Stefan Vodita <[email protected]> wrote:
>
> I've had some trouble running the smoke tester since the previous release 
> because of the recent changes to it, which I think effectively require Python 
> 3.12+. I've opened an issue to discuss: 
> https://github.com/apache/lucene/issues/14556
>
> In particular, if anyone else is using an Amazon Linux 2 host to run the 
> smoke tester, you have to install your own Python (and potentially OpenSSL) 
> from source. I'm documenting a solution here for posterity because it was 
> painful to figure out.
>

Sad to hear this. I knew the python cleanups would cause grief at some point :)

AFAIK Amazon linux 2 is based on centos 7, which is decades-old
technology. Run, don't walk, away from this.

For amazon linux 2023 you can just `dnf install python3.12`. I tend to
use  `dnf install python3.12-pip` on AL2023, to also have the package
manager.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to