Ask Your Question

Revision history [back]

Try If compiling from source, try installing as many things as possible from Homebrew.

In particular, OpenSSL, and ideally Python too (currently Python 3.8 works best).

$ brew install openssl python@3.8
$ cd <path_to_sage_directory>
$ git pull origin master --tags -q  # replace master by develop if adventurous
$ source .homebrew-build-env
$ make configure
$ ./configure
$ make -s V=0

Or try installing with Conda. See:

If installing from binaries, once installed, fix using

If compiling from source, try installing as many things as possible from Homebrew.

In particular, OpenSSL, and ideally Python too (currently Python 3.8 works best).

$ brew install openssl python@3.8
$ cd <path_to_sage_directory>
$ git pull origin master --tags -q  # replace master by develop if adventurous
$ source .homebrew-build-env
$ make configure
$ ./configure
$ make -s V=0

Or try installing with Conda. See:

If installing from binaries, once installed, fix using

If compiling from source, try installing as many things as possible from Homebrew.

In particular, OpenSSL, and ideally Python too (currently Python 3.8 works best).

$ brew install openssl python@3.8
$ cd <path_to_sage_directory>
$ git pull origin master --tags -q  # replace master by develop if adventurous
$ source .homebrew-build-env
$ make configure
$ ./configure
$ make -s V=0

Or try installing with Conda. See: