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
I hope this is the right place to report that (as I just discovered) the formula for the Sage package only provides access to an x86_64 version of SageMath-10-X.app. But arm64 versions are also available, and have been since the beginning of the Sage_macOS project.
Also, I would like to let you know that, starting with SageMath-10-4.app, pip packages for SageMath-X-Y.app are installed in the directory ~/Library/SageMath-X-Y rather than in ~/.sage although the latter directory is still created by Sage when it is run via the app. This was done to avoid mixing user installed packages from different versions of the app. (Different versions of Sage can use the same version of python, but require different versions of python packages.)
Command that failed
brew install sage
Output of command with --verbose --debug
N/A
Output of brew doctor and brew config
N/A
Output of brew tap
N/A
The text was updated successfully, but these errors were encountered:
Are you using brew? It seems that the cask sage has an arm version and so if you install from arm machine, it should be installed correct version automatically.
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
I hope this is the right place to report that (as I just discovered) the formula for the Sage package only provides access to an x86_64 version of SageMath-10-X.app. But arm64 versions are also available, and have been since the beginning of the Sage_macOS project.
Also, I would like to let you know that, starting with SageMath-10-4.app, pip packages for SageMath-X-Y.app are installed in the directory
~/Library/SageMath-X-Y
rather than in~/.sage
although the latter directory is still created by Sage when it is run via the app. This was done to avoid mixing user installed packages from different versions of the app. (Different versions of Sage can use the same version of python, but require different versions of python packages.)Command that failed
brew install sage
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
Output of
brew tap
The text was updated successfully, but these errors were encountered: