Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda: Sage documentation not installed #53

Open
pjgoodall opened this issue Jun 1, 2020 · 2 comments
Open

conda: Sage documentation not installed #53

pjgoodall opened this issue Jun 1, 2020 · 2 comments

Comments

@pjgoodall
Copy link

pjgoodall commented Jun 1, 2020

Issue:

I installed Sage using mamba, the Sage documentation does not seem to be available. As a new user, I have not been able to find a solution. I suggest that document installation should be by default, or at-least a well explained option. I used this guide for installation: Sage Install Guide>Install from conda-forge

% mamba env create --file ./environment.yml

I always use an environment.yml to manage conda environments. I had already installed mamba into my base environment.

name: SageMath
channels:
  - conda-forge
  - anaconda
  - defaults
dependencies:
  - conda-forge::sage
  - conda-forge::mamba
  - anaconda::python>=3.7
  - nodejs
  - pip

Opening a sage notebook server %sage -n jupyter . I get an error if I search for documentation as suggested in this tutorial:

% search_doc("numerical approximation")
  Warning: the Sage documentation is not available

Otherwise, it appears the Sage system is OK - but I am a complete beginner.

Environment

My platform:

 %  lsb_release -a 
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.4 LTS
Release:	18.04
Codename:	bionic

output of conda list:

% conda list

conda_list.zip

 % conda info                

     active environment : SageMath
    active env location : /home/______/miniconda3/envs/SageMath
            shell level : 2
       user config file : /home/______/.condarc
 populated config files : /home/______/.condarc
          conda version : 4.8.3
    conda-build version : not installed
         python version : 3.7.6.final.0
       virtual packages : __cuda=10.1
                          __glibc=2.27
       base environment : /home/______/miniconda3  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/linux-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /home/______/miniconda3/pkgs
                          /home/______/.conda/pkgs
       envs directories : /home/______/miniconda3/envs
                          /home/______/.conda/envs
               platform : linux-64
             user-agent : conda/4.8.3 requests/2.23.0 CPython/3.7.6 Linux/5.3.0-53-generic ubuntu/18.04.4 glibc/2.27
                UID:GID : 1000:1000
             netrc file : None
           offline mode : False



@pjgoodall pjgoodall changed the title Sage documentation not installed conda: Sage documentation not installed Jun 1, 2020
@azerad
Copy link

azerad commented Oct 31, 2022

I had the same issue. So I removed the conda env and installed sage with the standard synaptic manager (which amounts to sudo apt install sagemath)

@draeath
Copy link

draeath commented Nov 19, 2024

This still seems to be a problem. It seems odd to me that "Installing all of SageMath from conda" does not include the documentation. I'd consider that a part of SageMath!

Most distributions these days still ship Sage 9.x (if they package it at all), so our options for having a recent Sage version are diminishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants