Hi,
Thanks for your quick response. I am running on Ubuntu 20.04, and installed Sagemath via `sudo apt-get install sagemath`.
From what I recorded, it was Sage 9.0 on Python 3.8.2 since I've installed Ubuntu (in early July The version are consistent on Sage and Python when I referred just now:
```
$ sage --version
SageMath version 9.0, Release Date: 2020-01-01
$ python --version
Python 3.8.2
```
Since I was using Sage in a daily basis in the previous week, so I think I've triggered something lately causing the problem.
Moreover I found an entry from /var/log/dpkg.log.1 that may cause the problem (unsure about that).
```
2020-07-30 11:52:47 upgrade python3-distupgrade:all 1:20.04.21 1:20.04.23
2020-07-30 11:52:47 status half-configured python3-distupgrade:all 1:20.04.21
2020-07-30 11:52:47 status unpacked python3-distupgrade:all 1:20.04.21
2020-07-30 11:52:47 status half-installed python3-distupgrade:all 1:20.04.21
2020-07-30 11:52:48 status unpacked python3-distupgrade:all 1:20.04.23
```
Should I downgrade my Python version to see if Sage could start up properly? Thanks much!