Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Dependencies are not automatically installed

I have newly installed Ubuntu 24.04 in my PC, and I am trying to install sage for developers. I am following the instructions from github, whose Step 3 redirects to the steps in doc.sagemath.org/html/en/installation/source.html. I had repeated errors with

uv sync --frozen --inexact --no-build-isolation

of the type Dependency "..." not found, tried pkgconfig and cmake. These where mostly C or C++ dependencies (blas, m4ri, givaro, ...) that I installed with more or less ease. But now the missing dependencies are coxeter3, homfly, lcalc, ... which I no longer know how to manually installed, or why should I be manually installing them.

How do I solve this issue?

Dependencies are not automatically installed

I have newly installed a fresh installation of Ubuntu 24.04 in my PC, and I am trying to install sage for developers. I am following the instructions from github, whose Step 3 redirects to the steps in doc.sagemath.org/html/en/installation/source.html. I had repeated errors with

uv sync --frozen --inexact --no-build-isolation

of the type Dependency "..." not found, tried pkgconfig and cmake. These where mostly C or C++ dependencies (blas, m4ri, givaro, ...) that I installed with more or less ease. But now the missing dependencies are coxeter3, homfly, lcalc, ... which I no longer know how to manually installed, instalmake[1691]: * [Makefile:39: build/pkgs/*/spkg-configure.m4] Error 2 make[1691]: Leaving directory '/home/st23021/sage/sage' install, or why should I be manually installing them.

How do I solve this issue?

EDIT: The instructions give an alternative way of installing sage (Steps 4-7 of the github instructions), by first installing the dependencies manually and then running make. This outputs thousands of messages like this:

make[1691]: * [Makefile:39: build/pkgs/*/spkg-configure.m4] Error 2

make[1691]: Leaving directory '/home/user/sage/sage'