Installing Sage Math on Fedora 28
Sage Math is a massive collection of open source mathematical tools. I am using it as a part of going through the Free Linear Algebra Book.
On a fresh install of Fedora 28, when you run dnf install sagemath
you will install dozens of different packages. However, when you try to launch the sage math program you will get an error message saying that sage math crashed.
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.0, Release Date: 2017-07-21 │
│ Type "notebook()" for the browser-based notebook interface. │
│ Type "help()" for help. │
└────────────────────────────────────────────────────────────────────┘
**********************************************************************
Oops, Sage crashed. We do our best to make it stable, but...
A crash report was automatically generated with the following information:
- A verbatim copy of the crash traceback.
- A copy of your input history during this session.
- Data on your current Sage configuration.
It was left in the file named:
'/home/levlaz/.ipython/Sage_crash_report.txt'
If you can email this file to the developers, the information in it will help
them in understanding and correcting the problem.
You can mail it to: sage-support at [email protected]
with the subject 'Sage Crash Report'.
If you want to do it now, the following command will work (under Unix):
mail -s 'Sage Crash Report' [email protected] < /home/levlaz/.ipython/Sage_crash_report.txt
In your email, please also include information about:
- The operating system under which the crash happened: Linux, macOS, Windows,
other, and which exact version (for example: Ubuntu 16.04.3, macOS 10.13.2,
Windows 10 Pro), and whether it is 32-bit or 64-bit;
- How Sage was installed: using pip or conda, from GitHub, as part of
a Docker container, or other, providing more detail if possible;
- How to reproduce the crash: what exact sequence of instructions can one
input to get the same crash? Ideally, find a minimal yet complete sequence
of instructions that yields the crash.
To ensure accurate tracking of this issue, please file a report about it at:
https://trac.sagemath.org
Hit <Enter> to quit (your terminal may close):
If you inspect the error file found in $HOME/.ipython/Sage_crash_report.txt
you will see that there is a missing python dependency.
ImportError: No module named cypari2.gen
You can fix this error by installing the missing dependency with:
sudo dnf install python2-cypari2
Now you should be able to launch Sage Math without it crashing.
Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.
Check out some more stuff to read down below.
Most popular posts this month
- 2024
- Reinstalling Windows at 1am
- SQLite DB Migrations with PRAGMA user_version
- My Custom Miniflux CSS Theme
- How to Disable Wayland in Debian Testing
Recent Favorite Blog Posts
This is a collection of the last 8 posts that I bookmarked.
- Future Fonts from Blog – Brad Frost
- 21st Century C++ from Communications of the ACM
- Submarines DevCon 2025 Keynote Speech from JoshHaines.com
- How I Use AI: Meet My Promptly Hired Model Intern from Armin Ronacher's Thoughts and Writings
- DeepSeek from Maggie Appleton
- Digital Reality Digital Shock from Christopher Butler
- 10 habits to help becoming a Debian Maintainer from Optimized by Otto
- Tiny corners from Manuel Moreale RSS Feed
Articles from blogs I follow around the net
Pluralistic: The future of Amazon coders is the present of Amazon warehouse workers (13 Mar 2025)
Today's links The future of Amazon coders is the present of Amazon warehouse workers: It's here, it's just not evenly distributed. Hey look at this: Delights to delectate. Object permanence: 2005, 2015, 2020, 2024 Upcoming appearances: Where t…
via Pluralistic: Daily links from Cory Doctorow March 13, 2025ChatGPT Would be a Decent Policy Advisor
Revealed: How the UK tech secretary uses ChatGPT for policy advice by Chris Stokel-Walker for the New Scientist
via Maggie Appleton March 13, 2025The Memory Game Rulebook
An adventure of sensorial recollection awaits!
via The Intrinsic Perspective March 13, 2025Generated by openring