Dear all,
I am trying to install lsst-stack on Ubuntu 16.10.
Using "Source Installation with newinstall.sh"
It works well but when I step into “Install packages” I meet error from afw:
$ eups distrib install -t v12_0 lsst_apps
$
but …
[ 1/62 ] cfitsio 3360.lsst4 (already installed) done.
[ 2/62 ] doxygen 1.8.5.lsst1 (already installed) done.
[ 3/62 ] eigen 3.2.5.lsst1 (already installed) done.
[ 4/62 ] fftw 3.3.4.lsst2 (already installed) done.
[ 5/62 ] gsl 1.16.lsst3 (already installed) done.
[ 6/62 ] mariadbclient 10.1.11.lsst3 (already installed) done.
[ 7/62 ] minuit2 5.34.14 (already installed) done.
[ 8/62 ] python 0.0.4 (already installed) done.
[ 9/62 ] python_d2to1 0.2.12.lsst1 (already installed) done.
[ 10/62 ] swig 3.0.2.lsst1 (already installed) done.
[ 11/62 ] xpa 2.1.15.lsst3 (already installed) done.
[ 12/62 ] astropy 0.0.1.lsst2 (already installed) done.
[ 13/62 ] boost 1.60+1 (already installed) done.
[ 14/62 ] mysqlpython 1.2.3.lsst2+2 (already installed) done.
[ 15/62 ] numpy 0.0.2+1 (already installed) done.
[ 16/62 ] python_psutil 4.1.0+1 (already installed) done.
[ 17/62 ] pyyaml 3.11.lsst1+1 (already installed) done.
[ 18/62 ] scons 2.5.0.lsst1 (already installed) done.
[ 19/62 ] stsci_distutils 0.3.7.lsst1 (already installed) done.
[ 20/62 ] wcslib 5.13.lsst1 (already installed) done.
[ 21/62 ] astrometry_net 0.50.lsst3+1 (already installed) done.
[ 22/62 ] esutil 0.5.3+1 (already installed) done.
[ 23/62 ] matplotlib 0.0.2+1 (already installed) done.
[ 24/62 ] pyfits 3.4.0+4 (already installed) done.
[ 25/62 ] scipy 0.0.1.lsst1+1 (already installed) done.
[ 26/62 ] sconsUtils 12.0 (already installed) done.
[ 27/62 ] astrometry_net_data 10.0+77 (already installed) done.
[ 28/62 ] base 12.0 (already installed) done.
[ 29/62 ] geom 12.0 (already installed) done.
[ 30/62 ] lmfit 0.9.3+2 (already installed) done.
[ 31/62 ] psfex 12.0 (already installed) done.
[ 32/62 ] ndarray 12.0 (already installed) done.
[ 33/62 ] pex_exceptions 12.0 (already installed) done.
[ 34/62 ] utils 12.0 (already installed) done.
[ 35/62 ] daf_base 12.0 (already installed) done.
[ 36/62 ] pex_logging 12.0 (already installed) done.
[ 37/62 ] pex_policy 12.0 (already installed) done.
[ 38/62 ] daf_persistence 12.0 (already installed) done.
[ 39/62 ] pex_config 12.0 (already installed) done.
[ 40/62 ] afw 12.0 ...
***** error: from /home/yuanshuo/Works_Neptune/LSST/EupsBuildDir/Linux64/afw-12.0/build.log:
File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/site-packages/matplotlib/cbook.py", line 1186, in listFiles
for dirname, dirs, files in os.walk(root):
File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/os.py", line 286, in walk
if isdir(join(top, name)):
File "/home/yuanshuo/Works_Neptune/LSST/Linux64/miniconda2/3.19.0.lsst4/lib/python2.7/posixpath.py", line 73, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 1: ordinal not in range(128)
----------------------------------------------------------------------
Ran 17 tests in 0.710s
FAILED (errors=3, skipped=3)
I do not understand why the "decode byte 0xe4 " here.
Could you help me on this? Thanks!
Shuo