Trouble installing database_cremona_ellcurve

asked 2024-01-24 07:25:11 +0200

AlonAmit gravatar image

I'm using SageMath 10.2 on macOS Sonoma 14.1.2, installed via the binary build at 3-manifolds.

I'm trying to install the full version of Cremona's elliptic curve database. The instructions here suggest

sage -i database_cremona_ellcurve

from a command line, but this fails with

Sorry, this binary distribution does not support installing sage packages.
If database_cremona_ellcurve is available from pypi you may install it by running
    %pip install database_cremona_ellcurve
from the sage prompt.

Trying this method from a Sage terminal yields

ERROR: Could not find a version that satisfies the requirement database_cremona_ellcurve (from versions: none)
ERROR: No matching distribution found for database_cremona_ellcurve

Is the database no longer available from pypi? Where can it be installed from? Thanks!

edit retag flag offensive close merge delete

Comments

you may need to install sage from sources

FrédéricC gravatar imageFrédéricC ( 2024-01-24 11:33:47 +0200 )edit

Thank you, @FredericC, I'm happy to try but I'm not entirely clear on how that would help.

AlonAmit gravatar imageAlonAmit ( 2024-01-25 04:04:20 +0200 )edit