On Fri, Apr 25, 2025 at 8:04 AM Stefan Vodita <stefan.vod...@gmail.com> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to