Thanks for the reply!
On Tuesday, August 14, 2018 at 5:22:31 PM UTC-4, Dima Pasechnik wrote: > > as you see at the end of the message: > log file: /usr/local/sage-8.3/logs/pkgs/pip-9.0.3.log > > please attach it. > > Done. Let me know if you have any suggestions... -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
Found local metadata for pip-9.0.3 Using cached file /usr/local/sage-8.3/upstream/pip-9.0.3.tar.gz pip-9.0.3 ==================================================== Setting up build directory for pip-9.0.3 Finished extraction No patch files found in ../patches **************************************************** Host system: Linux finottim83 4.17.0-12.slh.1-aptosid-amd64 #1 SMP PREEMPT aptosid 4.17-14 (2018-08-04) x86_64 GNU/Linux **************************************************** C compiler: gcc C compiler version: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 8.2.0-3' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 8.2.0 (Debian 8.2.0-3) **************************************************** No record that 'pip' was ever installed; skipping uninstall Exception: Traceback (most recent call last): File "/usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3/src/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3/src/pip/commands/install.py", line 272, in run with self._build_session(options) as session: File "/usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3/src/pip/basecommand.py", line 72, in _build_session insecure_hosts=options.trusted_hosts, File "/usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3/src/pip/download.py", line 329, in __init__ self.headers["User-Agent"] = user_agent() File "/usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3/src/pip/download.py", line 93, in user_agent from pip._vendor import distro File "/usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3/src/pip/_vendor/distro.py", line 1050, in <module> _distro = LinuxDistribution() File "/usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3/src/pip/_vendor/distro.py", line 595, in __init__ self._distro_release_info = self._get_distro_release_info() File "/usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3/src/pip/_vendor/distro.py", line 995, in _get_distro_release_info distro_info = self._parse_distro_release_file(filepath) File "/usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3/src/pip/_vendor/distro.py", line 1018, in _parse_distro_release_file return self._parse_distro_release_content(fp.readline()) File "/usr/local/sage-8.3/local/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 16: ordinal not in range(128) ******************************************************************************** Error building / installing pip3 ******************************************************************************** real 0m0.903s user 0m0.810s sys 0m0.081s ************************************************************************ Error installing package pip-9.0.3 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the log file /usr/local/sage-8.3/logs/pkgs/pip-9.0.3.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/usr/local/sage-8.3/local/var/tmp/sage/build/pip-9.0.3' && '/usr/local/sage-8.3/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************