Hi,
On Sun, Nov 17, 2024 at 10:36:24AM -0500, Kairi Black wrote:
>
> Thank you for the help/suggestions. I am still receiving a Python build
> error when running "make".
Your ./configure run ended with an error, and you didn't notice.
Namely, it complained that you don't have m4 installed (previo
Hi,
you are using a python from miniforge,
not the system python.
If you really want to using miniforge (i.e. conda), it needs a special
treatment.
You cannot freely mix system packages and conda, you either activate a conda
environment and do everything there.
Otherwise, make sure that conda
Hi,
Thank you for the suggestion. I've attached the config.log.
On Tuesday, November 12, 2024 at 2:39:03 PM UTC-5 dim...@gmail.com wrote:
> Hello,
> the easiest in your case would be to use the Python you already have
> installed in WSL.
> In principle, the installation (./configure script) shou
Hello,
the easiest in your case would be to use the Python you already have
installed in WSL.
In principle, the installation (./configure script) should be able to
detect it, and use it, instead of trying to build Python.
Please post config.log (in the main Sage directory, where you run make
etc) -