You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% sage -i database_cremona_ellcurve
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 with pip
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
Hmmm. I think there is no recommended solution at this moment. We chose not to include big databases in the app bundle in order to keep the download size reasonable. (1GB is already a stretch.).
But apparently there is no pip wheel for the Cremona elliptic curve databases. I don't know why not. Naively, that would seem like an ideal way to distribute them. We have pip packages for SnapPy's databases, which are also sqlite files. I will ask around and try to find out what the obstacles are to doing that.
I can understand not including it in the app bundle, although not being able to install sage packages due to the binary distribution not supporting it completely limits the capability. Do you know why that is? I appreciate you asking around and hopefully you will have a resolution soon ~ thank you.
Attempting to install
database_cremona_ellcurve
Trying with pip
What is the recommended solution?
Using Sage version 10.4 arm64
The text was updated successfully, but these errors were encountered: