On Wed, Apr 10, 2019 at 1:25 PM <h...@iitbbs.ac.in> wrote:
>
> I want to build the documentation of my branch, but running sage --docbuild 
> html gives following error:-
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main
>     mod_name, _Error)
>   File "/usr/lib/python2.7/runpy.py", line 111, in _get_module_details
>     __import__(mod_name)  # Do not catch exceptions initializing package
>   File "/usr/lib/python2.7/dist-packages/sage_setup/docbuild/__init__.py", 
> line 24, in <module>
>     import sage.all
>   File "/usr/lib/python2.7/dist-packages/sage/all.py", line 71, in <module>
>     from sage.env import SAGE_ROOT, SAGE_SRC, SAGE_DOC_SRC, SAGE_LOCAL, 
> DOT_SAGE, SAGE_ENV
>   File "/usr/lib/python2.7/dist-packages/sage/env.py", line 187, in <module>
>     "libSingular not found--a working Singular install in $SAGE_LOCAL "
> RuntimeError: libSingular not found--a working Singular install in 
> $SAGE_LOCAL is required for Sage to work
>
> What should I do?

Hi,

You write

> I want to build the documentation of my branch, but running sage --docbuild 
> html gives following error:-

which seems to imply that you're trying to build the docs for some
development copy of Sage.  But the traceback shows that you're running
a sage installed from a system package:

>   File "/usr/lib/python2.7/dist-packages/sage/env.py", line 187, in <module>

and so on.

Are you trying to build a development branch of Sage?  Or some other
package that happens to use Sage?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to