Skip to content

Instantly share code, notes, and snippets.

@jayktaylor
Last active April 13, 2022 08:23
Show Gist options
  • Star 28 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save jayktaylor/75b2bbc32b5b70c4fdfb161ecdb6daa2 to your computer and use it in GitHub Desktop.
Save jayktaylor/75b2bbc32b5b70c4fdfb161ecdb6daa2 to your computer and use it in GitHub Desktop.
Instructions for installing Python 3.5 using pyenv on Debian Jessie

Installing Python 3.5 on Debian Jessie with pyenv

Debian Jessie does not come with the correct Python version out of the box, and instead comes with Python 2. To be able to install Python 3(.5), we have a few options. We could build and install from source, but as per Debian's website, we shouldn't do this. Instead, we will use pyenv, a tool that allows users to switch Python versions easily without breaking their system.

Installing pyenv

To install pyenv, we will use the official installer.

curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash

Installing Python 3.5

Using pyenv, we can install specific Python versions. pyenv will build these from source using python-build, but won't install them in a way that overwrites the system's version.

pyenv install 3.5.2

If you have issues with this, or you need another Python version, you can see available versions by running pyenv install --list.

Setting the system-wide Python version

Now we've installed the correct version, setting the version of Python we wish to use system-wide is as simple as running this command:

pyenv global 3.5.2

To test that this worked, try running the command python --version on your system to confirm the version being used.

You should have now installed Python 3.5 on Debian Jessie.

@amirouche
Copy link

It's missing the following I think:

apt install build-essential curl

and

apt-get build-dep python3.4

Or something to install the build dependencies

@blak3mill3r
Copy link

For some reason, I also had to

echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n  eval "$(pyenv init -)"\nfi' >> ~/.bash_profile
. ~/.bash_profile

to get this to work. Source: pyenv README "git checkout" instructions

Doesn't make a lot of sense to me, but I thought I'd post it here in case it helps someone else. Prior to doing that, the path was not set up correctly and I still had the system-wide python binary.

@rasdotsu
Copy link

Better make like this, full command.

echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\nexport PATH="/root/.pyenv/bin:$PATH"\neval "$(pyenv init -)"\neval "$(pyenv virtualenv-init -)"\nfi' >> ~/.bash_profile

. ~/.bash_profile

@evandrocoan
Copy link

evandrocoan commented Feb 18, 2021

I am using this on docker. It will probably stop working when they remove the APT packages to the old repositories. Then, it will need further fixes. This also installs a specific cmake and conan versions as example because they are quite difficult to setup. It is required to always pin the python and conan versions because they continually break the packages they use.

FROM debian:8
LABEL purpose="Development Image for build projects"

RUN apt-get update && \
    apt-get install -y --no-install-recommends \
    gcc \
    curl \
    wget \
    python3-pip \
    zlib1g-dev \
    libssl-dev \
    libreadline6-dev \
    libbz2-dev \
    libsqlite3-dev \
    git \
    make \
    vim \
    && rm -rf /var/lib/apt/lists/*

RUN wget --no-check-certificate --quiet https://cmake.org/files/v3.16/cmake-3.16.8-Linux-x86_64.tar.gz \
    && tar -xzf cmake-3.16.8-Linux-x86_64.tar.gz --exclude=bin/cmake-gui --exclude=doc/cmake \
    && cp -fR cmake-3.16.8-Linux-x86_64/* /usr \
    && rm -rf cmake-3.16.8-Linux-x86_64 \
    && rm cmake-3.16.8-Linux-x86_64.tar.gz

# Installing Python 3.5 on Debian 8 Jessie with pyenv
# https://gist.github.com/jaydenkieran/75b2bbc32b5b70c4fdfb161ecdb6daa2
RUN printf 'export PATH="/root/.pyenv/bin:$PATH";eval "$(pyenv init -)";eval "$(pyenv virtualenv-init -)";' >> /root/.bashrc \
    && curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash \
    && /bin/bash -c "source /root/.bashrc \
    && pyenv install 3.6.13 \
    && pyenv global 3.6.13 \
    && python -m pip install setuptools==41.5.1 \
    && python -m pip install astroid==2.4.0 \
    && python -m pip install conan==1.18.1 \
    && python -m pip install conan-package-tools==0.35.0"

ENV TZ="America/Sao_Paulo"

CMD /bin/bash

This is the log of the last build I did using this Dockerfile:

049 18:00:48 evandro_coan@computer:(master)~/Downloads$ docker build -f Dockerfile -t dockerbuilder .
Sending build context to Docker daemon  454.2MB
Step 1/7 : FROM debian:8
 ---> 51cc11b6a471
Step 2/7 : LABEL purpose="Development Image for build projects"
 ---> Running in fb264099dd97
Removing intermediate container fb264099dd97
 ---> eef28dd49385
Step 3/7 : RUN apt-get update &&     apt-get install -y --no-install-recommends     gcc     curl     wget     python3-pip     zlib1g-dev     libssl-dev     libreadline6-dev     libbz2-dev
 libsqlite3-dev     git     make     vim     && rm -rf /var/lib/apt/lists/*
 ---> Running in 498bcb21eec7
Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
Ign http://deb.debian.org jessie InRelease
Get:2 http://deb.debian.org jessie-updates InRelease [16.3 kB]
Get:3 http://deb.debian.org jessie Release.gpg [1652 B]
Get:4 http://deb.debian.org jessie Release [77.3 kB]
Get:5 http://security.debian.org jessie/updates/main amd64 Packages [992 kB]
Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [20 B]
Get:7 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
Fetched 10.2 MB in 4s (2176 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  binutils ca-certificates cpp cpp-4.9 dh-python gcc-4.9 git-man libasan1
  libatomic1 libc-dev-bin libc6-dev libcilkrts5 libcloog-isl4 libcurl3
  libcurl3-gnutls liberror-perl libexpat1 libgcc-4.9-dev libgdbm3 libgomp1
  libgpm2 libgssapi-krb5-2 libicu52 libidn11 libisl10 libitm1 libk5crypto3
  libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblsan0 libmpc3
  libmpdec2 libmpfr4 libpsl0 libpython3-stdlib libpython3.4-minimal
  libpython3.4-stdlib libquadmath0 librtmp1 libsasl2-2 libsasl2-modules-db
  libsqlite3-0 libssh2-1 libssl1.0.0 libtinfo-dev libtsan0 libubsan0
  linux-libc-dev mime-support openssl perl perl-modules python3
  python3-chardet python3-colorama python3-distlib python3-html5lib
  python3-minimal python3-pkg-resources python3-requests python3-setuptools
  python3-six python3-urllib3 python3.4 python3.4-minimal vim-common
  vim-runtime
Suggested packages:
  binutils-doc cpp-doc gcc-4.9-locales gcc-multilib manpages-dev autoconf
  automake libtool flex bison gdb gcc-doc gcc-4.9-multilib gcc-4.9-doc
  libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan1-dbg
  liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libquadmath0-dbg
  gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
  git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn glibc-doc gpm
  krb5-doc krb5-user readline-doc sqlite3-doc make-doc perl-doc
  libterm-readline-gnu-perl libterm-readline-perl-perl libb-lint-perl
  libcpanplus-dist-build-perl libcpanplus-perl libfile-checktree-perl
  liblog-message-simple-perl liblog-message-perl libobject-accessor-perl
  python3-doc python3-tk python3-venv python3-genshi python3-lxml
  python3-ndg-httpsclient python3-openssl python3-pyasn1 python3.4-venv
  python3.4-doc binfmt-support ctags vim-doc vim-scripts
Recommended packages:
  patch less rsync ssh-client bzip2-doc krb5-locales libsasl2-modules
  libssl-doc file netbase rename libarchive-extract-perl
  libmodule-pluggable-perl libpod-latex-perl libterm-ui-perl
  libtext-soundex-perl libcgi-pm-perl libmodule-build-perl
  libpackage-constants-perl build-essential python3-dev python3-wheel
The following NEW packages will be installed:
  binutils ca-certificates cpp cpp-4.9 curl dh-python gcc gcc-4.9 git git-man
  libasan1 libatomic1 libbz2-dev libc-dev-bin libc6-dev libcilkrts5
  libcloog-isl4 libcurl3 libcurl3-gnutls liberror-perl libexpat1
  libgcc-4.9-dev libgdbm3 libgomp1 libgpm2 libgssapi-krb5-2 libicu52 libidn11
  libisl10 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
  libldap-2.4-2 liblsan0 libmpc3 libmpdec2 libmpfr4 libpsl0 libpython3-stdlib
  libpython3.4-minimal libpython3.4-stdlib libquadmath0 libreadline6-dev
  librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libsqlite3-dev
  libssh2-1 libssl-dev libssl1.0.0 libtinfo-dev libtsan0 libubsan0
  linux-libc-dev make mime-support openssl perl perl-modules python3
  python3-chardet python3-colorama python3-distlib python3-html5lib
  python3-minimal python3-pip python3-pkg-resources python3-requests
  python3-setuptools python3-six python3-urllib3 python3.4 python3.4-minimal
  vim vim-common vim-runtime wget zlib1g-dev
0 upgraded, 81 newly installed, 0 to remove and 0 not upgraded.
Need to get 57.4 MB of archives.
After this operation, 250 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security/ jessie/updates/main libssl1.0.0 amd64 1.0.1t-1+deb8u12 [1049 kB]
Get:2 http://security.debian.org/debian-security/ jessie/updates/main libkrb5support0 amd64 1.12.1+dfsg-19+deb8u5 [59.5 kB]
Get:3 http://security.debian.org/debian-security/ jessie/updates/main libk5crypto3 amd64 1.12.1+dfsg-19+deb8u5 [115 kB]
Get:4 http://security.debian.org/debian-security/ jessie/updates/main libkrb5-3 amd64 1.12.1+dfsg-19+deb8u5 [303 kB]
Get:5 http://security.debian.org/debian-security/ jessie/updates/main libgssapi-krb5-2 amd64 1.12.1+dfsg-19+deb8u5 [152 kB]
Get:6 http://security.debian.org/debian-security/ jessie/updates/main libidn11 amd64 1.29-1+deb8u3 [137 kB]
Get:7 http://deb.debian.org/debian/ jessie/main libgdbm3 amd64 1.8.3-13.1 [30.0 kB]
Get:8 http://security.debian.org/debian-security/ jessie/updates/main libsasl2-modules-db amd64 2.1.26.dfsg1-13+deb8u2 [67.3 kB]
Get:9 http://security.debian.org/debian-security/ jessie/updates/main libsasl2-2 amd64 2.1.26.dfsg1-13+deb8u2 [105 kB]
Get:10 http://security.debian.org/debian-security/ jessie/updates/main libldap-2.4-2 amd64 2.4.40+dfsg-1+deb8u6 [218 kB]
Get:11 http://security.debian.org/debian-security/ jessie/updates/main libsqlite3-0 amd64 3.8.7.1-1+deb8u6 [439 kB]
Get:12 http://security.debian.org/debian-security/ jessie/updates/main perl-modules all 5.20.2-3+deb8u12 [2553 kB]
Get:13 http://deb.debian.org/debian/ jessie/main libgpm2 amd64 1.20.4-6.1+b2 [34.0 kB]
Get:14 http://security.debian.org/debian-security/ jessie/updates/main perl amd64 5.20.2-3+deb8u12 [2658 kB]
Get:15 http://deb.debian.org/debian/ jessie/main libkeyutils1 amd64 1.5.9-5+b1 [12.0 kB]
Get:16 http://security.debian.org/debian-security/ jessie/updates/main libasan1 amd64 4.9.2-10+deb8u2 [195 kB]
Get:17 http://deb.debian.org/debian/ jessie/main libisl10 amd64 0.12.2-2 [440 kB]
Get:18 http://security.debian.org/debian-security/ jessie/updates/main libatomic1 amd64 4.9.2-10+deb8u2 [9000 B]
Get:19 http://security.debian.org/debian-security/ jessie/updates/main libcilkrts5 amd64 4.9.2-10+deb8u2 [40.1 kB]
Get:20 http://security.debian.org/debian-security/ jessie/updates/main libssh2-1 amd64 1.4.3-4.1+deb8u6 [128 kB]
Get:21 http://security.debian.org/debian-security/ jessie/updates/main libcurl3 amd64 7.38.0-4+deb8u16 [261 kB]
Get:22 http://security.debian.org/debian-security/ jessie/updates/main libcurl3-gnutls amd64 7.38.0-4+deb8u16 [253 kB]
Get:23 http://security.debian.org/debian-security/ jessie/updates/main libexpat1 amd64 2.1.0-6+deb8u6 [80.3 kB]
Get:24 http://security.debian.org/debian-security/ jessie/updates/main libgomp1 amd64 4.9.2-10+deb8u2 [37.8 kB]
Get:25 http://security.debian.org/debian-security/ jessie/updates/main libicu52 amd64 52.1-8+deb8u8 [6791 kB]
Get:26 http://deb.debian.org/debian/ jessie/main libcloog-isl4 amd64 0.18.2-1+b2 [61.8 kB]
Get:27 http://security.debian.org/debian-security/ jessie/updates/main libitm1 amd64 4.9.2-10+deb8u2 [29.3 kB]
Get:28 http://security.debian.org/debian-security/ jessie/updates/main liblsan0 amd64 4.9.2-10+deb8u2 [92.7 kB]
Get:29 http://deb.debian.org/debian/ jessie/main librtmp1 amd64 2.4+20150115.gita107cef-1+deb8u1 [60.0 kB]
Get:30 http://security.debian.org/debian-security/ jessie/updates/main libpython3.4-minimal amd64 3.4.2-1+deb8u7 [495 kB]
Get:31 http://security.debian.org/debian-security/ jessie/updates/main libpython3.4-stdlib amd64 3.4.2-1+deb8u7 [2095 kB]
Get:32 http://deb.debian.org/debian/ jessie/main libmpdec2 amd64 2.4.1-1 [85.7 kB]
Get:33 http://security.debian.org/debian-security/ jessie/updates/main libquadmath0 amd64 4.9.2-10+deb8u2 [129 kB]
Get:34 http://security.debian.org/debian-security/ jessie/updates/main libtsan0 amd64 4.9.2-10+deb8u2 [213 kB]
Get:35 http://security.debian.org/debian-security/ jessie/updates/main libubsan0 amd64 4.9.2-10+deb8u2 [82.4 kB]
Get:36 http://deb.debian.org/debian/ jessie/main libmpfr4 amd64 3.1.2-2 [527 kB]
Get:37 http://security.debian.org/debian-security/ jessie/updates/main python3.4-minimal amd64 3.4.2-1+deb8u7 [1646 kB]
Get:38 http://security.debian.org/debian-security/ jessie/updates/main vim-common amd64 2:7.4.488-7+deb8u4 [185 kB]
Get:39 http://security.debian.org/debian-security/ jessie/updates/main wget amd64 1.16-1+deb8u7 [496 kB]
Get:40 http://security.debian.org/debian-security/ jessie/updates/main openssl amd64 1.0.1t-1+deb8u12 [666 kB]
Get:41 http://deb.debian.org/debian/ jessie/main mime-support all 3.58 [36.0 kB]
Get:42 http://security.debian.org/debian-security/ jessie/updates/main ca-certificates all 20141019+deb8u4 [185 kB]
Get:43 http://security.debian.org/debian-security/ jessie/updates/main cpp-4.9 amd64 4.9.2-10+deb8u2 [5169 kB]
Get:44 http://deb.debian.org/debian/ jessie/main libmpc3 amd64 1.0.2-1 [39.3 kB]
Get:45 http://security.debian.org/debian-security/ jessie/updates/main curl amd64 7.38.0-4+deb8u16 [202 kB]
Get:46 http://security.debian.org/debian-security/ jessie/updates/main python3.4 amd64 3.4.2-1+deb8u7 [205 kB]
Get:47 http://security.debian.org/debian-security/ jessie/updates/main libgcc-4.9-dev amd64 4.9.2-10+deb8u2 [2064 kB]
Get:48 http://deb.debian.org/debian/ jessie/main libpsl0 amd64 0.5.1-1 [41.6 kB]
Get:49 http://security.debian.org/debian-security/ jessie/updates/main gcc-4.9 amd64 4.9.2-10+deb8u2 [5373 kB]
Get:50 http://deb.debian.org/debian/ jessie/main binutils amd64 2.25-5+deb8u1 [3496 kB]
Get:51 http://security.debian.org/debian-security/ jessie/updates/main git-man all 1:2.1.4-2.1+deb8u10 [1271 kB]
Get:52 http://security.debian.org/debian-security/ jessie/updates/main git amd64 1:2.1.4-2.1+deb8u10 [3227 kB]
Get:53 http://security.debian.org/debian-security/ jessie/updates/main linux-libc-dev amd64 3.16.84-1 [1165 kB]
Get:54 http://security.debian.org/debian-security/ jessie/updates/main libbz2-dev amd64 1.0.6-7+deb8u2 [29.1 kB]
Get:55 http://security.debian.org/debian-security/ jessie/updates/main libsqlite3-dev amd64 3.8.7.1-1+deb8u6 [538 kB]
Get:56 http://security.debian.org/debian-security/ jessie/updates/main zlib1g-dev amd64 1:1.2.8.dfsg-2+deb8u1 [206 kB]
Get:57 http://security.debian.org/debian-security/ jessie/updates/main libssl-dev amd64 1.0.1t-1+deb8u12 [1284 kB]
Get:58 http://security.debian.org/debian-security/ jessie/updates/main python3-urllib3 all 1.9.1-3+deb8u1 [55.9 kB]
Get:59 http://security.debian.org/debian-security/ jessie/updates/main vim-runtime all 2:7.4.488-7+deb8u4 [5052 kB]
Get:60 http://security.debian.org/debian-security/ jessie/updates/main vim amd64 2:7.4.488-7+deb8u4 [953 kB]
Get:61 http://deb.debian.org/debian/ jessie/main cpp amd64 4:4.9.2-2 [17.3 kB]
Get:62 http://deb.debian.org/debian/ jessie/main python3-minimal amd64 3.4.2-2 [34.7 kB]
Get:63 http://deb.debian.org/debian/ jessie/main libpython3-stdlib amd64 3.4.2-2 [18.1 kB]
Get:64 http://deb.debian.org/debian/ jessie/main python3 amd64 3.4.2-2 [21.2 kB]
Get:65 http://deb.debian.org/debian/ jessie/main dh-python all 1.20141111-2 [66.4 kB]
Get:66 http://deb.debian.org/debian/ jessie/main gcc amd64 4:4.9.2-2 [5136 B]
Get:67 http://deb.debian.org/debian/ jessie/main liberror-perl all 0.17-1.1 [22.4 kB]
Get:68 http://deb.debian.org/debian/ jessie/main libc-dev-bin amd64 2.19-18+deb8u10 [238 kB]
Get:69 http://deb.debian.org/debian/ jessie/main libc6-dev amd64 2.19-18+deb8u10 [2003 kB]
Get:70 http://deb.debian.org/debian/ jessie/main libtinfo-dev amd64 5.9+20140913-1+deb8u3 [77.2 kB]
Get:71 http://deb.debian.org/debian/ jessie/main libreadline6-dev amd64 6.3-8+b3 [124 kB]
Get:72 http://deb.debian.org/debian/ jessie/main make amd64 4.0-8.1 [349 kB]
Get:73 http://deb.debian.org/debian/ jessie/main python3-pkg-resources all 5.5.1-1 [34.2 kB]
Get:74 http://deb.debian.org/debian/ jessie/main python3-chardet all 2.3.0-1 [96.1 kB]
Get:75 http://deb.debian.org/debian/ jessie/main python3-colorama all 0.3.2-1 [13.1 kB]
Get:76 http://deb.debian.org/debian/ jessie/main python3-distlib all 0.1.9-1 [113 kB]
Get:77 http://deb.debian.org/debian/ jessie/main python3-six all 1.8.0-1 [12.7 kB]
Get:78 http://deb.debian.org/debian/ jessie/main python3-html5lib all 0.999-3 [82.3 kB]
Get:79 http://deb.debian.org/debian/ jessie/main python3-requests all 2.4.3-6 [203 kB]
Get:80 http://deb.debian.org/debian/ jessie/main python3-setuptools all 5.5.1-1 [134 kB]
Get:81 http://deb.debian.org/debian/ jessie/main python3-pip all 1.5.6-5 [97.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 57.4 MB in 10s (5338 kB/s)
Selecting previously unselected package libgdbm3:amd64.
(Reading database ... 7621 files and directories currently installed.)
Preparing to unpack .../libgdbm3_1.8.3-13.1_amd64.deb ...
Unpacking libgdbm3:amd64 (1.8.3-13.1) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.1t-1+deb8u12) ...
Selecting previously unselected package libgpm2:amd64.
Preparing to unpack .../libgpm2_1.20.4-6.1+b2_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.4-6.1+b2) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.9-5+b1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-5+b1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.12.1+dfsg-19+deb8u5_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.12.1+dfsg-19+deb8u5) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.12.1+dfsg-19+deb8u5_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.12.1+dfsg-19+deb8u5) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.12.1+dfsg-19+deb8u5_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.12.1+dfsg-19+deb8u5) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.12.1+dfsg-19+deb8u5_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.12.1+dfsg-19+deb8u5) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../libidn11_1.29-1+deb8u3_amd64.deb ...
Unpacking libidn11:amd64 (1.29-1+deb8u3) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-13+deb8u2_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-13+deb8u2) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-13+deb8u2_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-13+deb8u2) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.40+dfsg-1+deb8u6_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.40+dfsg-1+deb8u6) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../libsqlite3-0_3.8.7.1-1+deb8u6_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.8.7.1-1+deb8u6) ...
Selecting previously unselected package perl-modules.
Preparing to unpack .../perl-modules_5.20.2-3+deb8u12_all.deb ...
Unpacking perl-modules (5.20.2-3+deb8u12) ...
Selecting previously unselected package perl.
Preparing to unpack .../perl_5.20.2-3+deb8u12_amd64.deb ...
Unpacking perl (5.20.2-3+deb8u12) ...
Selecting previously unselected package libasan1:amd64.
Preparing to unpack .../libasan1_4.9.2-10+deb8u2_amd64.deb ...
Unpacking libasan1:amd64 (4.9.2-10+deb8u2) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_4.9.2-10+deb8u2_amd64.deb ...
Unpacking libatomic1:amd64 (4.9.2-10+deb8u2) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../libcilkrts5_4.9.2-10+deb8u2_amd64.deb ...
Unpacking libcilkrts5:amd64 (4.9.2-10+deb8u2) ...
Selecting previously unselected package libisl10:amd64.
Preparing to unpack .../libisl10_0.12.2-2_amd64.deb ...
Unpacking libisl10:amd64 (0.12.2-2) ...
Selecting previously unselected package libcloog-isl4:amd64.
Preparing to unpack .../libcloog-isl4_0.18.2-1+b2_amd64.deb ...
Unpacking libcloog-isl4:amd64 (0.18.2-1+b2) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../librtmp1_2.4+20150115.gita107cef-1+deb8u1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20150115.gita107cef-1+deb8u1) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../libssh2-1_1.4.3-4.1+deb8u6_amd64.deb ...
Unpacking libssh2-1:amd64 (1.4.3-4.1+deb8u6) ...
Selecting previously unselected package libcurl3:amd64.
Preparing to unpack .../libcurl3_7.38.0-4+deb8u16_amd64.deb ...
Unpacking libcurl3:amd64 (7.38.0-4+deb8u16) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../libcurl3-gnutls_7.38.0-4+deb8u16_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.38.0-4+deb8u16) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.1.0-6+deb8u6_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-6+deb8u6) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_4.9.2-10+deb8u2_amd64.deb ...
Unpacking libgomp1:amd64 (4.9.2-10+deb8u2) ...
Selecting previously unselected package libicu52:amd64.
Preparing to unpack .../libicu52_52.1-8+deb8u8_amd64.deb ...
Unpacking libicu52:amd64 (52.1-8+deb8u8) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_4.9.2-10+deb8u2_amd64.deb ...
Unpacking libitm1:amd64 (4.9.2-10+deb8u2) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../liblsan0_4.9.2-10+deb8u2_amd64.deb ...
Unpacking liblsan0:amd64 (4.9.2-10+deb8u2) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../libmpdec2_2.4.1-1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.1-1) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../libmpfr4_3.1.2-2_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.2-2) ...
Selecting previously unselected package libpython3.4-minimal:amd64.
Preparing to unpack .../libpython3.4-minimal_3.4.2-1+deb8u7_amd64.deb ...
Unpacking libpython3.4-minimal:amd64 (3.4.2-1+deb8u7) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../mime-support_3.58_all.deb ...
Unpacking mime-support (3.58) ...
Selecting previously unselected package libpython3.4-stdlib:amd64.
Preparing to unpack .../libpython3.4-stdlib_3.4.2-1+deb8u7_amd64.deb ...
Unpacking libpython3.4-stdlib:amd64 (3.4.2-1+deb8u7) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_4.9.2-10+deb8u2_amd64.deb ...
Unpacking libquadmath0:amd64 (4.9.2-10+deb8u2) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_4.9.2-10+deb8u2_amd64.deb ...
Unpacking libtsan0:amd64 (4.9.2-10+deb8u2) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../libubsan0_4.9.2-10+deb8u2_amd64.deb ...
Unpacking libubsan0:amd64 (4.9.2-10+deb8u2) ...
Selecting previously unselected package python3.4-minimal.
Preparing to unpack .../python3.4-minimal_3.4.2-1+deb8u7_amd64.deb ...
Unpacking python3.4-minimal (3.4.2-1+deb8u7) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.2-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.2-1) ...
Selecting previously unselected package vim-common.
Preparing to unpack .../vim-common_2%3a7.4.488-7+deb8u4_amd64.deb ...
Unpacking vim-common (2:7.4.488-7+deb8u4) ...
Selecting previously unselected package libpsl0:amd64.
Preparing to unpack .../libpsl0_0.5.1-1_amd64.deb ...
Unpacking libpsl0:amd64 (0.5.1-1) ...
Selecting previously unselected package wget.
Preparing to unpack .../wget_1.16-1+deb8u7_amd64.deb ...
Unpacking wget (1.16-1+deb8u7) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.25-5+deb8u1_amd64.deb ...
Unpacking binutils (2.25-5+deb8u1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_1.0.1t-1+deb8u12_amd64.deb ...
Unpacking openssl (1.0.1t-1+deb8u12) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20141019+deb8u4_all.deb ...
Unpacking ca-certificates (20141019+deb8u4) ...
Selecting previously unselected package cpp-4.9.
Preparing to unpack .../cpp-4.9_4.9.2-10+deb8u2_amd64.deb ...
Unpacking cpp-4.9 (4.9.2-10+deb8u2) ...
Selecting previously unselected package cpp.
Preparing to unpack .../cpp_4%3a4.9.2-2_amd64.deb ...
Unpacking cpp (4:4.9.2-2) ...
Selecting previously unselected package curl.
Preparing to unpack .../curl_7.38.0-4+deb8u16_amd64.deb ...
Unpacking curl (7.38.0-4+deb8u16) ...
Selecting previously unselected package python3.4.
Preparing to unpack .../python3.4_3.4.2-1+deb8u7_amd64.deb ...
Unpacking python3.4 (3.4.2-1+deb8u7) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../python3-minimal_3.4.2-2_amd64.deb ...
Unpacking python3-minimal (3.4.2-2) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.4.2-2_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.4.2-2) ...
Selecting previously unselected package python3.
Preparing to unpack .../python3_3.4.2-2_amd64.deb ...
Unpacking python3 (3.4.2-2) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../dh-python_1.20141111-2_all.deb ...
Unpacking dh-python (1.20141111-2) ...
Selecting previously unselected package libgcc-4.9-dev:amd64.
Preparing to unpack .../libgcc-4.9-dev_4.9.2-10+deb8u2_amd64.deb ...
Unpacking libgcc-4.9-dev:amd64 (4.9.2-10+deb8u2) ...
Selecting previously unselected package gcc-4.9.
Preparing to unpack .../gcc-4.9_4.9.2-10+deb8u2_amd64.deb ...
Unpacking gcc-4.9 (4.9.2-10+deb8u2) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a4.9.2-2_amd64.deb ...
Unpacking gcc (4:4.9.2-2) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
Unpacking liberror-perl (0.17-1.1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.1.4-2.1+deb8u10_all.deb ...
Unpacking git-man (1:2.1.4-2.1+deb8u10) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.1.4-2.1+deb8u10_amd64.deb ...
Unpacking git (1:2.1.4-2.1+deb8u10) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.19-18+deb8u10_amd64.deb ...
Unpacking libc-dev-bin (2.19-18+deb8u10) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_3.16.84-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.16.84-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.19-18+deb8u10_amd64.deb ...
Unpacking libc6-dev:amd64 (2.19-18+deb8u10) ...
Selecting previously unselected package libbz2-dev:amd64.
Preparing to unpack .../libbz2-dev_1.0.6-7+deb8u2_amd64.deb ...
Unpacking libbz2-dev:amd64 (1.0.6-7+deb8u2) ...
Selecting previously unselected package libtinfo-dev:amd64.
Preparing to unpack .../libtinfo-dev_5.9+20140913-1+deb8u3_amd64.deb ...
Unpacking libtinfo-dev:amd64 (5.9+20140913-1+deb8u3) ...
Selecting previously unselected package libreadline6-dev:amd64.
Preparing to unpack .../libreadline6-dev_6.3-8+b3_amd64.deb ...
Unpacking libreadline6-dev:amd64 (6.3-8+b3) ...
Selecting previously unselected package libsqlite3-dev:amd64.
Preparing to unpack .../libsqlite3-dev_3.8.7.1-1+deb8u6_amd64.deb ...
Unpacking libsqlite3-dev:amd64 (3.8.7.1-1+deb8u6) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+deb8u1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+deb8u1) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../libssl-dev_1.0.1t-1+deb8u12_amd64.deb ...
Unpacking libssl-dev:amd64 (1.0.1t-1+deb8u12) ...
Selecting previously unselected package make.
Preparing to unpack .../make_4.0-8.1_amd64.deb ...
Unpacking make (4.0-8.1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../python3-pkg-resources_5.5.1-1_all.deb ...
Unpacking python3-pkg-resources (5.5.1-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../python3-chardet_2.3.0-1_all.deb ...
Unpacking python3-chardet (2.3.0-1) ...
Selecting previously unselected package python3-colorama.
Preparing to unpack .../python3-colorama_0.3.2-1_all.deb ...
Unpacking python3-colorama (0.3.2-1) ...
Selecting previously unselected package python3-distlib.
Preparing to unpack .../python3-distlib_0.1.9-1_all.deb ...
Unpacking python3-distlib (0.1.9-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../python3-six_1.8.0-1_all.deb ...
Unpacking python3-six (1.8.0-1) ...
Selecting previously unselected package python3-html5lib.
Preparing to unpack .../python3-html5lib_0.999-3_all.deb ...
Unpacking python3-html5lib (0.999-3) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../python3-urllib3_1.9.1-3+deb8u1_all.deb ...
Unpacking python3-urllib3 (1.9.1-3+deb8u1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../python3-requests_2.4.3-6_all.deb ...
Unpacking python3-requests (2.4.3-6) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../python3-setuptools_5.5.1-1_all.deb ...
Unpacking python3-setuptools (5.5.1-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../python3-pip_1.5.6-5_all.deb ...
Unpacking python3-pip (1.5.6-5) ...
Selecting previously unselected package vim-runtime.
Preparing to unpack .../vim-runtime_2%3a7.4.488-7+deb8u4_all.deb ...
Adding 'diversion of /usr/share/vim/vim74/doc/help.txt to /usr/share/vim/vim74/doc/help.txt.vim-tiny by vim-runtime'
Adding 'diversion of /usr/share/vim/vim74/doc/tags to /usr/share/vim/vim74/doc/tags.vim-tiny by vim-runtime'
Unpacking vim-runtime (2:7.4.488-7+deb8u4) ...
Selecting previously unselected package vim.
Preparing to unpack .../vim_2%3a7.4.488-7+deb8u4_amd64.deb ...
Unpacking vim (2:7.4.488-7+deb8u4) ...
Setting up libgdbm3:amd64 (1.8.3-13.1) ...
Setting up libssl1.0.0:amd64 (1.0.1t-1+deb8u12) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up libgpm2:amd64 (1.20.4-6.1+b2) ...
Setting up libkeyutils1:amd64 (1.5.9-5+b1) ...
Setting up libkrb5support0:amd64 (1.12.1+dfsg-19+deb8u5) ...
Setting up libk5crypto3:amd64 (1.12.1+dfsg-19+deb8u5) ...
Setting up libkrb5-3:amd64 (1.12.1+dfsg-19+deb8u5) ...
Setting up libgssapi-krb5-2:amd64 (1.12.1+dfsg-19+deb8u5) ...
Setting up libidn11:amd64 (1.29-1+deb8u3) ...
Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-13+deb8u2) ...
Setting up libsasl2-2:amd64 (2.1.26.dfsg1-13+deb8u2) ...
Setting up libldap-2.4-2:amd64 (2.4.40+dfsg-1+deb8u6) ...
Setting up libsqlite3-0:amd64 (3.8.7.1-1+deb8u6) ...
Setting up perl-modules (5.20.2-3+deb8u12) ...
Setting up perl (5.20.2-3+deb8u12) ...
update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
Setting up libasan1:amd64 (4.9.2-10+deb8u2) ...
Setting up libatomic1:amd64 (4.9.2-10+deb8u2) ...
Setting up libcilkrts5:amd64 (4.9.2-10+deb8u2) ...
Setting up libisl10:amd64 (0.12.2-2) ...
Setting up libcloog-isl4:amd64 (0.18.2-1+b2) ...
Setting up librtmp1:amd64 (2.4+20150115.gita107cef-1+deb8u1) ...
Setting up libssh2-1:amd64 (1.4.3-4.1+deb8u6) ...
Setting up libcurl3:amd64 (7.38.0-4+deb8u16) ...
Setting up libcurl3-gnutls:amd64 (7.38.0-4+deb8u16) ...
Setting up libexpat1:amd64 (2.1.0-6+deb8u6) ...
Setting up libgomp1:amd64 (4.9.2-10+deb8u2) ...
Setting up libicu52:amd64 (52.1-8+deb8u8) ...
Setting up libitm1:amd64 (4.9.2-10+deb8u2) ...
Setting up liblsan0:amd64 (4.9.2-10+deb8u2) ...
Setting up libmpdec2:amd64 (2.4.1-1) ...
Setting up libmpfr4:amd64 (3.1.2-2) ...
Setting up libpython3.4-minimal:amd64 (3.4.2-1+deb8u7) ...
Setting up mime-support (3.58) ...
Setting up libpython3.4-stdlib:amd64 (3.4.2-1+deb8u7) ...
Setting up libquadmath0:amd64 (4.9.2-10+deb8u2) ...
Setting up libtsan0:amd64 (4.9.2-10+deb8u2) ...
Setting up libubsan0:amd64 (4.9.2-10+deb8u2) ...
Setting up python3.4-minimal (3.4.2-1+deb8u7) ...
Setting up libmpc3:amd64 (1.0.2-1) ...
Setting up vim-common (2:7.4.488-7+deb8u4) ...
Setting up libpsl0:amd64 (0.5.1-1) ...
Setting up wget (1.16-1+deb8u7) ...
Setting up binutils (2.25-5+deb8u1) ...
Setting up openssl (1.0.1t-1+deb8u12) ...
Setting up ca-certificates (20141019+deb8u4) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Updating certificates in /etc/ssl/certs... 152 added, 0 removed; done.
Setting up cpp-4.9 (4.9.2-10+deb8u2) ...
Setting up cpp (4:4.9.2-2) ...
Setting up curl (7.38.0-4+deb8u16) ...
Setting up python3.4 (3.4.2-1+deb8u7) ...
Setting up python3-minimal (3.4.2-2) ...
Setting up libpython3-stdlib:amd64 (3.4.2-2) ...
Setting up libgcc-4.9-dev:amd64 (4.9.2-10+deb8u2) ...
Setting up gcc-4.9 (4.9.2-10+deb8u2) ...
Setting up gcc (4:4.9.2-2) ...
Setting up liberror-perl (0.17-1.1) ...
Setting up git-man (1:2.1.4-2.1+deb8u10) ...
Setting up git (1:2.1.4-2.1+deb8u10) ...
Setting up libc-dev-bin (2.19-18+deb8u10) ...
Setting up linux-libc-dev:amd64 (3.16.84-1) ...
Setting up libc6-dev:amd64 (2.19-18+deb8u10) ...
Setting up libbz2-dev:amd64 (1.0.6-7+deb8u2) ...
Setting up libtinfo-dev:amd64 (5.9+20140913-1+deb8u3) ...
Setting up libreadline6-dev:amd64 (6.3-8+b3) ...
Setting up libsqlite3-dev:amd64 (3.8.7.1-1+deb8u6) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+deb8u1) ...
Setting up libssl-dev:amd64 (1.0.1t-1+deb8u12) ...
Setting up make (4.0-8.1) ...
Setting up vim-runtime (2:7.4.488-7+deb8u4) ...
Processing /usr/share/vim/addons/doc
Setting up vim (2:7.4.488-7+deb8u4) ...
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
Setting up dh-python (1.20141111-2) ...
Setting up python3 (3.4.2-2) ...
running python rtupdate hooks for python3.4...
running python post-rtupdate hooks for python3.4...
Setting up python3-pkg-resources (5.5.1-1) ...
Setting up python3-chardet (2.3.0-1) ...
Setting up python3-colorama (0.3.2-1) ...
Setting up python3-distlib (0.1.9-1) ...
Setting up python3-six (1.8.0-1) ...
Setting up python3-html5lib (0.999-3) ...
Setting up python3-urllib3 (1.9.1-3+deb8u1) ...
Setting up python3-requests (2.4.3-6) ...
Setting up python3-setuptools (5.5.1-1) ...
Setting up python3-pip (1.5.6-5) ...
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Processing triggers for ca-certificates (20141019+deb8u4) ...
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Removing intermediate container 498bcb21eec7
 ---> 59dc375101f2
Step 4/7 : RUN wget --no-check-certificate --quiet https://cmake.org/files/v3.16/cmake-3.16.8-Linux-x86_64.tar.gz     && tar -xzf cmake-3.16.8-Linux-x86_64.tar.gz --exclude=bin/cmake-gui --ex
clude=doc/cmake     && cp -fR cmake-3.16.8-Linux-x86_64/* /usr     && rm -rf cmake-3.16.8-Linux-x86_64     && rm cmake-3.16.8-Linux-x86_64.tar.gz
 ---> Running in ab45e7d184fb
Removing intermediate container ab45e7d184fb
 ---> 9dd2b247cc61
Step 5/7 : RUN printf 'export PATH="/root/.pyenv/bin:$PATH";eval "$(pyenv init -)";eval "$(pyenv virtualenv-init -)";' >> /root/.bashrc     && curl -L https://raw.githubusercontent.com/yyuu/p
yenv-installer/master/bin/pyenv-installer | bash     && /bin/bash -c "source /root/.bashrc     && pyenv install 3.6.13     && pyenv global 3.6.13     && python -m pip install setuptools==41.5
.1     && python -m pip install astroid==2.4.0     && python -m pip install conan==1.18.1     && python -m pip install conan-package-tools==0.35.0"
 ---> Running in 29b8f9a03f9e
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2454  100  2454    0     0   7665      0 --:--:-- --:--:-- --:--:--  7692
Cloning into '/root/.pyenv'...
Cloning into '/root/.pyenv/plugins/pyenv-doctor'...
Cloning into '/root/.pyenv/plugins/pyenv-installer'...
Cloning into '/root/.pyenv/plugins/pyenv-update'...
Cloning into '/root/.pyenv/plugins/pyenv-virtualenv'...
Cloning into '/root/.pyenv/plugins/pyenv-which-ext'...

WARNING: seems you still have not added 'pyenv' to the load path.

# Load pyenv automatically by adding
# the following to your profile:

export PATH="/root/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
Downloading Python-3.6.13.tgz...
-> https://www.python.org/ftp/python/3.6.13/Python-3.6.13.tgz
Installing Python-3.6.13...
Installed Python-3.6.13 to /root/.pyenv/versions/3.6.13

Collecting setuptools==41.5.1
  Downloading https://files.pythonhosted.org/packages/db/3c/1065553af43e5f388cb5ae96f44867470063a2d04c02551104dcb12794bd/setuptools-41.5.1-py2.py3-none-any.whl (581kB)
Installing collected packages: setuptools
  Found existing installation: setuptools 40.6.2
    Uninstalling setuptools-40.6.2:
      Successfully uninstalled setuptools-40.6.2
Successfully installed setuptools-41.5.1
You are using pip version 18.1, however version 21.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting astroid==2.4.0
  Downloading https://files.pythonhosted.org/packages/7c/f6/880bade8329525fd9aa9051891b4b8fe2e52c7aab7412443f8743028a590/astroid-2.4.0-py3-none-any.whl (327kB)
Collecting typed-ast<1.5,>=1.4.0; implementation_name == "cpython" and python_version < "3.8" (from astroid==2.4.0)
  Downloading https://files.pythonhosted.org/packages/56/c1/4cc3c0da2374963f59b2f57ef02e048cdc4f609cbc1184b4146d0812e5b5/typed_ast-1.4.2-cp36-cp36m-manylinux1_x86_64.whl (743kB)
Collecting six~=1.12 (from astroid==2.4.0)
  Downloading https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
Collecting lazy-object-proxy==1.4.* (from astroid==2.4.0)
  Downloading https://files.pythonhosted.org/packages/0b/dd/b1e3407e9e6913cf178e506cd0dee818e58694d9a5cd1984e3f6a8b9a10f/lazy_object_proxy-1.4.3-cp36-cp36m-manylinux1_x86_64.whl (55kB)
Collecting wrapt~=1.11 (from astroid==2.4.0)
  Downloading https://files.pythonhosted.org/packages/82/f7/e43cefbe88c5fd371f4cf0cf5eb3feccd07515af9fd6cf7dbf1d1793a797/wrapt-1.12.1.tar.gz
Installing collected packages: typed-ast, six, lazy-object-proxy, wrapt, astroid
  Running setup.py install for wrapt: started
    Running setup.py install for wrapt: finished with status 'done'
Successfully installed astroid-2.4.0 lazy-object-proxy-1.4.3 six-1.15.0 typed-ast-1.4.2 wrapt-1.12.1
You are using pip version 18.1, however version 21.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting conan==1.18.1
  Downloading https://files.pythonhosted.org/packages/5c/c0/73512e2c19bc4a4aaab85f9318a9fab405bd6b732ec11cdf1a8d4f0141a2/conan-1.18.1.tar.gz (532kB)
Collecting PyJWT<2.0.0,>=1.4.0 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/87/8b/6a9f14b5f781697e51259d81657e6048fd31a113229cf346880bb7545565/PyJWT-1.7.1-py2.py3-none-any.whl
Collecting requests<3.0.0,>=2.8.1 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/29/c1/24814557f1d22c56d50280771a17307e6bf87b70727d975fd6b2ce6b014a/requests-2.25.1-py2.py3-none-any.whl (61kB)
Collecting colorama<0.5.0,>=0.3.3 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/44/98/5b86278fbbf250d239ae0ecb724f8572af1c91f4a11edf4d36a206189440/colorama-0.4.4-py2.py3-none-any.whl
Collecting PyYAML<6.0,>=3.11 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/7a/5b/bc0b5ab38247bba158504a410112b6c03f153c652734ece1849749e5f518/PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl (640kB)
Collecting patch==1.16 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/da/74/0815f03c82f4dc738e2bfc5f8966f682bebcc809f30c8e306e6cc7156a99/patch-1.16.zip
Collecting fasteners>=0.14.1 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/78/20/c862d765287e9e8b29f826749ebae8775bdca50b2cb2ca079346d5fbfd76/fasteners-0.16-py2.py3-none-any.whl
Requirement already satisfied: six>=1.10.0 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan==1.18.1) (1.15.0)
Collecting node-semver==0.6.1 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/08/51/6cf3a2b18ca35cbe4ad3c7538a7c3dc0cb24e71629fb16e729c137d06432/node_semver-0.6.1-py3-none-any.whl
Collecting distro<1.2.0,>=1.0.2 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/b0/55/29bfd4d4d4149e860ed01aa446108eb17b240997b746c06a2d0c8ce04f69/distro-1.1.0-py2.py3-none-any.whl
Collecting pylint!=2.3.0,>=1.9.3 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/63/64/f1ef360a24eccdd538454b86d6c55096929f008dd146404760e90c09fc49/pylint-2.6.2-py3-none-any.whl (325kB)
Collecting future==0.16.0 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
Collecting pygments<3.0,>=2.0 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/d4/ef/881b14d3ad4d6a86384d63bfbb87205161e4fc46420526380ec209a12e17/Pygments-2.8.0-py3-none-any.whl (983kB)
Requirement already satisfied: astroid>=1.6.5 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan==1.18.1) (2.4.0)
Collecting deprecation<2.1,>=2.0 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/b9/2a/d5084a8781398cea745c01237b95d9762c382697c63760a95cc6a814ad3a/deprecation-2.0.7-py2.py3-none-any.whl
Collecting tqdm<5,>=4.28.1 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/d9/13/f3f815bb73804a8af9cfbb6f084821c037109108885f46131045e8cf044e/tqdm-4.57.0-py2.py3-none-any.whl (72kB)
Collecting Jinja2<3,>=2.3 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/7e/c2/1eece8c95ddbc9b1aeb64f5783a9e07a286de42191b7204d67b7496ddf35/Jinja2-2.11.3-py2.py3-none-any.whl (125kB)
Collecting python-dateutil<3,>=2.7.0 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl (227kB)
Collecting bottle<0.13,>=0.12.8 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/bf/44/aeafdd6ca05a8e1c3f91eeeb272a202d5cb1b3b23730a5ca686a81c48d24/bottle-0.12.19-py3-none-any.whl (89kB)
Collecting pluginbase<1.0,>=0.5 (from conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/6e/f4/1db0a26c1c7fad81a1214ad1b02839a7bd98d8ba68f782f6edcc3d343441/pluginbase-0.7.tar.gz (40kB)
Collecting urllib3<1.27,>=1.21.1 (from requests<3.0.0,>=2.8.1->conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/23/fc/8a49991f7905261f9ca9df5aa9b58363c3c821ce3e7f671895442b7100f2/urllib3-1.26.3-py2.py3-none-any.whl (137kB)
Collecting certifi>=2017.4.17 (from requests<3.0.0,>=2.8.1->conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl (147kB)
Collecting idna<3,>=2.5 (from requests<3.0.0,>=2.8.1->conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl (58kB)
Collecting chardet<5,>=3.0.2 (from requests<3.0.0,>=2.8.1->conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/19/c7/fa589626997dd07bd87d9269342ccb74b1720384a4d739a1872bd84fbe68/chardet-4.0.0-py2.py3-none-any.whl (178kB)
Collecting mccabe<0.7,>=0.6 (from pylint!=2.3.0,>=1.9.3->conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting toml>=0.7.1 (from pylint!=2.3.0,>=1.9.3->conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl
Collecting isort<6,>=4.2.5 (from pylint!=2.3.0,>=1.9.3->conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/cc/89/6888f573886e9dc0906ec98f1b15888de20919a142c355d7f57ebd977d36/isort-5.7.0-py3-none-any.whl (104kB)
Requirement already satisfied: typed-ast<1.5,>=1.4.0; implementation_name == "cpython" and python_version < "3.8" in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from astroid>=1.
6.5->conan==1.18.1) (1.4.2)
Requirement already satisfied: wrapt~=1.11 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from astroid>=1.6.5->conan==1.18.1) (1.12.1)
Requirement already satisfied: lazy-object-proxy==1.4.* in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from astroid>=1.6.5->conan==1.18.1) (1.4.3)
Collecting packaging (from deprecation<2.1,>=2.0->conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/3e/89/7ea760b4daa42653ece2380531c90f64788d979110a2ab51049d92f408af/packaging-20.9-py2.py3-none-any.whl (40kB)
Collecting MarkupSafe>=0.23 (from Jinja2<3,>=2.3->conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
Collecting pyparsing>=2.0.2 (from packaging->deprecation<2.1,>=2.0->conan==1.18.1)
  Downloading https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl (67kB)
Installing collected packages: PyJWT, urllib3, certifi, idna, chardet, requests, colorama, PyYAML, patch, fasteners, node-semver, distro, mccabe, toml, isort, pylint, future, pygments, pypars
ing, packaging, deprecation, tqdm, MarkupSafe, Jinja2, python-dateutil, bottle, pluginbase, conan
  Running setup.py install for patch: started
    Running setup.py install for patch: finished with status 'done'
  Running setup.py install for future: started
    Running setup.py install for future: finished with status 'done'
  Running setup.py install for pluginbase: started
    Running setup.py install for pluginbase: finished with status 'done'
  Running setup.py install for conan: started
    Running setup.py install for conan: finished with status 'done'
Successfully installed Jinja2-2.11.3 MarkupSafe-1.1.1 PyJWT-1.7.1 PyYAML-5.4.1 bottle-0.12.19 certifi-2020.12.5 chardet-4.0.0 colorama-0.4.4 conan-1.18.1 deprecation-2.0.7 distro-1.1.0 fasten
ers-0.16 future-0.16.0 idna-2.10 isort-5.7.0 mccabe-0.6.1 node-semver-0.6.1 packaging-20.9 patch-1.16 pluginbase-0.7 pygments-2.8.0 pylint-2.6.2 pyparsing-2.4.7 python-dateutil-2.8.1 requests
-2.25.1 toml-0.10.2 tqdm-4.57.0 urllib3-1.26.3
You are using pip version 18.1, however version 21.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting conan-package-tools==0.35.0
  Downloading https://files.pythonhosted.org/packages/68/3d/75f174e541ba90573b74c3850a6e0087600536c0f4f8635b313dcd28db0d/conan_package_tools-0.35.0.tar.gz (79kB)
Requirement already satisfied: six<=1.15.0,>=1.10.0 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan-package-tools==0.35.0) (1.15.0)
Requirement already satisfied: conan>=1.7.0 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan-package-tools==0.35.0) (1.18.1)
Collecting tabulate<0.9.0,>=0.8.0 (from conan-package-tools==0.35.0)
  Downloading https://files.pythonhosted.org/packages/96/ce/2d33229276a4dfc0459551b74f0524823f30a2585056df4b11d83d8902b1/tabulate-0.8.8-py3-none-any.whl
Requirement already satisfied: PyJWT<2.0.0,>=1.4.0 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (1.7.1)
Requirement already satisfied: requests<3.0.0,>=2.8.1 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (2.25.1)
Requirement already satisfied: colorama<0.5.0,>=0.3.3 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (0.4.4)
Requirement already satisfied: PyYAML<6.0,>=3.11 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (5.4.1)
Requirement already satisfied: patch==1.16 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (1.16)
Requirement already satisfied: fasteners>=0.14.1 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (0.16)
Requirement already satisfied: node-semver==0.6.1 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (0.6.1)
Requirement already satisfied: distro<1.2.0,>=1.0.2 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (1.1.0)
Requirement already satisfied: pylint!=2.3.0,>=1.9.3 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (2.6.2)
Requirement already satisfied: future==0.16.0 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (0.16.0)
Requirement already satisfied: pygments<3.0,>=2.0 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (2.8.0)
Requirement already satisfied: astroid>=1.6.5 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (2.4.0)
Requirement already satisfied: deprecation<2.1,>=2.0 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (2.0.7)
Requirement already satisfied: tqdm<5,>=4.28.1 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (4.57.0)
Requirement already satisfied: Jinja2<3,>=2.3 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (2.11.3)
Requirement already satisfied: python-dateutil<3,>=2.7.0 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (2.8.1)
Requirement already satisfied: bottle<0.13,>=0.12.8 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (0.12.19)
Requirement already satisfied: pluginbase<1.0,>=0.5 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from conan>=1.7.0->conan-package-tools==0.35.0) (0.7)
Requirement already satisfied: chardet<5,>=3.0.2 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from requests<3.0.0,>=2.8.1->conan>=1.7.0->conan-package-tools==0.35.0) (4.0.0)
Requirement already satisfied: idna<3,>=2.5 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from requests<3.0.0,>=2.8.1->conan>=1.7.0->conan-package-tools==0.35.0) (2.10)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from requests<3.0.0,>=2.8.1->conan>=1.7.0->conan-package-tools==0.35.0) (1.26
.3)
Requirement already satisfied: certifi>=2017.4.17 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from requests<3.0.0,>=2.8.1->conan>=1.7.0->conan-package-tools==0.35.0) (2020.12
.5)
Requirement already satisfied: mccabe<0.7,>=0.6 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from pylint!=2.3.0,>=1.9.3->conan>=1.7.0->conan-package-tools==0.35.0) (0.6.1)
Requirement already satisfied: isort<6,>=4.2.5 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from pylint!=2.3.0,>=1.9.3->conan>=1.7.0->conan-package-tools==0.35.0) (5.7.0)
Requirement already satisfied: toml>=0.7.1 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from pylint!=2.3.0,>=1.9.3->conan>=1.7.0->conan-package-tools==0.35.0) (0.10.2)
Requirement already satisfied: lazy-object-proxy==1.4.* in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from astroid>=1.6.5->conan>=1.7.0->conan-package-tools==0.35.0) (1.4.3)
Requirement already satisfied: wrapt~=1.11 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from astroid>=1.6.5->conan>=1.7.0->conan-package-tools==0.35.0) (1.12.1)
Requirement already satisfied: typed-ast<1.5,>=1.4.0; implementation_name == "cpython" and python_version < "3.8" in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from astroid>=1.
6.5->conan>=1.7.0->conan-package-tools==0.35.0) (1.4.2)
Requirement already satisfied: packaging in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from deprecation<2.1,>=2.0->conan>=1.7.0->conan-package-tools==0.35.0) (20.9)
Requirement already satisfied: MarkupSafe>=0.23 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from Jinja2<3,>=2.3->conan>=1.7.0->conan-package-tools==0.35.0) (1.1.1)
Requirement already satisfied: pyparsing>=2.0.2 in /root/.pyenv/versions/3.6.13/lib/python3.6/site-packages (from packaging->deprecation<2.1,>=2.0->conan>=1.7.0->conan-package-tools==0.35.0)
(2.4.7)
Installing collected packages: tabulate, conan-package-tools
  Running setup.py install for conan-package-tools: started
    Running setup.py install for conan-package-tools: finished with status 'done'
Successfully installed conan-package-tools-0.35.0 tabulate-0.8.8
You are using pip version 18.1, however version 21.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Removing intermediate container 29b8f9a03f9e
 ---> 72f1fe2ec770
Step 6/7 : ENV TZ="America/Sao_Paulo"
 ---> Running in a78b7fe55a33
Removing intermediate container a78b7fe55a33
 ---> 704d496b85a2
Step 7/7 : CMD /bin/bash
 ---> Running in db29c80159f3
Removing intermediate container db29c80159f3
 ---> b186f55691aa
Successfully built b186f55691aa
Successfully tagged dockerbuilder:latest
049 18:06:02 evandro_coan@computer:(master)~/Downloads$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment