[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: enable python Plugin
From: |
Csahok Zoltan |
Subject: |
Re: enable python Plugin |
Date: |
Thu, 25 Jan 2024 06:50:25 +0000 |
Hello Herve,
python-config in Debian/Ubuntu is part of python3-dev package. Not sure about
the OS you are using.
For a reference you can check the step "Install dependencies" in
https://github.com/Tlf/tlf/blob/master/.github/workflows/ci-build.yml
Hope this helps.
73,
Zoli
On Wed, Jan 24, 2024 at 11:02:43PM +0100, f8ehj@free.fr wrote:
> Hello,
>
> I am trying to enable python plugin in order to add some new contest
> rules.
>
> I clone from github the latest repository.
>
> When I launch ./configure --enable-plugin I get this error :
>
> configure: error: cannot find python-config for /usr/local/bin/python3.
>
> I have python3.12 version installed on my linux (launch by python3
> command)
>
> .configure see python3 version = 3.1
>
> checking for python3 version... 3.1
>
> checking for /usr/local/bin/python3 version... (cached) 3.1
>
> Thanks for your help,
>
> Best 73's
>
> Herve