On Ubuntu 18.04, it picks up the python3.6 available on the machine:

## -------------------------------------------------------- ##
## Checking whether SageMath should install SPKG python3... ##
## -------------------------------------------------------- ##
configure:29604: checking whether any of sqlite libpng bzip2 xz libffi is 
installed as or will be installed as SPKG
configure:29613: result: no
configure:29623: checking for python3 >= 3.6, < 3.9 with modules sqlite3, 
ctypes, math, hashlib, crypt, readline, socket, zlib, distutils.core
configure:29629: result: 
configure:29644: checking ... whether /usr/bin/python3.6 is good
...
configure:29837: result: yes
configure:29839: checking for python3 >= 3.6, < 3.9 with modules sqlite3, 
ctypes, math, hashlib, crypt, readline, socket, zlib, distutils.core
configure:29898: result: /usr/bin/python3.6
configure:29913: will use system package and not install SPKG python3

and ends up with an error while building the documentation right at the 
start:

[dochtml] Building reference manual, first pass.
[dochtml] 
[dochtml] Error building the documentation.
[dochtml] Traceback (most recent call last):
[dochtml]   File "/usr/lib/python3.6/runpy.py", line 193, in 
_run_module_as_main
[dochtml]     "__main__", mod_spec)
[dochtml]   File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
[dochtml]     exec(code, run_globals)
[dochtml]   File 
"/home/slabbe/GitBox/sage/local/lib/python3.6/site-packages/sage_setup/docbuild/__main__.py",
 
line 2, in <module>
[dochtml]     main()
[dochtml]   File 
"/home/slabbe/GitBox/sage/local/lib/python3.6/site-packages/sage_setup/docbuild/__init__.py",
 
line 1730, in main
[dochtml]     builder()
[dochtml]   File 
"/home/slabbe/GitBox/sage/local/lib/python3.6/site-packages/sage_setup/docbuild/__init__.py",
 
line 344, in _wrapper
[dochtml]     getattr(get_builder(document), 'inventory')(*args, **kwds)
[dochtml]   File 
"/home/slabbe/GitBox/sage/local/lib/python3.6/site-packages/sage_setup/docbuild/__init__.py",
 
line 568, in _wrapper
[dochtml]     self._build_bibliography(lang, format, *args, **kwds)
[dochtml]   File 
"/home/slabbe/GitBox/sage/local/lib/python3.6/site-packages/sage_setup/docbuild/__init__.py",
 
line 545, in _build_bibliography
[dochtml]     build_many(build_ref_doc, references)
[dochtml]   File 
"/home/slabbe/GitBox/sage/local/lib/python3.6/site-packages/sage_setup/docbuild/__init__.py",
 
line 296, in build_many
[dochtml]     _build_many(target, args, processes=NUM_THREADS)
[dochtml]   File 
"/home/slabbe/GitBox/sage/local/lib/python3.6/site-packages/sage_setup/docbuild/utils.py",
 
line 289, in build_many
[dochtml]     raise worker_exc.original_exception
[dochtml] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in 
position 2661: ordinal not in range(128)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/3d37815b-f88d-4e39-91bf-c331dd4e0436n%40googlegroups.com.

Reply via email to