On Thu, Feb 25, 2021 at 10:20 PM brettpim wrote:
>
> I am having a similar problem. I have pulled the master branch from git and
> I when run
>
> # ./configure
>
> it finishes with
>
> configure: notice: the following SPKGs did not find equivalent system
> packages: boost cbc coxeter3 gp2c isl
There is a way to configure Sage to use any Python3, e.g. to use
python3.8 (assuming this is how your Python 3.8 executable
is called)
./configure --with-python=python3.8
(and then of course you'd have to rebuild all the python packages of Sage)
Needless to say, modifying /usr/bin/python3 is not