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
Install SageMath in a Conda environment on WSL (Ubuntu 22.04).
Run sage and follow the instructions provided by the initial help message, which suggest running tutorial() to access the tutorial.
3.When running tutorial(), Sage throws an error, stating that the documentation doesn’t exist and that it needs to be built.
Attempting to build the documentation using sage -docbuild tutorial html or sage -docbuild all html results in errors about missing directories and an undefined SAGE_ROOT.
Expected Behavior
I expect the tutorial and documentation to be accessible as indicated by Sage's help message. Running sage -docbuild tutorial html should successfully build the documentation.
Actual Behavior
The tutorial doesn’t run, and Sage throws errors about missing documentation files.
Building the documentation manually with sage -docbuild results in errors like FileNotFoundError or SAGE_ROOT undefined.
Even after manually downloading the documentation files and setting appropriate environment variables, the process still fails.
Additional Information
No response
Environment
Operating System: WSL (Windows Subsystem for Linux)
Ubuntu 22.04 (and similar issues on Debian)
SageMath Version: 10.4 (Conda version from conda-forge)
Python Version: 3.11 (managed via Conda)
Checklist
I have searched the existing issues for a bug report that matches the one I want to file, without success.
I have read the documentation and troubleshoot guide
The text was updated successfully, but these errors were encountered:
can you be more explicit, i have run through a similar problem for sage-10.4.beta9.
Yes, the install didn't generate the help documents at all. and moreover when you call sage
it doesn't launch sage.
you have to call sage manually by ./sage-10.4.beta9/sage
But, then I generated them with docbuild.
In this case, i used from my sage dir
find -name "doctree" -type d
then it gave me
./local/share/doc/sage/doctrees
and you have to call them manually from your browser
google-chrome
then
file:///home/mabd/sage-10.4.beta9/local/share/doc/sage/html/en/index.html
change mabd to your user name.
But this for sage-10.4.beta9, i am not sure if it is the same
but just i hope to help.
Steps To Reproduce
3.When running tutorial(), Sage throws an error, stating that the documentation doesn’t exist and that it needs to be built.
Expected Behavior
I expect the tutorial and documentation to be accessible as indicated by Sage's help message. Running sage -docbuild tutorial html should successfully build the documentation.
Actual Behavior
The tutorial doesn’t run, and Sage throws errors about missing documentation files.
Building the documentation manually with sage -docbuild results in errors like FileNotFoundError or SAGE_ROOT undefined.
Even after manually downloading the documentation files and setting appropriate environment variables, the process still fails.
Additional Information
No response
Environment
Operating System: WSL (Windows Subsystem for Linux)
Ubuntu 22.04 (and similar issues on Debian)
SageMath Version: 10.4 (Conda version from conda-forge)
Python Version: 3.11 (managed via Conda)
Checklist
The text was updated successfully, but these errors were encountered: