[SageMath Build issue] never-ending loop that asks to install packages that are already installed
43 views
Skip to first unread message
Seohyeon “Alex” Lee
unread,
Mar 18, 2026, 3:37:36 PM (16 hours ago) Mar 18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-devel
I have a Mac M1 and I'm working on building Sage from source. I followed the instructions from the README page and the linked documentation, but noticed I keep getting recommendations like the following at the end of ./configure. ``` config.status: creating convenience symlink venv -> local/var/lib/sage/venv-python3.12.5 real_configure:
notice: the following SPKGs did not find equivalent system packages:
checking for the package system in use... conda real_configure:
hint: installing the following system packages, if not already present, is recommended and may avoid having to build them (though some may have to be built anyway):
$ conda install mathjax
real_configure:
hint: installing the following system packages, if not already present, may provide additional optional features:
All requested packages already installed ``` If I ignore this and run make, I end up in the same loop. What can I do to break out of this cycle?
Dima Pasechnik
unread,
Mar 18, 2026, 5:55:38 PM (13 hours ago) Mar 18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com
Do want to use Conda for your Sage installation?
If not, you should isolate your Conda install from Sage (deactivate
the environment, make sure that it's not in the PATH, etc)
If yes, you seem to be following a wrong procedure.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-devel
I used miniforge. The recommendations say 'conda install' but what I actually did was 'mamba install -c conda-forge [packages that showed up in recommendations...]
Dima Pasechnik
unread,
Mar 18, 2026, 9:02:08 PM (10 hours ago) Mar 18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com, seohyeo...@gmail.com
If you use Conda then you should not run ./configure.