2024-10-28 16:17:43,458: INFO: Building contrail-base 2024-10-28 16:17:43,467: INFO: Building args: --network host --build-arg CONTRAIL_REGISTRY=nexus.gz1.opensdn.io:5101 --build-arg CONTRAIL_CONTAINER_TAG=master-1_1_3_0-3 --build-arg SITE_MIRROR=http://nexus.gz1.opensdn.io/repository/external-web-cache --build-arg LINUX_DISTR_VER=7 --build-arg LINUX_DISTR=centos --build-arg GENERAL_EXTRA_RPMS="" --build-arg BASE_EXTRA_RPMS="" --build-arg YUM_ENABLE_REPOS="" --build-arg CONTAINER_NAME=contrail-base --build-arg UBUNTU_DISTR_VERSION=22.04 --build-arg UBUNTU_DISTR=ubuntu --build-arg VENDOR_NAME=OpenSDN-IO --build-arg VENDOR_DOMAIN=io.opensdn Sending build context to Docker daemon 48.64 kB Step 1/6 : FROM nexus.gz1.opensdn.io:5101/contrail-general-base:master-1_1_3_0-3 ---> 946607466207 Step 2/6 : ARG BASE_EXTRA_RPMS="" ---> Running in 05937fb218cc ---> Removed intermediate container 05937fb218cc ---> f31682f31915 Step 3/6 : RUN BASE_EXTRA_RPMS=$(echo $BASE_EXTRA_RPMS | tr -d '"' | tr ',' ' ') ; if [[ -n "$BASE_EXTRA_RPMS" ]] ; then echo "INFO: contrail-base: install $BASE_EXTRA_RPMS" ; yum install -y $BASE_EXTRA_RPMS ; echo "INFO: importing gpg keys from any newly installed repos" ; [ -d /etc/pki/rpm-gpg ] && rpm --import /etc/pki/rpm-gpg/* ; fi ; yum install -y nc gcc-c++ gcc python3-devel ; yum install -y contrail-lib contrail-setup contrail-utils python3-contrail 2>&1 | tee /tmp/log ; grep -i "error:" /tmp/log && exit 1 ; python3 -m pip install --no-compile remote-pdb ; yum clean all -y ; rm -rf /var/cache/yum ; ldconfig ---> Running in 9689a4c8b54b Loaded plugins: fastestmirror, ovl Determining fastest mirrors Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64 ---> Package gcc-c++.x86_64 0:4.8.5-44.el7 will be installed --> Processing Dependency: libstdc++-devel = 4.8.5-44.el7 for package: gcc-c++-4.8.5-44.el7.x86_64 ---> Package nmap-ncat.x86_64 2:6.40-19.el7 will be installed --> Processing Dependency: libpcap.so.1()(64bit) for package: 2:nmap-ncat-6.40-19.el7.x86_64 ---> Package python3-devel.x86_64 0:3.6.8-21.el7_9 will be installed --> Processing Dependency: redhat-rpm-config for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Processing Dependency: python3-rpm-macros for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Processing Dependency: python3-rpm-generators for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Processing Dependency: python-rpm-macros for package: python3-devel-3.6.8-21.el7_9.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be installed --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64 --> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.x86_64 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package libpcap.x86_64 14:1.5.3-13.el7_9 will be installed ---> Package libstdc++-devel.x86_64 0:4.8.5-44.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python-rpm-macros.noarch 0:3-34.el7 will be installed --> Processing Dependency: python-srpm-macros for package: python-rpm-macros-3-34.el7.noarch ---> Package python3-rpm-generators.noarch 0:6-2.el7 will be installed ---> Package python3-rpm-macros.noarch 0:3-34.el7 will be installed ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: perl(Getopt::Long) for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: /usr/bin/perl for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Running transaction check ---> Package dwz.x86_64 0:0.11-3.el7 will be installed ---> Package glibc.x86_64 0:2.17-317.el7 will be updated --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64 ---> Package glibc.x86_64 0:2.17-326.el7_9 will be an update ---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.x86_64 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Temp) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed ---> Package zip.x86_64 0:3.0-11.el7 will be installed --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated ---> Package glibc-common.x86_64 0:2.17-326.el7_9 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-1160.108.1.el7 will be installed ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed --> Running transaction check ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed --> Running transaction check ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 16 M gcc-c++ x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 7.2 M nmap-ncat x86_64 2:6.40-19.el7 tf-mirrors.ci_repos_yum7-base 206 k python3-devel x86_64 3.6.8-21.el7_9 tf-mirrors.ci_repos_yum7-updates 217 k Installing for dependencies: cpp x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 5.9 M dwz x86_64 0.11-3.el7 tf-mirrors.ci_repos_yum7-base 99 k glibc-devel x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 1.1 M glibc-headers x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 691 k kernel-headers x86_64 3.10.0-1160.108.1.el7 tf-mirrors.ci_repos_yum7-updates 9.1 M libgomp x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 159 k libmpc x86_64 1.0.1-3.el7 tf-mirrors.ci_repos_yum7-base 51 k libpcap x86_64 14:1.5.3-13.el7_9 tf-mirrors.ci_repos_yum7-updates 139 k libstdc++-devel x86_64 4.8.5-44.el7 tf-mirrors.ci_repos_yum7-base 1.5 M mpfr x86_64 3.1.1-4.el7 tf-mirrors.ci_repos_yum7-base 203 k perl x86_64 4:5.16.3-299.el7_9 tf-mirrors.ci_repos_yum7-updates 8.0 M perl-Carp noarch 1.26-244.el7 tf-mirrors.ci_repos_yum7-base 19 k perl-Encode x86_64 2.51-7.el7 tf-mirrors.ci_repos_yum7-base 1.5 M perl-Exporter noarch 5.68-3.el7 tf-mirrors.ci_repos_yum7-base 28 k perl-File-Path noarch 2.09-2.el7 tf-mirrors.ci_repos_yum7-base 26 k perl-File-Temp noarch 0.23.01-3.el7 tf-mirrors.ci_repos_yum7-base 56 k perl-Filter x86_64 1.49-3.el7 tf-mirrors.ci_repos_yum7-base 76 k perl-Getopt-Long noarch 2.40-3.el7 tf-mirrors.ci_repos_yum7-base 56 k perl-HTTP-Tiny noarch 0.033-3.el7 tf-mirrors.ci_repos_yum7-base 38 k perl-PathTools x86_64 3.40-5.el7 tf-mirrors.ci_repos_yum7-base 82 k perl-Pod-Escapes noarch 1:1.04-299.el7_9 tf-mirrors.ci_repos_yum7-updates 52 k perl-Pod-Perldoc noarch 3.20-4.el7 tf-mirrors.ci_repos_yum7-base 87 k perl-Pod-Simple noarch 1:3.28-4.el7 tf-mirrors.ci_repos_yum7-base 216 k perl-Pod-Usage noarch 1.63-3.el7 tf-mirrors.ci_repos_yum7-base 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 tf-mirrors.ci_repos_yum7-base 36 k perl-Socket x86_64 2.010-5.el7 tf-mirrors.ci_repos_yum7-base 49 k perl-Storable x86_64 2.45-3.el7 tf-mirrors.ci_repos_yum7-base 77 k perl-Text-ParseWords noarch 3.29-4.el7 tf-mirrors.ci_repos_yum7-base 14 k perl-Time-HiRes x86_64 4:1.9725-3.el7 tf-mirrors.ci_repos_yum7-base 45 k perl-Time-Local noarch 1.2300-2.el7 tf-mirrors.ci_repos_yum7-base 24 k perl-constant noarch 1.27-2.el7 tf-mirrors.ci_repos_yum7-base 19 k perl-libs x86_64 4:5.16.3-299.el7_9 tf-mirrors.ci_repos_yum7-updates 690 k perl-macros x86_64 4:5.16.3-299.el7_9 tf-mirrors.ci_repos_yum7-updates 44 k perl-parent noarch 1:0.225-244.el7 tf-mirrors.ci_repos_yum7-base 12 k perl-podlators noarch 2.5.1-3.el7 tf-mirrors.ci_repos_yum7-base 112 k perl-srpm-macros noarch 1-8.el7 tf-mirrors.ci_repos_yum7-base 4.6 k perl-threads x86_64 1.87-4.el7 tf-mirrors.ci_repos_yum7-base 49 k perl-threads-shared x86_64 1.43-6.el7 tf-mirrors.ci_repos_yum7-base 39 k python-rpm-macros noarch 3-34.el7 tf-mirrors.ci_repos_yum7-base 9.1 k python-srpm-macros noarch 3-34.el7 tf-mirrors.ci_repos_yum7-base 8.8 k python3-rpm-generators noarch 6-2.el7 tf-mirrors.ci_repos_yum7-base 20 k python3-rpm-macros noarch 3-34.el7 tf-mirrors.ci_repos_yum7-base 8.1 k redhat-rpm-config noarch 9.1.0-88.el7.centos tf-mirrors.ci_repos_yum7-base 81 k zip x86_64 3.0-11.el7 tf-mirrors.ci_repos_yum7-base 260 k Updating for dependencies: glibc x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 3.6 M glibc-common x86_64 2.17-326.el7_9 tf-mirrors.ci_repos_yum7-updates 12 M Transaction Summary ================================================================================ Install 4 Packages (+44 Dependent packages) Upgrade ( 2 Dependent packages) Total download size: 70 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 105 MB/s | 70 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : glibc-common-2.17-326.el7_9.x86_64 1/52 Updating : glibc-2.17-326.el7_9.x86_64 2/52 Installing : mpfr-3.1.1-4.el7.x86_64 3/52 Installing : libmpc-1.0.1-3.el7.x86_64 4/52 Installing : python-srpm-macros-3-34.el7.noarch 5/52 Installing : python-rpm-macros-3-34.el7.noarch 6/52 Installing : cpp-4.8.5-44.el7.x86_64 7/52 Installing : 1:perl-parent-0.225-244.el7.noarch 8/52 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 9/52 Installing : perl-podlators-2.5.1-3.el7.noarch 10/52 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 11/52 Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 12/52 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 13/52 Installing : perl-Encode-2.51-7.el7.x86_64 14/52 Installing : perl-Pod-Usage-1.63-3.el7.noarch 15/52 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 16/52 Installing : perl-Exporter-5.68-3.el7.noarch 17/52 Installing : perl-constant-1.27-2.el7.noarch 18/52 Installing : perl-threads-1.87-4.el7.x86_64 19/52 Installing : perl-Socket-2.010-5.el7.x86_64 20/52 Installing : perl-Time-Local-1.2300-2.el7.noarch 21/52 Installing : perl-Carp-1.26-244.el7.noarch 22/52 Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64 23/52 Installing : perl-Storable-2.45-3.el7.x86_64 24/52 Installing : perl-threads-shared-1.43-6.el7.x86_64 25/52 Installing : perl-PathTools-3.40-5.el7.x86_64 26/52 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 27/52 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 28/52 Installing : perl-File-Temp-0.23.01-3.el7.noarch 29/52 Installing : perl-File-Path-2.09-2.el7.noarch 30/52 Installing : perl-Filter-1.49-3.el7.x86_64 31/52 Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64 32/52 Installing : perl-Getopt-Long-2.40-3.el7.noarch 33/52 Installing : 4:perl-5.16.3-299.el7_9.x86_64 34/52 Installing : 14:libpcap-1.5.3-13.el7_9.x86_64 35/52 Installing : zip-3.0-11.el7.x86_64 36/52 Installing : dwz-0.11-3.el7.x86_64 37/52 Installing : libgomp-4.8.5-44.el7.x86_64 38/52 Installing : python3-rpm-macros-3-34.el7.noarch 39/52 Installing : libstdc++-devel-4.8.5-44.el7.x86_64 40/52 Installing : kernel-headers-3.10.0-1160.108.1.el7.x86_64 41/52 Installing : glibc-headers-2.17-326.el7_9.x86_64 42/52 Installing : glibc-devel-2.17-326.el7_9.x86_64 43/52 Installing : gcc-4.8.5-44.el7.x86_64 44/52 Installing : perl-srpm-macros-1-8.el7.noarch 45/52 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 46/52 Installing : python3-rpm-generators-6-2.el7.noarch 47/52 Installing : python3-devel-3.6.8-21.el7_9.x86_64 48/52 Installing : gcc-c++-4.8.5-44.el7.x86_64 49/52 Installing : 2:nmap-ncat-6.40-19.el7.x86_64 50/52 Cleanup : glibc-common-2.17-317.el7.x86_64 51/52 Cleanup : glibc-2.17-317.el7.x86_64 52/52 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/52 Verifying : gcc-c++-4.8.5-44.el7.x86_64 2/52 Verifying : python3-rpm-generators-6-2.el7.noarch 3/52 Verifying : glibc-2.17-326.el7_9.x86_64 4/52 Verifying : perl-threads-shared-1.43-6.el7.x86_64 5/52 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 6/52 Verifying : mpfr-3.1.1-4.el7.x86_64 7/52 Verifying : perl-Exporter-5.68-3.el7.noarch 8/52 Verifying : perl-constant-1.27-2.el7.noarch 9/52 Verifying : perl-PathTools-3.40-5.el7.x86_64 10/52 Verifying : perl-threads-1.87-4.el7.x86_64 11/52 Verifying : cpp-4.8.5-44.el7.x86_64 12/52 Verifying : 1:perl-parent-0.225-244.el7.noarch 13/52 Verifying : perl-Socket-2.010-5.el7.x86_64 14/52 Verifying : perl-srpm-macros-1-8.el7.noarch 15/52 Verifying : kernel-headers-3.10.0-1160.108.1.el7.x86_64 16/52 Verifying : python-rpm-macros-3-34.el7.noarch 17/52 Verifying : glibc-headers-2.17-326.el7_9.x86_64 18/52 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 19/52 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 20/52 Verifying : perl-Time-Local-1.2300-2.el7.noarch 21/52 Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 22/52 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 23/52 Verifying : python-srpm-macros-3-34.el7.noarch 24/52 Verifying : perl-Carp-1.26-244.el7.noarch 25/52 Verifying : python3-devel-3.6.8-21.el7_9.x86_64 26/52 Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 27/52 Verifying : perl-Storable-2.45-3.el7.x86_64 28/52 Verifying : gcc-4.8.5-44.el7.x86_64 29/52 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 30/52 Verifying : libmpc-1.0.1-3.el7.x86_64 31/52 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 32/52 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 33/52 Verifying : perl-Encode-2.51-7.el7.x86_64 34/52 Verifying : 14:libpcap-1.5.3-13.el7_9.x86_64 35/52 Verifying : glibc-common-2.17-326.el7_9.x86_64 36/52 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 37/52 Verifying : perl-podlators-2.5.1-3.el7.noarch 38/52 Verifying : 4:perl-5.16.3-299.el7_9.x86_64 39/52 Verifying : perl-File-Path-2.09-2.el7.noarch 40/52 Verifying : zip-3.0-11.el7.x86_64 41/52 Verifying : glibc-devel-2.17-326.el7_9.x86_64 42/52 Verifying : 2:nmap-ncat-6.40-19.el7.x86_64 43/52 Verifying : perl-Filter-1.49-3.el7.x86_64 44/52 Verifying : dwz-0.11-3.el7.x86_64 45/52 Verifying : libstdc++-devel-4.8.5-44.el7.x86_64 46/52 Verifying : python3-rpm-macros-3-34.el7.noarch 47/52 Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 48/52 Verifying : libgomp-4.8.5-44.el7.x86_64 49/52 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 50/52 Verifying : glibc-2.17-317.el7.x86_64 51/52 Verifying : glibc-common-2.17-317.el7.x86_64 52/52 Installed: gcc.x86_64 0:4.8.5-44.el7 gcc-c++.x86_64 0:4.8.5-44.el7 nmap-ncat.x86_64 2:6.40-19.el7 python3-devel.x86_64 0:3.6.8-21.el7_9 Dependency Installed: cpp.x86_64 0:4.8.5-44.el7 dwz.x86_64 0:0.11-3.el7 glibc-devel.x86_64 0:2.17-326.el7_9 glibc-headers.x86_64 0:2.17-326.el7_9 kernel-headers.x86_64 0:3.10.0-1160.108.1.el7 libgomp.x86_64 0:4.8.5-44.el7 libmpc.x86_64 0:1.0.1-3.el7 libpcap.x86_64 14:1.5.3-13.el7_9 libstdc++-devel.x86_64 0:4.8.5-44.el7 mpfr.x86_64 0:3.1.1-4.el7 perl.x86_64 4:5.16.3-299.el7_9 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-3.el7 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-299.el7_9 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-5.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-299.el7_9 perl-macros.x86_64 4:5.16.3-299.el7_9 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-srpm-macros.noarch 0:1-8.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 python-rpm-macros.noarch 0:3-34.el7 python-srpm-macros.noarch 0:3-34.el7 python3-rpm-generators.noarch 0:6-2.el7 python3-rpm-macros.noarch 0:3-34.el7 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos zip.x86_64 0:3.0-11.el7 Dependency Updated: glibc.x86_64 0:2.17-326.el7_9 glibc-common.x86_64 0:2.17-326.el7_9 Complete! Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package contrail-lib.x86_64 0:master.1.1.3.0.3-master_1_1_3_0_3.el7 will be installed ---> Package contrail-setup.noarch 0:master.1.1.3.0.3-master_1_1_3_0_3.el7 will be installed --> Processing Dependency: openstack-utils for package: contrail-setup-master.1.1.3.0.3-master_1_1_3_0_3.el7.noarch --> Processing Dependency: net-tools for package: contrail-setup-master.1.1.3.0.3-master_1_1_3_0_3.el7.noarch --> Processing Dependency: crudini for package: contrail-setup-master.1.1.3.0.3-master_1_1_3_0_3.el7.noarch ---> Package contrail-utils.x86_64 0:master.1.1.3.0.3-master_1_1_3_0_3.el7 will be installed --> Processing Dependency: lsof for package: contrail-utils-master.1.1.3.0.3-master_1_1_3_0_3.el7.x86_64 ---> Package python3-contrail.x86_64 0:master.1.1.3.0.3-master_1_1_3_0_3.el7 will be installed --> Processing Dependency: libev-devel for package: python3-contrail-master.1.1.3.0.3-master_1_1_3_0_3.el7.x86_64 --> Processing Dependency: libev for package: python3-contrail-master.1.1.3.0.3-master_1_1_3_0_3.el7.x86_64 --> Running transaction check ---> Package crudini.noarch 0:0.9-2.el7 will be installed ---> Package libev.x86_64 0:4.15-7.el7 will be installed ---> Package libev-devel.x86_64 0:4.15-7.el7 will be installed ---> Package lsof.x86_64 0:4.87-6.el7 will be installed ---> Package net-tools.x86_64 0:2.0-0.25.20131004git.el7 will be installed ---> Package openstack-utils.noarch 0:2017.1-1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: contrail-lib x86_64 master.1.1.3.0.3-master_1_1_3_0_3.el7 contrail 1.3 M contrail-setup noarch master.1.1.3.0.3-master_1_1_3_0_3.el7 contrail 121 k contrail-utils x86_64 master.1.1.3.0.3-master_1_1_3_0_3.el7 contrail 10 k python3-contrail x86_64 master.1.1.3.0.3-master_1_1_3_0_3.el7 contrail 2.2 M Installing for dependencies: crudini noarch 0.9-2.el7 tf-mirrors.ci_repos_centos-openstack-queens 24 k libev x86_64 4.15-7.el7 tf-mirrors.ci_repos_yum7-extras 44 k libev-devel x86_64 4.15-7.el7 tf-mirrors.ci_repos_yum7-extras 97 k lsof x86_64 4.87-6.el7 tf-mirrors.ci_repos_yum7-base 331 k net-tools x86_64 2.0-0.25.20131004git.el7 tf-mirrors.ci_repos_yum7-base 306 k openstack-utils noarch 2017.1-1.el7 tf-mirrors.ci_repos_centos-openstack-queens 18 k Transaction Summary ================================================================================ Install 4 Packages (+6 Dependent packages) Total download size: 4.5 M Installed size: 35 M Downloading packages: -------------------------------------------------------------------------------- Total 22 MB/s | 4.5 MB 00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : crudini-0.9-2.el7.noarch 1/10 Installing : libev-4.15-7.el7.x86_64 2/10 Installing : libev-devel-4.15-7.el7.x86_64 3/10 Installing : python3-contrail-master.1.1.3.0.3-master_1_1_3_0_3.el7.x 4/10 + /usr/bin/python3 -m pip -v install --no-compile -r /opt/opensdn/pip/api-lib/requirements.txt -r /opt/opensdn/pip/libpartition/requirements.txt -r /opt/opensdn/pip/sandesh-library/requirements.txt -r /opt/opensdn/pip/cfgm_common/requirements.txt + tee /tmp/pip-common.log Using pip 21.3.1 from /usr/local/lib/python3.6/site-packages/pip (python 3.6) Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/553/65417734eb182/requests-2.32.3.tar.gz#sha256=55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/707/61cfe03c773ce/requests-2.32.3-py3-none-any.whl#sha256=70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dd9/51ff5ecf3e3b3/requests-2.32.2.tar.gz#sha256=dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fc0/6670dd0ed2124/requests-2.32.2-py3-none-any.whl#sha256=fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/eb9/7e87e64c79e64/requests-2.32.1.tar.gz#sha256=eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/21a/c9465cdf8c165/requests-2.32.1-py3-none-any.whl#sha256=21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fa5/490319474c82e/requests-2.32.0.tar.gz#sha256=fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f2c/3881dddb70d05/requests-2.32.0-py3-none-any.whl#sha256=f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/942/c5a758f98d790/requests-2.31.0.tar.gz#sha256=942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/58c/d2187c01e70e6/requests-2.31.0-py3-none-any.whl#sha256=58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/239/d7d4458afcb28/requests-2.30.0.tar.gz#sha256=239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/10e/94cc4f3121ee6/requests-2.30.0-py3-none-any.whl#sha256=10e94cc4f3121ee6da529d358cdaeaff2f1c409cd377dbc72b825852f2f7e294 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f2e/34a75f4749019/requests-2.29.0.tar.gz#sha256=f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e8f/3c9be120d3333/requests-2.29.0-py3-none-any.whl#sha256=e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7, <4'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/98b/1b2782e3c6c49/requests-2.28.2.tar.gz#sha256=98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7, <4) Link requires a different Python (3.6.8 not in: '>=3.7, <4'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/642/99f4909223da7/requests-2.28.2-py3-none-any.whl#sha256=64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7, <4) Link requires a different Python (3.6.8 not in: '>=3.7, <4'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7c5/599b102feddaa/requests-2.28.1.tar.gz#sha256=7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7, <4) Link requires a different Python (3.6.8 not in: '>=3.7, <4'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8fe/fa2a1a1365bf5/requests-2.28.1-py3-none-any.whl#sha256=8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7, <4) Link requires a different Python (3.6.8 not in: '>=3.7, <4'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d56/8723a7ebd2587/requests-2.28.0.tar.gz#sha256=d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7, <4) Link requires a different Python (3.6.8 not in: '>=3.7, <4'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bc7/861137fbce630/requests-2.28.0-py3-none-any.whl#sha256=bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/requests/) (requires-python:>=3.7, <4) Collecting requests Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f22/fa1e554c9ddfd/requests-2.27.1-py2.py3-none-any.whl (63 kB) Collecting future Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/929/292d34f5872e7/future-1.0.0-py3-none-any.whl (491 kB) Link requires a different Python (3.6.8 not in: '>=3.9'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/aa7/ee1bd5cabb2b7/gevent-24.10.3.tar.gz#sha256=aa7ee1bd5cabb2b7ef35105f863b386c8d5e332f754b60cfc354148bd70d35d1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/gevent/) (requires-python:>=3.9) Link requires a different Python (3.6.8 not in: '>=3.9'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/96e/7bab9de56e0ac/gevent-24.10.2.tar.gz#sha256=96e7bab9de56e0aca3858b8bc9c71f4eb0c0e12b7cf3cbfd170b62ce68cf71d7 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/gevent/) (requires-python:>=3.9) Link requires a different Python (3.6.8 not in: '>=3.9'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/75b/5e85a88b95b4d/gevent-24.10.1.tar.gz#sha256=75b5e85a88b95b4dc62cac60bdf17bb6ab0ab99b44cbb5d1833218a209694f2e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/gevent/) (requires-python:>=3.9) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/432/fc76f680acf7c/gevent-24.2.1.tar.gz#sha256=432fc76f680acf7cf188c2ee0f5d3ab73b63c1f03114c7cd8a34cebbe5aa2056 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/gevent/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/72c/002235390d46f/gevent-23.9.1.tar.gz#sha256=72c002235390d46f94938a96920d8856d4ffd9ddf62a303a0d7c118894097e34 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/gevent/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/943/f26edada39dfd/gevent-23.9.0.post1.tar.gz#sha256=943f26edada39dfd5f50551157bb9011191c7367be36e341d0f1cdecfe07a229 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/gevent/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d0d/3630674c1b344/gevent-23.7.0.tar.gz#sha256=d0d3630674c1b344b256a298ab1ff43220f840b12af768131b5d74e485924237 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/gevent/) (requires-python:>=3.8) Collecting gevent Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f01/c9adbcb605364/gevent-22.10.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB) Collecting kazoo Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/de2/d69168de432ff/kazoo-2.10.0-py2.py3-none-any.whl (148 kB) Collecting bottle<0.13 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d6f/15f9d422670b7/bottle-0.12.25-py3-none-any.whl (90 kB) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5c3/c3d9895b551b7/netaddr-1.3.0.tar.gz#sha256=5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/netaddr/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c2c/6a8ebe5554ce3/netaddr-1.3.0-py3-none-any.whl#sha256=c2c6a8ebe5554ce33b7d5b3a306b71bbb373e000bbbf2350dd5213cc56e3dbbe (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/netaddr/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6eb/8fedf0412c6d2/netaddr-1.2.1.tar.gz#sha256=6eb8fedf0412c6d294d06885c110de945cf4d22d2b510d0404f4e06950857987 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/netaddr/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bd9/e9534b0d46af3/netaddr-1.2.1-py3-none-any.whl#sha256=bd9e9534b0d46af328cf64f0e5a23a5a43fca292df221c85580b27394793496e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/netaddr/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ac0/d67722a977a5c/netaddr-1.2.0.tar.gz#sha256=ac0d67722a977a5cee6e63688e72625812dd67510cd9bd002dfc0f5c5a706ebe (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/netaddr/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d31/a2b1697f10de7/netaddr-1.2.0-py3-none-any.whl#sha256=d31a2b1697f10de78251984f0a2d9e87ce1b1a3702b72efb6204cbcc7f670113 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/netaddr/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/eab/eba6219352575/netaddr-1.1.0.tar.gz#sha256=eabeba62193525757ed3ab4aacc4ab8089f84e57059fd41fde58df95c128a26d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/netaddr/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d54/2c37909f16246/netaddr-1.1.0-py3-none-any.whl#sha256=d542c37909f1624665ec7f59ea2e388a20eb678188f1b0c4cb50fdd600f89264 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/netaddr/) (requires-python:>=3.7) Collecting netaddr<1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/982/2305b42ea1020/netaddr-0.10.1-py2.py3-none-any.whl (2.2 MB) Collecting fysom Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e36/17b79f19220c7/fysom-2.1.6.tar.gz (19 kB) Preparing metadata (setup.py): started Running command python setup.py egg_info running egg_info creating /tmp/pip-pip-egg-info-59cmiq_e/fysom.egg-info writing /tmp/pip-pip-egg-info-59cmiq_e/fysom.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-59cmiq_e/fysom.egg-info/dependency_links.txt writing namespace_packages to /tmp/pip-pip-egg-info-59cmiq_e/fysom.egg-info/namespace_packages.txt writing top-level names to /tmp/pip-pip-egg-info-59cmiq_e/fysom.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-59cmiq_e/fysom.egg-info/SOURCES.txt' reading manifest file '/tmp/pip-pip-egg-info-59cmiq_e/fysom.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file '/tmp/pip-pip-egg-info-59cmiq_e/fysom.egg-info/SOURCES.txt' Preparing metadata (setup.py): finished with status 'done' Collecting six Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting timeout-decorator Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6a2/f2f58db1c5b24/timeout-decorator-0.5.0.tar.gz (4.8 kB) Preparing metadata (setup.py): started Running command python setup.py egg_info running egg_info creating /tmp/pip-pip-egg-info-n4n39lfv/timeout_decorator.egg-info writing /tmp/pip-pip-egg-info-n4n39lfv/timeout_decorator.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-n4n39lfv/timeout_decorator.egg-info/dependency_links.txt writing top-level names to /tmp/pip-pip-egg-info-n4n39lfv/timeout_decorator.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-n4n39lfv/timeout_decorator.egg-info/SOURCES.txt' reading manifest file '/tmp/pip-pip-egg-info-n4n39lfv/timeout_decorator.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file '/tmp/pip-pip-egg-info-n4n39lfv/timeout_decorator.egg-info/SOURCES.txt' Preparing metadata (setup.py): finished with status 'done' Collecting bitarray Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/251/cd5bd47f54289/bitarray-3.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (270 kB) Collecting cassandra-driver Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c43/10a7d0457f51a/cassandra-driver-3.29.2.tar.gz (293 kB) Preparing metadata (setup.py): started Running command python setup.py egg_info running egg_info creating /tmp/pip-pip-egg-info-4k_k9sjp/cassandra_driver.egg-info writing /tmp/pip-pip-egg-info-4k_k9sjp/cassandra_driver.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-4k_k9sjp/cassandra_driver.egg-info/dependency_links.txt writing requirements to /tmp/pip-pip-egg-info-4k_k9sjp/cassandra_driver.egg-info/requires.txt writing top-level names to /tmp/pip-pip-egg-info-4k_k9sjp/cassandra_driver.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-4k_k9sjp/cassandra_driver.egg-info/SOURCES.txt' package init file 'cassandra/column_encryption/__init__.py' not found (or not a regular file) reading manifest file '/tmp/pip-pip-egg-info-4k_k9sjp/cassandra_driver.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file '/tmp/pip-pip-egg-info-4k_k9sjp/cassandra_driver.egg-info/SOURCES.txt' Preparing metadata (setup.py): finished with status 'done' Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/eb8/2646c892dbdf7/configparser-7.1.0.tar.gz#sha256=eb82646c892dbdf773dae19c633044d163c3129971ae09b49410a303b8e0a5f7 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/98e/374573c4e10e9/configparser-7.1.0-py3-none-any.whl#sha256=98e374573c4e10e92399651e3ba1c47a438526d633c44ee96143dec26dad4299 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0cd/60670340a472e/configparser-7.0.1.tar.gz#sha256=0cd60670340a472ee39fb55552598a97afe8fae1d4a9aeb076864d3a327fd047 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5fe/c44ae45967311/configparser-7.0.1-py3-none-any.whl#sha256=5fec44ae45967311705ae3d12af0eeb9b4d720161e75141ca118b91a51d43b43 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/af3/c618a67aaaedc/configparser-7.0.0.tar.gz#sha256=af3c618a67aaaedc4d689fd7317d238f566b9aa03cae50102e92d7f0dfe78ba0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f46/d52a12811c637/configparser-7.0.0-py3-none-any.whl#sha256=f46d52a12811c637104c6bb8eb33693be0038ab6bf01d69aae009c39ec8c2017 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/db4/5513e971e5094/configparser-6.0.1.tar.gz#sha256=db45513e971e509496b150be31bd67b0e14ab20b78a383b677e4b158e2c682d8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5a0/da275bea56f87/configparser-6.0.1-py3-none-any.whl#sha256=5a0da275bea56f871abaa9e0806331791e9d8ae2938e8b8797b99ab3e8e192c4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ec9/14ab1e56c672d/configparser-6.0.0.tar.gz#sha256=ec914ab1e56c672de1f5c3483964e68f71b34e457904b7b76e06b922aec067a8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/900/ea2bb01b2540b/configparser-6.0.0-py3-none-any.whl#sha256=900ea2bb01b2540b1a644ad3d5351e9b961a4a012d4732f619375fb8f641ee19 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8be/267824b541c09/configparser-5.3.0.tar.gz#sha256=8be267824b541c09b08db124917f48ab525a6c3e837011f3130781a224c57090 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b06/5779fd93c6bf4/configparser-5.3.0-py3-none-any.whl#sha256=b065779fd93c6bf4cee42202fa4351b4bb842e96a3fb469440e484517a49b9fa (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/configparser/) (requires-python:>=3.7) Collecting configparser Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e8b/39238fb6f0153/configparser-5.2.0-py3-none-any.whl (19 kB) Requirement already satisfied: contrail-api-client in /usr/lib/python3.6/site-packages (from -r /opt/opensdn/pip/cfgm_common/requirements.txt (line 6)) (master.1.1.3.0.3) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4ce/3ac6cdb6adf79/greenlet-3.1.1.tar.gz#sha256=4ce3ac6cdb6adf7946475d7ef31777c26d94bccc377e070a7986bd2d5c515467 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/greenlet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b39/5121e9bbe8d02/greenlet-3.1.0.tar.gz#sha256=b395121e9bbe8d02a750886f108d540abe66075e61e22f7353d9acb0b81be0f0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/greenlet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/433/7444235325955/greenlet-3.0.3.tar.gz#sha256=43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/greenlet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1c1/129bc47266d83/greenlet-3.0.2.tar.gz#sha256=1c1129bc47266d83444c85a8e990ae22688cf05fb20d7951fd2866007c2ba9bc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/greenlet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/816/bd9488a94cba7/greenlet-3.0.1.tar.gz#sha256=816bd9488a94cba78d93e1abb58000e8266fa9cc2aa9ccdd6eb0696acb24005b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/greenlet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/198/34e3f91f48544/greenlet-3.0.0.tar.gz#sha256=19834e3f91f485442adc1ee440171ec5d9a4840a1f7bd5ed97833544719ce10b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/greenlet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0df/5c2ad154f457f/greenlet-3.0.0rc3.tar.gz#sha256=0df5c2ad154f457fd372e39723493b3df519330a4c1bff3ca901be66130f379b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/greenlet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1a2/50a321e04ea89/greenlet-3.0.0rc2.tar.gz#sha256=1a250a321e04ea89300c5a493b7f6e41512bac66adbc79b493eba4c2335c1a1d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/greenlet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/503/3ed6e89255d98/greenlet-3.0.0rc1.tar.gz#sha256=5033ed6e89255d989a2cc32fcacc22c105a19716409c59d45e2af2d1e8bcccb6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/greenlet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1bd/4ea36f0aeb14c/greenlet-3.0.0a1.tar.gz#sha256=1bd4ea36f0aeb14ca335e0c9594a5aaefa1ac4e2db7d86ba38f0be96166b3102 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/greenlet/) (requires-python:>=3.7) Collecting greenlet Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cd0/21c754b162c0f/greenlet-2.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (564 kB) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bdd/81768dcaef31d/kombu-5.5.0rc1.tar.gz#sha256=bdd81768dcaef31d16ed7ad17f4b1db97a635493bfa592fe43f1279568481063 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/24b/e7cd3d1baf888/kombu-5.5.0rc1-py3-none-any.whl#sha256=24be7cd3d1baf8885f8b124d8ba933b962009d50828e187feee476569674f934 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/eef/572dd2fd9fc61/kombu-5.4.2.tar.gz#sha256=eef572dd2fd9fc614b37580e3caeafdd5af46c1eff31e7fba89138cdb406f2cf (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/142/12f5ccf022fc0/kombu-5.4.2-py3-none-any.whl#sha256=14212f5ccf022fc0a70453bb025a1dcc32782a588c49ea866884047d66e14763 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1c0/5178826dab811/kombu-5.4.1.tar.gz#sha256=1c05178826dab811f8cab5b0a154d42a7a33d8bcdde9fa3d7b4582e43c3c03db (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/621/d365f234e4c08/kombu-5.4.1-py3-none-any.whl#sha256=621d365f234e4c089596f3a2510f1ade07026efc28caca426161d8f458786cab (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ad2/00a8dbdaaa2bb/kombu-5.4.0.tar.gz#sha256=ad200a8dbdaaa2bbc5f26d2ee7d707d9a1fded353a0f4bd751ce8c7d9f449c60 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c8d/d99820467610b/kombu-5.4.0-py3-none-any.whl#sha256=c8dd99820467610b4febbc7a9e8a0d3d7da2d35116b67184418b51cc520ea6b6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f5d/5f6bcaea539ff/kombu-5.4.0rc3.tar.gz#sha256=f5d5f6bcaea539ff58619eea4c3b05c9b54e7578846eaa280696730e162846d1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/74a/75e170f941a20/kombu-5.4.0rc3-py3-none-any.whl#sha256=74a75e170f941a20fd24e90826b3464d41264a12ec60df0c2ca84887cfd732b3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/821/03abcb6cfd7ff/kombu-5.4.0rc2.tar.gz#sha256=82103abcb6cfd7fff878c3e4f5bae64cfe76b0f593087a2717e1b7250a4f5118 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8e5/24af154fe54ef/kombu-5.4.0rc2-py3-none-any.whl#sha256=8e524af154fe54efc7216cd3c13e5af77790289c4f8a752402819391aaab3796 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/290/beae339ad072c/kombu-5.4.0rc1.tar.gz#sha256=290beae339ad072ccfb9dc9811c5e235a90c6740a12e3847e510ea20ed5a8311 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6d1/d976fd8925421/kombu-5.4.0rc1-py3-none-any.whl#sha256=6d1d976fd8925421d498d854875b81b402ad352c17d991842f21f652b084f613 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/011/c4cd9a355c14a/kombu-5.3.7.tar.gz#sha256=011c4cd9a355c14a1de8d35d257314a1d2456d52b7140388561acac3cf1a97bf (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/563/4c511926309c7/kombu-5.3.7-py3-none-any.whl#sha256=5634c511926309c7f9789f1433e9ed402616b56836ef9878f01bd59267b4c7a9 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f3d/a5b570a147a5d/kombu-5.3.6.tar.gz#sha256=f3da5b570a147a5da8280180aa80b03807283d63ea5081fcdb510d18242431d9 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/49f/1e62b12369045/kombu-5.3.6-py3-none-any.whl#sha256=49f1e62b12369045de2662f62cc584e7df83481a513db83b01f87b5b9785e378 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/30e/470f1a6b49c70/kombu-5.3.5.tar.gz#sha256=30e470f1a6b49c70dc6f6d13c3e4cc4e178aa6c469ceb6bcd55645385fc84b93 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0ea/c1bbb464afe6f/kombu-5.3.5-py3-none-any.whl#sha256=0eac1bbb464afe6fb0924b21bf79460416d25d8abc52546d4f16cad94f789488 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0bb/2e278644d11de/kombu-5.3.4.tar.gz#sha256=0bb2e278644d11dea6272c17974a3dbb9688a949f3bb60aeb5b791329c44fadc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/63b/b093fc9bb80cf/kombu-5.3.4-py3-none-any.whl#sha256=63bb093fc9bb80cfb3a0972336a5cec1fa7ac5f9ef7e8237c6bf8dda9469313e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/149/1df826cfc5178/kombu-5.3.3.tar.gz#sha256=1491df826cfc5178c80f3e89dd6dfba68e484ef334db81070eb5cb8094b31167 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6cd/5c5d5ef775384/kombu-5.3.3-py3-none-any.whl#sha256=6cd5c5d5ef77538434b8f81f3e265c414269418645dbb47dbf130a8a05c3e357 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0ba/213f630a2cb27/kombu-5.3.2.tar.gz#sha256=0ba213f630a2cb2772728aef56ac6883dc3a2f13435e10048f6e97d48506dbbd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b75/3c9cfc9b1e976/kombu-5.3.2-py3-none-any.whl#sha256=b753c9cfc9b1e976e637a7cbc1a65d446a22e45546cd996ea28f932082b7dc9e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fbd/7572d92c0bf71/kombu-5.3.1.tar.gz#sha256=fbd7572d92c0bf71c112a6b45163153dea5a7b6a701ec16b568c27d0fd2370f2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/48e/e589e8833126f/kombu-5.3.1-py3-none-any.whl#sha256=48ee589e8833126fd01ceaa08f8a2041334e9f5894e5763c8486a550454551e9 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d08/4ec1f96f7a7c3/kombu-5.3.0.tar.gz#sha256=d084ec1f96f7a7c37ba9e816823bdbc08f0fc7ddb3a5be555805e692102297d8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fa9/be55281bb351b/kombu-5.3.0-py3-none-any.whl#sha256=fa9be55281bb351ba9da582b2a74e3dd5015b8d075b287e4d16f0b2f25fefcc2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8e1/0da0d5c5823db/kombu-5.3.0rc2.tar.gz#sha256=8e10da0d5c5823dbfc0c30b5b5edb2f3b0e64c2a8378eb19d0bc0425b9c88f6f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/10f/17896f9d5dc28/kombu-5.3.0rc2-py3-none-any.whl#sha256=10f17896f9d5dc28b80a882badbd333931c77c82aaa45cd4b84fcdc74398ff2b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fd0/f2665552109ed/kombu-5.3.0rc1.tar.gz#sha256=fd0f2665552109ed980249e97ab91b730690b073bc417481af0a8228d81620c7 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1d5/65fd1aad51f7b/kombu-5.3.0rc1-py3-none-any.whl#sha256=1d565fd1aad51f7bca86ba35dee7857303007de64a4500b8a86d83634380c487 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/316/df5e840f284d0/kombu-5.3.0b3.tar.gz#sha256=316df5e840f284d0671b9000bbf747da2b00f3b81433c720de66a5f659e5711d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4ad/23178dcd11192/kombu-5.3.0b3-py3-none-any.whl#sha256=4ad23178dcd11192672d1fad598ace737d1044dbf31edf335a800ed26a9fb2fb (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cf9/e28447754db3b/kombu-5.3.0b2.tar.gz#sha256=cf9e28447754db3bfda01f49177924902ae7adccfd8f3ac05c39bfed891bb8e1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6a0/43f57eb5dc9fb/kombu-5.3.0b2-py3-none-any.whl#sha256=6a043f57eb5dc9fb412e38d3b2442f74149520cfa965be16709b6fbccbe2b60f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/775/6bf0d2a0036b1/kombu-5.3.0b1.tar.gz#sha256=7756bf0d2a0036b1e9774aebce3e42127207394ec8c888f3997b0e12e7c4a160 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/348/6dbfd9fc5a7e1/kombu-5.3.0b1-py3-none-any.whl#sha256=3486dbfd9fc5a7e1568815236a5aac2bc423049c8566484c2cfabc0873097624 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/02f/3258b75c96758/kombu-5.3.0a1.tar.gz#sha256=02f3258b75c967586418e10942a14996900a04c62ea23252b4b4d3dd5c6d81ab (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4d3/005d7164af564/kombu-5.3.0a1-py3-none-any.whl#sha256=4d3005d7164af56434d5623d9ee1172989ad9c8570118c21cbf5d49dafee9f5c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/37c/ee3ee725f94ea/kombu-5.2.4.tar.gz#sha256=37cee3ee725f94ea8bb173eaab7c1760203ea53bbebae226328600f9d2799610 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8b2/13b24293d3417/kombu-5.2.4-py3-none-any.whl#sha256=8b213b24293d3417bcf0d2f5537b7f756079e3ea232a8386dcc89a59fd2361a4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/81a/90c1de97e08d3/kombu-5.2.3.tar.gz#sha256=81a90c1de97e08d3db37dbf163eaaf667445e1068c98bfd89f051a40e9f6dbbd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/eea/eb8024f3a5cfc/kombu-5.2.3-py3-none-any.whl#sha256=eeaeb8024f3a5cfc71c9250e45cddb8493f269d74ada2f74909a93c59c4b4179 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0f5/d0763fb916808/kombu-5.2.2.tar.gz#sha256=0f5d0763fb916808f617b886697b2be28e6bc35026f08e679697fc814b48a608 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d36/f0cde6a18d9eb/kombu-5.2.2-py3-none-any.whl#sha256=d36f0cde6a18d9eb7b6b3aa62a59bfdff7f5724689850e447eca5be8efc9d501 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f26/2a2adc71b53e5/kombu-5.2.1.tar.gz#sha256=f262a2adc71b53e5b7dad4933bbdee65d8766ca4df6a9043b13edaad2144aaec (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/31b/d287191bf56b1/kombu-5.2.1-py3-none-any.whl#sha256=31bd287191bf56b1addba54a28eced8d6b6b5ba57ad184f48b065578f73c8e33 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/af1/7a0ab0c7508dd/kombu-5.2.0.tar.gz#sha256=af17a0ab0c7508dd50cc9d1378d0cf68566a953fca8aaae4e8dab107a79aa440 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8ee/fdb136d154497/kombu-5.2.0-py3-none-any.whl#sha256=8eefdb136d15449743f5db3d7af53cf0f1eb283c011ed670986c745bef268b81 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/kombu/) (requires-python:>=3.7) Collecting kombu Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e2d/edd8a86c9077c/kombu-5.1.0-py3-none-any.whl (187 kB) Requirement already satisfied: sandesh==0.1.dev0 in /usr/lib/python3.6/site-packages (from -r /opt/opensdn/pip/cfgm_common/requirements.txt (line 13)) (0.1.dev0) Requirement already satisfied: sandesh-common in /usr/lib/python3.6/site-packages (from -r /opt/opensdn/pip/cfgm_common/requirements.txt (line 14)) (0.1.dev0) Collecting simplejson Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cb3/24bb903330cbb/simplejson-3.19.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (125 kB) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9a6/4265f40603128/stevedore-5.3.0.tar.gz#sha256=9a64265f4060312828151c204efbe9b7a9852a0d9228756344dbc7e4023e375a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1ef/d34ca08f474da/stevedore-5.3.0-py3-none-any.whl#sha256=1efd34ca08f474dad08d9b19e934a22c68bb6fe416926479ba29e5013bcc8f78 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/46b/93ca40e1114ce/stevedore-5.2.0.tar.gz#sha256=46b93ca40e1114cea93d738a6c1e365396981bb6bb78c27045b7587c9473544d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1c1/5d95766ca0569/stevedore-5.2.0-py3-none-any.whl#sha256=1c15d95766ca0569cad14cb6272d4d31dae66b011a929d7c18219c176ea1b5c9 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a54/534acf9b89bc7/stevedore-5.1.0.tar.gz#sha256=a54534acf9b89bc7ed264807013b505bf07f74dbe4bcfa37d32bd063870b087c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8cc/040628f3cea5d/stevedore-5.1.0-py3-none-any.whl#sha256=8cc040628f3cea5d7128f2e76cf486b2251a4e543c7b938f58d9a377f6694a2d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2c4/28d2338976279/stevedore-5.0.0.tar.gz#sha256=2c428d2338976279e8eb2196f7a94910960d9f7ba2f41f3988511e95ca447021 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bd5/a71ff5e5e5f5e/stevedore-5.0.0-py3-none-any.whl#sha256=bd5a71ff5e5e5f5ea983880e4a1dd1bb47f8feebbb3d95b592398e2f02194771 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7f8/aeb6e3f90f968/stevedore-4.1.1.tar.gz#sha256=7f8aeb6e3f90f96832c301bff21a7eb5eefbe894c88c506483d355565d88cc1a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/aa6/436565c069b29/stevedore-4.1.1-py3-none-any.whl#sha256=aa6436565c069b2946fe4ebff07f5041e0c8bf18c7376dd29edf80cf7d524e4e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/025/18a8f0d6d29be/stevedore-4.1.0.tar.gz#sha256=02518a8f0d6d29be8a445b7f2ac63753ff29e8f2a2faa01777568d5500d777a6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3b1/cbd592a87315f/stevedore-4.1.0-py3-none-any.whl#sha256=3b1cbd592a87315f000d05164941ee5e164899f8fc0ce9a00bb0f321f40ef93e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a72/d10f563df3f97/stevedore-4.0.2.tar.gz#sha256=a72d10f563df3f9744b1c419de73477422685cb496cccdd3fe1581c868de435f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/33a/5da8b622bbe67/stevedore-4.0.2-py3-none-any.whl#sha256=33a5da8b622bbe67766849496ec317bf6679b330e25a335de7c95c2ad5ff3a43 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9a2/3111a6e612270/stevedore-4.0.1.tar.gz#sha256=9a23111a6e612270c591fd31ff3321c6b5f3d5f3dabb1427317a5ab608fc261a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/016/45addb67beff0/stevedore-4.0.1-py3-none-any.whl#sha256=01645addb67beff04c7cfcbb0a6af8327d2efc3380b0f034aa316d4576c4d470 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f82/cc99a1ff55231/stevedore-4.0.0.tar.gz#sha256=f82cc99a1ff552310d19c379827c2c64dd9f85a38bcd5559db2470161867b786 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/87e/4d27fe96d0d7e/stevedore-4.0.0-py3-none-any.whl#sha256=87e4d27fe96d0d7e4fc24f0cbe3463baae4ec51e81d95fbe60d2474636e0c7d8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/stevedore/) (requires-python:>=3.8) Collecting stevedore Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fa2/630e3d0ad3e22/stevedore-3.5.2-py3-none-any.whl (50 kB) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e7d/814a81dad81e6/urllib3-2.2.3.tar.gz#sha256=e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ca8/99ca043dcb1ba/urllib3-2.2.3-py3-none-any.whl#sha256=ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dd5/05485549a7a55/urllib3-2.2.2.tar.gz#sha256=dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a44/8b2f64d686155/urllib3-2.2.2-py3-none-any.whl#sha256=a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d05/70876c61ab9e5/urllib3-2.2.1.tar.gz#sha256=d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/450/b20ec296a4670/urllib3-2.2.1-py3-none-any.whl#sha256=450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/051/d961ad0c62a94/urllib3-2.2.0.tar.gz#sha256=051d961ad0c62a94e50ecf1af379c3aba230c66c710493493560c0c223c49f20 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ce3/711610ddce217/urllib3-2.2.0-py3-none-any.whl#sha256=ce3711610ddce217e6d113a2732fafad960a03fd0318c91faa79481e35c11224 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/df7/aa8afb0148fa7/urllib3-2.1.0.tar.gz#sha256=df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/559/01e917a5896a3/urllib3-2.1.0-py3-none-any.whl#sha256=55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c97/dfde1f7bd43a7/urllib3-2.0.7.tar.gz#sha256=c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fdb/6d215c7762784/urllib3-2.0.7-py3-none-any.whl#sha256=fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b19/e1a85d206b56d/urllib3-2.0.6.tar.gz#sha256=b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7a7/c7003b000adf9/urllib3-2.0.6-py3-none-any.whl#sha256=7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/13a/bf37382ea2ce6/urllib3-2.0.5.tar.gz#sha256=13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ef1/6afa8ba34a1f9/urllib3-2.0.5-py3-none-any.whl#sha256=ef16afa8ba34a1f989db38e1dbbe0c302e4289a47856990d0682e374563ce35e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8d2/2f86aae8ef5e4/urllib3-2.0.4.tar.gz#sha256=8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/de7/df1803967d2c2/urllib3-2.0.4-py3-none-any.whl#sha256=de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bee/28b5e56addb82/urllib3-2.0.3.tar.gz#sha256=bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/48e/7fafa40319d35/urllib3-2.0.3-py3-none-any.whl#sha256=48e7fafa40319d358848e1bc6809b208340fafe2096f1725d05d67443d0483d1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/617/17a1095d7e155/urllib3-2.0.2.tar.gz#sha256=61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d05/5c2f9d38dc53c/urllib3-2.0.2-py3-none-any.whl#sha256=d055c2f9d38dc53c808f6fdc8eab7360b6fdbbde02340ed25cfbcd817c62469e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2ce/66a68134be469/urllib3-2.0.1.tar.gz#sha256=2ce66a68134be469f5df5d46d724237489b3cd85b2bba2223dbbee1746548826 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d75/e5ece05ff170e/urllib3-2.0.1-py3-none-any.whl#sha256=d75e5ece05ff170e323303fd924edf29e705f5ae057c489f453a686b639bb68a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/da2/1131828d290d6/urllib3-2.0.0.tar.gz#sha256=da21131828d290d6331d0d93a18f062ead1ec4fe0cfebbcefc95ee5368f7188a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8f7/f917bc6ff1c02/urllib3-2.0.0-py3-none-any.whl#sha256=8f7f917bc6ff1c021c4b7b677229c455a7612878748581f6de39fd45e4fa21ae (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/acf/734cd9087d175/urllib3-2.0.0a4.tar.gz#sha256=acf734cd9087d1753c3f3911ed2f012b8f42d6105fec85917ae5a46a1ea5ff27 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3ec/27a8f3c211a62/urllib3-2.0.0a4-py3-none-any.whl#sha256=3ec27a8f3c211a622cd695559143486cecc9799eb7f004c732e7af61dc2fd6a0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e9a/0f2b78aacde2b/urllib3-2.0.0a3.tar.gz#sha256=e9a0f2b78aacde2bfa9146c01558685c3fdc0d73e8846884e95360bd6a67b151 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/db9/3f543bdff5ca9/urllib3-2.0.0a3-py3-none-any.whl#sha256=db93f543bdff5ca96a0f1133028b7f50dc998a0c78df75dd08dfc37fafcaa520 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/293/48156a1294ab3/urllib3-2.0.0a2.tar.gz#sha256=29348156a1294ab31c4990f11e6546489cdfe6872b8409afaab5566bfe1b7585 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/70c/27a9a3463830c/urllib3-2.0.0a2-py3-none-any.whl#sha256=70c27a9a3463830c0d3a6ac4975527636464a786e1b2e065d5feb284d13ec8ba (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9e6/78d1a0aa9d058/urllib3-2.0.0a1.tar.gz#sha256=9e678d1a0aa9d0587e90416000869197e7ee2e339f12f21dff9a70b3f3ebeb4a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3b8/890a2ba9fc213/urllib3-2.0.0a1-py3-none-any.whl#sha256=3b8890a2ba9fc21372c873d1d71b891ccda4af7e6f6f2e9086bb2b5c4b53e98d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/urllib3/) (requires-python:>=3.7) Collecting urllib3<1.27,>=1.21.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0ed/14ccfbf1c30a9/urllib3-1.26.20-py2.py3-none-any.whl (144 kB) Collecting certifi>=2017.4.17 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/922/820b53db7a725/certifi-2024.8.30-py3-none-any.whl (167 kB) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/223/217c3d4f82c3a/charset_normalizer-3.4.0.tar.gz#sha256=223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fe9/f97feb71aa989/charset_normalizer-3.4.0-py3-none-any.whl#sha256=fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f30/c3cb33b24454a/charset-normalizer-3.3.2.tar.gz#sha256=f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3e4/d1f6587322d27/charset_normalizer-3.3.2-py3-none-any.whl#sha256=3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d91/37a8760206619/charset-normalizer-3.3.1.tar.gz#sha256=d9137a876020661972ca6eec0766d81aef8a5627df628b664b234b73396e727e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/800/561453acdeced/charset_normalizer-3.3.1-py3-none-any.whl#sha256=800561453acdecedaac137bf09cd719c7a440b6800ec182f077bb8e7025fb708 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/635/63193aec44bce/charset-normalizer-3.3.0.tar.gz#sha256=63563193aec44bce707e0c5ca64ff69fa72ed7cf34ce6e11d5127555756fd2f6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e46/cd37076971c10/charset_normalizer-3.3.0-py3-none-any.whl#sha256=e46cd37076971c1040fc8c41273a8b3e2c624ce4f2be3f5dfcb7a430c1d3acc2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3bb/3d25a8e6c0aed/charset-normalizer-3.2.0.tar.gz#sha256=3bb3d25a8e6c0aedd251753a79ae98a093c7e7b471faa3aa9a93a81431987ace (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8e0/98148dd37b4ce/charset_normalizer-3.2.0-py3-none-any.whl#sha256=8e098148dd37b4ce3baca71fb394c81dc5d9c7728c95df695d2dca218edf40e6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/34e/0a2f9c370eb95/charset-normalizer-3.1.0.tar.gz#sha256=34e0a2f9c370eb95597aae63bf85eb5e96826d81e3dcf88b8886012906f509b5 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Link requires a different Python (3.6.8 not in: '>=3.7.0'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3d9/098b479e78c85/charset_normalizer-3.1.0-py3-none-any.whl#sha256=3d9098b479e78c85080c98e1e35ff40b4a31d8953102bb0fd7d1b6f8a2111a3d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/charset-normalizer/) (requires-python:>=3.7.0) Collecting charset-normalizer~=2.0.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/688/1edbebdb17b39/charset_normalizer-2.0.12-py3-none-any.whl (39 kB) Collecting idna<4,>=2.5 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/946/d195a0d259cbb/idna-3.10-py3-none-any.whl (70 kB) Requirement already satisfied: setuptools in /usr/local/lib/python3.6/site-packages (from gevent->-r /opt/opensdn/pip/libpartition/requirements.txt (line 1)) (59.6.0) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/428/4d664ef0ff7b7/zope.interface-7.1.1.tar.gz#sha256=4284d664ef0ff7b709836d4de7b13d80873dc5faeffc073abdb280058bfac5e3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3f0/05869a1a05e36/zope_interface-7.1.0.tar.gz#sha256=3f005869a1a05e368965adb2075f97f8ee9a26c61898a9e52a9764d93774f237 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cd2/690d4b08ec9ea/zope.interface-7.0.3.tar.gz#sha256=cd2690d4b08ec9eaf47a85914fe513062b20da78d10d6d789a792c0b20307fb1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f11/46bb27a411d0d/zope.interface-7.0.2.tar.gz#sha256=f1146bb27a411d0d40cc0e88182a6b0e979d68ab526c8e5ae9e27c06506ed017 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f0f/5fda7cbf89037/zope.interface-7.0.1.tar.gz#sha256=f0f5fda7cbf890371a59ab1d06512da4f2c89a6ea194e595808123c863c38eff (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a66/99621e2e9565f/zope.interface-7.0.tar.gz#sha256=a6699621e2e9565fb34e40677fba6eb0974afc400063b3110d8a14d5b0c7a916 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1c2/07e6f6dfd5749/zope.interface-6.4.post2.tar.gz#sha256=1c207e6f6dfd5749a26f5a5fd966602d6b824ec00d2df84a7e9a924e8933654e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e99/61413091e3c9d/zope.interface-6.4.post1.tar.gz#sha256=e9961413091e3c9d5c3ed671757049cc6153280f39a154a0b633608efcfdec6b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e74/73d64b4b5e7c3/zope.interface-6.4.post0.tar.gz#sha256=e7473d64b4b5e7c3c8f6cc4cd4753e796f3176adbf965d17e2bccf50b1274b10 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b11/f2b67ccc990a1/zope_interface-6.4.tar.gz#sha256=b11f2b67ccc990a1522fa8cd3f5d185a068459f944ab2d0e7a1b15d31bcb4af4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f83/d6b4b22262d9a/zope.interface-6.3.tar.gz#sha256=f83d6b4b22262d9a826c3bd4b2fbfafe1d0000f085ef8e44cd1328eea274ae6a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3b6/c62813c63c543/zope.interface-6.2.tar.gz#sha256=3b6c62813c63c543a06394a636978b22dffa8c5410affc9331ce6cdb5bfa8565 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2fd/c7ccbd6eb6b7d/zope.interface-6.1.tar.gz#sha256=2fdc7ccbd6eb6b7df5353012fbed6c3c5d04ceaca0038f75e601060e95345309 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/167/ea1a5c28aad2f/zope.interface-6.1a2.tar.gz#sha256=167ea1a5c28aad2fa7fb0ca8761229bf54766ab6e696c80e592ee8c936ab1776 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/729/ecde69ea98746/zope.interface-6.1a1.tar.gz#sha256=729ecde69ea9874670b993125567738f4819ebd4442b528ea649674b37a6061d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/aab/584725afd10c7/zope.interface-6.0.tar.gz#sha256=aab584725afd10c710b8f1e6e208dbee2d0ad009f57d674cb9d1b3964037275d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-interface/) (requires-python:>=3.7) Collecting zope.interface Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d16/9ccd0756c15bb/zope.interface-5.5.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (253 kB) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bac/440d8d9891b40/zope.event-5.0.tar.gz#sha256=bac440d8d9891b4068e2b5a2c5e2c9765a9df762944bda6955f96bb9b91e67cd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-event/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/283/2e95014f4db26/zope.event-5.0-py3-none-any.whl#sha256=2832e95014f4db26c47a13fdaef84cef2f4df37e66b59d8f1f4a8f319a632c26 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zope-event/) (requires-python:>=3.7) Collecting zope.event Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/73d/9e3ef750cca14/zope.event-4.6-py2.py3-none-any.whl (6.8 kB) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/980/862a1d16c9e14/importlib_resources-6.4.5.tar.gz#sha256=980862a1d16c9e147a59603677fa2aa5fd82b87f223b6cb870695bcfce830065 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ac2/9d5f956f01d5e/importlib_resources-6.4.5-py3-none-any.whl#sha256=ac29d5f956f01d5e4bb63102a5a19957f1b9175e45649977264a1416783bb717 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/206/00c8b7361938d/importlib_resources-6.4.4.tar.gz#sha256=20600c8b7361938dc0bb2d5ec0297802e575df486f5a544fa414da65e13721f7 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dda/242603d1c9cd8/importlib_resources-6.4.4-py3-none-any.whl#sha256=dda242603d1c9cd836c3368b1174ed74cb4049ecd209e7a1a0104620c18c5c11 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4a2/02b9b9d38563b/importlib_resources-6.4.3.tar.gz#sha256=4a202b9b9d38563b46da59221d77bb73862ab5d79d461307bcb826d725448b98 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2d6/dfe3b9e055f72/importlib_resources-6.4.3-py3-none-any.whl#sha256=2d6dfe3b9e055f72495c2085890837fc8c758984e209115c8792bddcb762cd93 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6cb/fbefc449cc6e2/importlib_resources-6.4.2.tar.gz#sha256=6cbfbefc449cc6e2095dd184691b7a12a04f40bc75dd4c55d31c34f174cdf57a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8bb/a8c54a8a3afaa/importlib_resources-6.4.2-py3-none-any.whl#sha256=8bba8c54a8a3afaa1419910845fa26ebd706dc716dd208d9b158b4b6966f5c5c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5ed/e8acf5d752abd/importlib_resources-6.4.1.tar.gz#sha256=5ede8acf5d752abda46fb6922a4a6ab782b6d904dfd362bf2d8b857eee1759d9 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8fb/ee7ba7376ca7c/importlib_resources-6.4.1-py3-none-any.whl#sha256=8fbee7ba7376ca7c47ce8d31b96b93d8787349845f01ebdbee5ef90409035234 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cdb/2b453b8046ca4/importlib_resources-6.4.0.tar.gz#sha256=cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/50d/10f043df93190/importlib_resources-6.4.0-py3-none-any.whl#sha256=50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/963/eb79649252b01/importlib_resources-6.3.2.tar.gz#sha256=963eb79649252b0160c1afcfe5a1d3fe3ad66edd0a8b114beacffb70c0674223 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f41/f4098b16cd140/importlib_resources-6.3.2-py3-none-any.whl#sha256=f41f4098b16cd140a97d256137cfd943d958219007990b2afb00439fc623f580 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/29a/3d16556e330c3/importlib_resources-6.3.1.tar.gz#sha256=29a3d16556e330c3c8fb8202118c5ff41241cc34cbfb25989bbad226d99b7995 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/481/1639ca7fa830a/importlib_resources-6.3.1-py3-none-any.whl#sha256=4811639ca7fa830abdb8e9ca0a104dc6ad13de691d9fe0d3173a71304f068159 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/166/072a97e86917a/importlib_resources-6.3.0.tar.gz#sha256=166072a97e86917a9025876f34286f549b9caf1d10b35a1b372bffa1600c6569 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/783/407aa1cd05550/importlib_resources-6.3.0-py3-none-any.whl#sha256=783407aa1cd05550e3aa123e8f7cfaebee35ffa9cb0242919e2d1e4172222705 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/435/1403cba8e3a1c/importlib_resources-6.2.0.tar.gz#sha256=4351403cba8e3a1c03ff15b6bbea1cde4c6de00c705f49ea13909b404b415b9c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8d0/35473d681d9bb/importlib_resources-6.2.0-py3-none-any.whl#sha256=8d035473d681d9bb95d06a31ad18594962933405519d36f4af1565fe6f998ad6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/56f/b4525197b7854/importlib_resources-6.1.3.tar.gz#sha256=56fb4525197b78544a3354ea27793952ab93f935bb4bf746b846bb1015020f2b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4c0/269e3580fe263/importlib_resources-6.1.3-py3-none-any.whl#sha256=4c0269e3580fe2634d364b39b38b961540a7738c02cb984e98add8b4221d793d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/308/abf8474e2dba5/importlib_resources-6.1.2.tar.gz#sha256=308abf8474e2dba5f867d279237cd4076482c3de7104a40b41426370e891549b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9a0/a862501dc38b6/importlib_resources-6.1.2-py3-none-any.whl#sha256=9a0a862501dc38b68adebc82970140c9e4209fc99601782925178f8386339938 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/389/3a00122eafde6/importlib_resources-6.1.1.tar.gz#sha256=3893a00122eafde6894c59914446a512f728a0c1a45f9bb9b63721b6bacf0b4a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e8b/f90d8213b486f/importlib_resources-6.1.1-py3-none-any.whl#sha256=e8bf90d8213b486f428c9c39714b920041cb02c184686a3dee24905aaa8105d6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9d4/8dcccc213325e/importlib_resources-6.1.0.tar.gz#sha256=9d48dcccc213325e810fd723e7fbb45ccb39f6cf5c31f00cf2b965f5f10f3cb9 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/aa5/0258bbfa56d4e/importlib_resources-6.1.0-py3-none-any.whl#sha256=aa50258bbfa56d4e33fbd8aa3ef48ded10d1735f11532b8df95388cc6bdb7e83 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/435/9457e42708462/importlib_resources-6.0.1.tar.gz#sha256=4359457e42708462b9626a04657c6208ad799ceb41e5c58c57ffa0e6a098a5d4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/134/832a506243891/importlib_resources-6.0.1-py3-none-any.whl#sha256=134832a506243891221b88b4ae1213327eea96ceb4e407a00d790bb0626f45cf (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4cf/94875a8368bd8/importlib_resources-6.0.0.tar.gz#sha256=4cf94875a8368bd89531a756df9a9ebe1f150e0f885030b461237bc7f2d905f2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d95/2faee11004c04/importlib_resources-6.0.0-py3-none-any.whl#sha256=d952faee11004c045f785bb5636e8f885bed30dc3c940d5d42798a2a4541c185 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/82d/5c6cca930697d/importlib_resources-5.13.0.tar.gz#sha256=82d5c6cca930697dbbd86c93333bb2c2e72861d4789a11c2662b933e5ad2b528 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9f7/bd0c97b79972a/importlib_resources-5.13.0-py3-none-any.whl#sha256=9f7bd0c97b79972a6cce36a366356d16d5e13b09679c11a58f1014bfdf8e64b2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4be/82589bf5c1d79/importlib_resources-5.12.0.tar.gz#sha256=4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7b1/deeebbf351c75/importlib_resources-5.12.0-py3-none-any.whl#sha256=7b1deeebbf351c7578e09bf2f63fa2ce8b5ffec296e0d349139d43cca061a81a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/390/bfc5c00efd1ef/importlib_resources-5.11.1.tar.gz#sha256=390bfc5c00efd1ef7f7973828604def6d60a9c226c1638fe501faf1e7a3a7582 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/043/58673182e6b48/importlib_resources-5.11.1-py3-none-any.whl#sha256=04358673182e6b483bc9bab4c6d0b8a7e75a8f33bbe8a9009a90a23a34920146 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1e5/34a02295f3eee/importlib_resources-5.11.0.tar.gz#sha256=1e534a02295f3eeee0785e21b26c726557909cbaf1b871cf9adcbc0df44c1308 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c0a/55f37559b5e9c/importlib_resources-5.11.0-py3-none-any.whl#sha256=c0a55f37559b5e9ca1d3fce02d60243846245ad8f8d806a4484093806d4d0ae5 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1ad/02d09c5a54339/importlib_resources-5.10.4.tar.gz#sha256=1ad02d09c5a5433969811966e647672c52a3d9fb89ba088c2fe253cf52167abc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3a5/83a424e2850fd/importlib_resources-5.10.4-py3-none-any.whl#sha256=3a583a424e2850fdc1f6ef46cb365ed31e5db6c98effe2ad355895940a5e6d82 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b61/dfc33a21f55ed/importlib_resources-5.10.3.tar.gz#sha256=b61dfc33a21f55ed2c58209f46eac2272e5a8069a58e18664a8a0e22991f4d46 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6b0/33bf14e810558/importlib_resources-5.10.3-py3-none-any.whl#sha256=6b033bf14e8105581b4e05380b33d652be643fae8b47063f2fcdcaca91a8a7a7 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e4a/96c8cc0339647/importlib_resources-5.10.2.tar.gz#sha256=e4a96c8cc0339647ff9a5e0550d9f276fc5a01ffa276012b58ec108cfd7b8484 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7d5/43798b0beca10/importlib_resources-5.10.2-py3-none-any.whl#sha256=7d543798b0beca10b6a01ac7cafda9f822c54db9e8376a6bf57e0cbd74d486b6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/32b/b095bda29741f/importlib_resources-5.10.1.tar.gz#sha256=32bb095bda29741f6ef0e5278c42df98d135391bee5f932841efc0041f748dc3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c09/b067d82e72c66/importlib_resources-5.10.1-py3-none-any.whl#sha256=c09b067d82e72c66f4f8eb12332f5efbebc9b007c0b6c40818108c9870adc363 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c01/b1b94210d9849/importlib_resources-5.10.0.tar.gz#sha256=c01b1b94210d9849f286b86bb51bcea7cd56dde0600d8db721d7b81330711668 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ee1/7ec648f85480d/importlib_resources-5.10.0-py3-none-any.whl#sha256=ee17ec648f85480d523596ce49eae8ead87d5631ae1551f913c0100b5edd3437 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/548/1e97fb45af8dc/importlib_resources-5.9.0.tar.gz#sha256=5481e97fb45af8dcf2f798952625591c58fe599d0735d86b10f54de086a61681 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f78/a8df21a79bcc3/importlib_resources-5.9.0-py3-none-any.whl#sha256=f78a8df21a79bcc30cfd400bdc38f314333de7c0fb619763f6b9dabab8268bb7 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fa6/350b0f5ec4a29/importlib_resources-5.8.1.tar.gz#sha256=fa6350b0f5ec4a294aaf794a34b58c950f0a78d5c3de36d749abe1e22e8be5fc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3cd/3a19cc65381ec/importlib_resources-5.8.1-py3-none-any.whl#sha256=3cd3a19cc65381ec243e1ffa4c49cddc5da0226402b35d354b0003ce7586181b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/568/c9f16cb204f9d/importlib_resources-5.8.0.tar.gz#sha256=568c9f16cb204f9decc8d6d24a572eeea27dacbb4cee9e6b03a8025736769751 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/795/2325ffd516c05/importlib_resources-5.8.0-py3-none-any.whl#sha256=7952325ffd516c05a8ad0858c74dff2c3343f136fe66a6002b2623dd1d43f223 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b60/62987dfc51f0f/importlib_resources-5.7.1.tar.gz#sha256=b6062987dfc51f0fcb809187cffbd60f35df7acb4589091f154214af6d0d49d3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e44/7dc01619b1e95/importlib_resources-5.7.1-py3-none-any.whl#sha256=e447dc01619b1e951286f3929be820029d48c75eb25d265c28b92a16548212b8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f6a/4a9949f36ae28/importlib_resources-5.7.0.tar.gz#sha256=f6a4a9949f36ae289facec8dac1a899a54cbaf6a135cc8552d2c8b69209c06a3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9c4/c12f9ef4329a0/importlib_resources-5.7.0-py3-none-any.whl#sha256=9c4c12f9ef4329a00c1f72f30bddb4f10e582766b8705980bb76356b3ba8bc91 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1b9/3238cbf23b4cd/importlib_resources-5.6.0.tar.gz#sha256=1b93238cbf23b4cde34240dd8321d99e9bf2eb4bc91c0c99b2886283e7baad85 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a9d/d72f6cc106aeb/importlib_resources-5.6.0-py3-none-any.whl#sha256=a9dd72f6cc106aeb50f6e66b86b69b454766dd6e39b69ac68450253058706bcc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-resources/) (requires-python:>=3.7) Collecting importlib-resources Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/33a/95faed5fc19b4/importlib_resources-5.4.0-py3-none-any.whl (28 kB) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/51e/92231a0ef6aaa/geomet-1.1.0.tar.gz#sha256=51e92231a0ef6aaa63ac20c443377ba78a303fd2ecd179dc3567de79f3c11605 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/geomet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/437/2fe4e286a34ac/geomet-1.1.0-py3-none-any.whl#sha256=4372fe4e286a34acc6f2e9308284850bd8c4aa5bc12065e2abbd4995900db12f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/geomet/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7, <4'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/002/0a4426469934f/geomet-1.0.0.tar.gz#sha256=0020a4426469934fb58f541cdc23f27c0c0fbbb3d003ee2cb76bb7ffa96a7506 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/geomet/) (requires-python:>=3.7, <4) Link requires a different Python (3.6.8 not in: '>=3.7, <4'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bd6/1d9b67414d967/geomet-1.0.0-py3-none-any.whl#sha256=bd61d9b67414d967b4906468e4a22bb8814d6b3017441bf8bcbbd3700604630a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/geomet/) (requires-python:>=3.7, <4) Collecting geomet<0.3,>=0.1 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a41/a1e336b381416/geomet-0.2.1.post1-py3-none-any.whl (18 kB) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/715/22656f0abace1/importlib_metadata-8.5.0.tar.gz#sha256=71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/45e/54197d28b7a7f/importlib_metadata-8.5.0-py3-none-any.whl#sha256=45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9a5/47d3bc3608b02/importlib_metadata-8.4.0.tar.gz#sha256=9a547d3bc3608b025f93d403fdd1aae741c24fbb8314df4b155675742ce303c5 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/66f/342cc6ac9818f/importlib_metadata-8.4.0-py3-none-any.whl#sha256=66f342cc6ac9818fc6ff340576acd24d65ba0b3efabb2b4ac08b598965a4a2f1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9c8/fa6e8ea0f9516/importlib_metadata-8.3.0.tar.gz#sha256=9c8fa6e8ea0f9516ad5c8db9246a731c948193c7754d3babb0114a05b27dd364 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/428/17a4a0be5845d/importlib_metadata-8.3.0-py3-none-any.whl#sha256=42817a4a0be5845d22c6e212db66a94ad261e2318d80b3e0d363894a79df2b67 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/72e/8d43999961322/importlib_metadata-8.2.0.tar.gz#sha256=72e8d4399996132204f9a16dcc751af254a48f8d1b20b9ff0f98d4a8f901e73d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/119/01fa0c2f97919/importlib_metadata-8.2.0-py3-none-any.whl#sha256=11901fa0c2f97919b288679932bb64febaeacf289d18ac84dd68cb2e74213369 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fcd/cb1d5ead7bdf3/importlib_metadata-8.1.0.tar.gz#sha256=fcdcb1d5ead7bdf3dd32657bb94ebe9d2aabfe89a19782ddc32da5041d6ebfb4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3cd/29f739ed65973/importlib_metadata-8.1.0-py3-none-any.whl#sha256=3cd29f739ed65973840b068e3132135ce954c254d48b5b640484467ef7ab3c8c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/188/bd24e4c346d3f/importlib_metadata-8.0.0.tar.gz#sha256=188bd24e4c346d3f0a933f275c2fec67050326a856b9a359881d7c2a697e8812 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/155/84cf2b1bf449d/importlib_metadata-8.0.0-py3-none-any.whl#sha256=15584cf2b1bf449d98ff8a6ff1abef57bf20f3ac6454f431736cd3e660921b2f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/509/ecb2ab77071db/importlib_metadata-7.2.1.tar.gz#sha256=509ecb2ab77071db5137c655e24ceb3eee66e7bbc6574165d0d114d9fc4bbe68 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ffe/f94b0b66046dd/importlib_metadata-7.2.1-py3-none-any.whl#sha256=ffef94b0b66046dd8ea2d619b701fe978d9264d38f3998bc4c27ec3b146a87c8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3ff/4519071ed4274/importlib_metadata-7.2.0.tar.gz#sha256=3ff4519071ed42740522d494d04819b666541b9752c43012f85afb2cc220fcc6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/04e/4aad329b8b948/importlib_metadata-7.2.0-py3-none-any.whl#sha256=04e4aad329b8b948a5711d394fa8759cb80f009225441b4f2a02bd4d8e5f426c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b78/938b926ee8d5f/importlib_metadata-7.1.0.tar.gz#sha256=b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/309/62b96c0c22348/importlib_metadata-7.1.0-py3-none-any.whl#sha256=30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/198/f568f3230878c/importlib_metadata-7.0.2.tar.gz#sha256=198f568f3230878cb1b44fbd7975f87906c22336dba2e4a7f05278c281fbd792 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f4b/c4c0c070c490a/importlib_metadata-7.0.2-py3-none-any.whl#sha256=f4bc4c0c070c490abf4ce96d715f68e95923320370efb66143df00199bb6c100 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f23/8736bb06590ae/importlib_metadata-7.0.1.tar.gz#sha256=f238736bb06590ae52ac1fab06a3a9ef1d8dce2b7a35b5ab329371d6c8f5d2cc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/480/5911c3a4ec7c3/importlib_metadata-7.0.1-py3-none-any.whl#sha256=4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7fc/841f8b8332803/importlib_metadata-7.0.0.tar.gz#sha256=7fc841f8b8332803464e5dc1c63a2e59121f46ca186c0e2e182e80bf8c1319f7 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d97/503976bb81f40/importlib_metadata-7.0.0-py3-none-any.whl#sha256=d97503976bb81f40a193d41ee6570868479c69d5068651eb039c40d850c59d67 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/123/1cf92d825c9e0/importlib_metadata-6.11.0.tar.gz#sha256=1231cf92d825c9e03cfc4da076a16de6422c863558229ea0b22b675657463443 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f0a/fba6205ad8f89/importlib_metadata-6.11.0-py3-none-any.whl#sha256=f0afba6205ad8f8947c7d338b5342d5db2afbfd82f9cbef7879a9539cc12eb9b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/790/dcaa833b76d59/importlib_metadata-6.10.0.tar.gz#sha256=790dcaa833b76d59f1444cc6e2fec9ed09df1c12ea3ac499f478b7f33b9a5b0c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/455/2f51d852a2b73/importlib_metadata-6.10.0-py3-none-any.whl#sha256=4552f51d852a2b73153ca17167add744874c71f9fed5cd641d043923cd7b17fd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e8a/cb523c335a918/importlib_metadata-6.9.0.tar.gz#sha256=e8acb523c335a91822674e149b46c0399ec4d328c4d1f6e49c273da5ff0201b9 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1c8/dc6839ddc9771/importlib_metadata-6.9.0-py3-none-any.whl#sha256=1c8dc6839ddc9771412596926f24cb5a553bbd40624ee2c7e55e531542bed3b8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dba/ce7892d8c0c4a/importlib_metadata-6.8.0.tar.gz#sha256=dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3eb/b78df84a805d7/importlib_metadata-6.8.0-py3-none-any.whl#sha256=3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1aa/f550d4f73e5d6/importlib_metadata-6.7.0.tar.gz#sha256=1aaf550d4f73e5d6783e7acb77aec43d49da8017410afae93822cc9cca98c4d4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cb5/2082e659e97af/importlib_metadata-6.7.0-py3-none-any.whl#sha256=cb52082e659e97afc5dac71e79de97d8681de3aa07ff18578330904a9d18e5b5 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/925/01cdf9cc66ebd/importlib_metadata-6.6.0.tar.gz#sha256=92501cdf9cc66ebd3e612f1b4f0c0765dfa42f0fa38ffb319b6bd84dd675d705 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/43d/d286a2cd8995d/importlib_metadata-6.6.0-py3-none-any.whl#sha256=43dd286a2cd8995d5eaef7fee2066340423b818ed3fd70adf0bad5f1fac53fed (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b98/6d197242e4e99/importlib_metadata-6.5.1.tar.gz#sha256=b986d197242e4e9960a12743a6ec5a9fc8b3d7054612d90489452170785c98a5 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cd4/687a8df60d9ae/importlib_metadata-6.5.1-py3-none-any.whl#sha256=cd4687a8df60d9aefd424ed9364a8f29def203a9482ec8eb8e8070ef06075f89 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7a8/bdf1bc3a72629/importlib_metadata-6.5.0.tar.gz#sha256=7a8bdf1bc3a726297f5cfbc999e6e7ff6b4fa41b26bba4afc580448624460045 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/03b/a783c3a2c69d7/importlib_metadata-6.5.0-py3-none-any.whl#sha256=03ba783c3a2c69d751b109fc0c94a62c51f581b3d6acf8ed1331b6d5729321ff (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/eb1/a7933041f0f85/importlib_metadata-6.4.1.tar.gz#sha256=eb1a7933041f0f85c94cd130258df3fb0dec060ad8c1c9318892ef4192c47ce1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/63a/ce321e24167d1/importlib_metadata-6.4.1-py3-none-any.whl#sha256=63ace321e24167d12fbb176b6015f4dbe06868c54a2af4f15849586afb9027fd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6f9/397c044950120/importlib_metadata-6.4.0.tar.gz#sha256=6f9397c044950120016c12fa268680dae27e0663ffb8e53dafc7ecfcbd0dadb9 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2d9/fece0377fee13/importlib_metadata-6.4.0-py3-none-any.whl#sha256=2d9fece0377fee13ea64fe5ca6df59e994443eeec68d17bcec40e92b0b043c2a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/23c/2bcae4762dfb0/importlib_metadata-6.3.0.tar.gz#sha256=23c2bcae4762dfb0bbe072d358faec24957901d75b6c4ab11172c0c982532402 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8f8/bd2af397cf33b/importlib_metadata-6.3.0-py3-none-any.whl#sha256=8f8bd2af397cf33bd344d35cfe7f489219b7d14fc79a3f854b75b8417e9226b0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5a6/6966b39ff1c14/importlib_metadata-6.2.1.tar.gz#sha256=5a66966b39ff1c14ef5b2d60c1d842b0141fefff0f4cc6365b4bc9446c652807 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f65/e478a7c2177bd/importlib_metadata-6.2.1-py3-none-any.whl#sha256=f65e478a7c2177bd19517a3a15dac094d253446d8690c5f3e71e735a04312374 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/912/7aad2f49d7203/importlib_metadata-6.2.0.tar.gz#sha256=9127aad2f49d7203e7112098c12b92e4fd1061ccd18548cdfdc49171a8c073cc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/838/8b74023a138c6/importlib_metadata-6.2.0-py3-none-any.whl#sha256=8388b74023a138c605fddd0d47cb81dd706232569f56c9aca7d9c7fdb54caeba (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/43c/e9281e097583d/importlib_metadata-6.1.0.tar.gz#sha256=43ce9281e097583d758c2c708c4376371261a02c34682491a8e98352365aad20 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ff8/0f3b5394912eb/importlib_metadata-6.1.0-py3-none-any.whl#sha256=ff80f3b5394912eb1b108fcfd444dc78b7f1f3e16b16188054bd01cb9cb86f09 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/950/127d57e35a806/importlib_metadata-6.0.1.tar.gz#sha256=950127d57e35a806d520817d3e92eec3f19fdae9f0cd99da77a407c5aabefba3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/154/3daade821c89b/importlib_metadata-6.0.1-py3-none-any.whl#sha256=1543daade821c89b1c4a55986c326f36e54f2e6ca3bad96be4563d0acb74dcd4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e35/4bedeb60efa6a/importlib_metadata-6.0.0.tar.gz#sha256=e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7ef/b448ec9a5e313/importlib_metadata-6.0.0-py3-none-any.whl#sha256=7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5bad (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/404/d48d62bba0b7a/importlib_metadata-5.2.0.tar.gz#sha256=404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0ea/fa39ba42bf225/importlib_metadata-5.2.0-py3-none-any.whl#sha256=0eafa39ba42bf225fc00e67f701d71f85aead9f878569caf13c3724f704b970f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d50/59f9f1e8e41f8/importlib_metadata-5.1.0.tar.gz#sha256=d5059f9f1e8e41f80e9c56c2ee58811450c31984dfa625329ffd7c0dad88a73b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d84/d17e21670ec07/importlib_metadata-5.1.0-py3-none-any.whl#sha256=d84d17e21670ec07990e1044a99efe8d615d860fd176fc29ef5c306068fda313 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/da3/1db32b304314d/importlib_metadata-5.0.0.tar.gz#sha256=da31db32b304314d044d3c12c79bd59e307889b287ad12ff387b3500835fc2ab (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ddb/0e35065e8938f/importlib_metadata-5.0.0-py3-none-any.whl#sha256=ddb0e35065e8938f867ed4928d0ae5bf2a53b7773871bfe6bcc7e4fcdc7dea43 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dd0/173e8f150d681/importlib_metadata-4.13.0.tar.gz#sha256=dd0173e8f150d6815e098fd354f6414b0f079af4644ddfe90c71e2fc6174346d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8a8/a81bcf996e74f/importlib_metadata-4.13.0-py3-none-any.whl#sha256=8a8a81bcf996e74fee46f0d16bd3eaa382a7eb20fd82445c3ad11f4090334116 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/637/245b8bab2b650/importlib_metadata-4.12.0.tar.gz#sha256=637245b8bab2b6502fcbc752cc4b7a6f6243bb02b31c5c26156ad103d3d45670 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/740/1a975809ea1fd/importlib_metadata-4.12.0-py3-none-any.whl#sha256=7401a975809ea1fdc658c3aa4f78cc2195a0e019c5cbc4c06122884e9ae80c23 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5d2/6852efe48c0a3/importlib_metadata-4.11.4.tar.gz#sha256=5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c58/c8eb8a762858f/importlib_metadata-4.11.4-py3-none-any.whl#sha256=c58c8eb8a762858f49e18436ff552e83914778e50e9d2f1660535ffb364552ec (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ea4/c597ebf37142f/importlib_metadata-4.11.3.tar.gz#sha256=ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/120/8431ca90a8cca/importlib_metadata-4.11.3-py3-none-any.whl#sha256=1208431ca90a8cca1a6b8af391bb53c1a2db74e5d1cef6ddced95d4b2062edc6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b36/ffa925fe3139b/importlib_metadata-4.11.2.tar.gz#sha256=b36ffa925fe3139b2f6ff11d6925ffd4fa7bc47870165e3ac260ac7b4f91e6ac (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d16/e8c1deb60de41/importlib_metadata-4.11.2-py3-none-any.whl#sha256=d16e8c1deb60de41b8e8ed21c1a7b947b0bc62fab7e1d470bcdf331cea2e6735 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/175/f4ee440a0317f/importlib_metadata-4.11.1.tar.gz#sha256=175f4ee440a0317f6e8d81b7f8d4869f93316170a65ad2b007d2929186c8052c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e0b/c84ff355328a4/importlib_metadata-4.11.1-py3-none-any.whl#sha256=e0bc84ff355328a4adfc5240c4f211e0ab386f80aa640d1b11f0618a1d282094 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9e5/e553bbba1843c/importlib_metadata-4.11.0.tar.gz#sha256=9e5e553bbba1843cb4a00823014b907616be46ee503d2b9ba001d214a8da218f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6af/fcdb3aec542dd/importlib_metadata-4.11.0-py3-none-any.whl#sha256=6affcdb3aec542dd98df8211e730bba6c5f2bec8288d47bacacde898f548c9ad (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/951/f0d8a5b7260e9/importlib_metadata-4.10.1.tar.gz#sha256=951f0d8a5b7260e9db5e41d429285b5f451e928479f19d80818878527d36e95e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/899/e2a40a8c4a1ae/importlib_metadata-4.10.1-py3-none-any.whl#sha256=899e2a40a8c4a1aec681feef45733de8a6c58f3f6a0dbed2eb6574b4387a77b6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/92a/8b58ce734b2a4/importlib_metadata-4.10.0.tar.gz#sha256=92a8b58ce734b2a4494878e0ecf7d79ccd7a128b5fc6014c401e0b61f006f0f6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b7c/f7d3fef75f1e4/importlib_metadata-4.10.0-py3-none-any.whl#sha256=b7cf7d3fef75f1e4c80a96ca660efbd51473d7e8f39b5ab9210febc7809012a4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ee5/0794eccb0ec34/importlib_metadata-4.9.0.tar.gz#sha256=ee50794eccb0ec340adbc838344ebb9a6ff2bcba78f752d31fc716497e2149d6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e8b/45564028bc25f/importlib_metadata-4.9.0-py3-none-any.whl#sha256=e8b45564028bc25f8c99f546616112a6df5de6655893d7eb74c9a99680dc9751 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/importlib-metadata/) (requires-python:>=3.7) Collecting importlib-metadata>=0.18 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/65a/9576a5b2d58ca/importlib_metadata-4.8.3-py3-none-any.whl (17 kB) Collecting vine Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/40f/df3c48b2cfe1c/vine-5.1.0-py3-none-any.whl (9.6 kB) Collecting cached-property Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/df4/f613cf7ad9a58/cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) Collecting amqp<6.0.0,>=5.0.6 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/827/cb12fb0baa892/amqp-5.2.0-py3-none-any.whl (50 kB) Collecting pbr!=2.1.0,>=2.0.0 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a77/6ae228892d801/pbr-6.1.0-py2.py3-none-any.whl (108 kB) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ca9/853ad459e787e/click-8.1.7.tar.gz#sha256=ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ae7/4fb96c20a0277/click-8.1.7-py3-none-any.whl#sha256=ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/48e/e849951919527/click-8.1.6.tar.gz#sha256=48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fa2/44bb30b3b5ee2/click-8.1.6-py3-none-any.whl#sha256=fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4be/4b1af8d665c6d/click-8.1.5.tar.gz#sha256=4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e57/6aa487d679441/click-8.1.5-py3-none-any.whl#sha256=e576aa487d679441d7d30abb87e1b43d24fc53bffb8758443b1a9e1cee504548 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b97/d0c74955da062/click-8.1.4.tar.gz#sha256=b97d0c74955da062a7d4ef92fadb583806a585b2ea81958a81bd72726cbb8e37 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/273/9815aaa5d2c98/click-8.1.4-py3-none-any.whl#sha256=2739815aaa5d2c986a88f1e9230c55e17f0caad3d958a5e13ad0797c166db9e3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/768/2dc8afb302970/click-8.1.3.tar.gz#sha256=7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bb4/d8133cb15a609/click-8.1.3-py3-none-any.whl#sha256=bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/479/707fe14d9ec9a/click-8.1.2.tar.gz#sha256=479707fe14d9ec9a0757618b7a100a0ae4c4e236fac5b7f80ca68028141a1a72 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/24e/1a4a9ec5bf629/click-8.1.2-py3-none-any.whl#sha256=24e1a4a9ec5bf6299411369b208c1df2188d9eb8d916302fe6bf03faed227f1e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7ab/900e38149c987/click-8.1.1.tar.gz#sha256=7ab900e38149c9872376e8f9b5986ddcaf68c0f413cf73678a0bca5547e6f976 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5e0/d195c2067da31/click-8.1.1-py3-none-any.whl#sha256=5e0d195c2067da3136efb897449ec1e9e6c98282fbf30d7f9e164af9be901a6b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/977/c213473c7665d/click-8.1.0.tar.gz#sha256=977c213473c7665d3aa092b41ff12063227751c41d7b17165013e10069cc5cd2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/19a/4baa64da924c5/click-8.1.0-py3-none-any.whl#sha256=19a4baa64da924c5e0cd889aba8e947f280309f1a2ce0947a3e3a7bcb7cc72d6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/click/) (requires-python:>=3.7) Collecting click Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6a7/a62563bbfabfd/click-8.0.4-py3-none-any.whl (97 kB) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1a7/ead55c7e559dd/typing_extensions-4.12.2.tar.gz#sha256=1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/04e/5ca0351e0f3f8/typing_extensions-4.12.2-py3-none-any.whl#sha256=04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/915/f5e35ff76f565/typing_extensions-4.12.1.tar.gz#sha256=915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/602/4b58b69089e5a/typing_extensions-4.12.1-py3-none-any.whl#sha256=6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8cb/cdc8606ebcb0d/typing_extensions-4.12.0.tar.gz#sha256=8cbcdc8606ebcb0d95453ad7dc5065e6237b6aa230a31e81d0f440c30fed5fd8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b34/9c66bea9016ac/typing_extensions-4.12.0-py3-none-any.whl#sha256=b349c66bea9016ac22978d800cfff206d5f9816951f12a7d0ec5578b0a819594 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/be1/99d06d8f09ca2/typing_extensions-4.12.0rc1.tar.gz#sha256=be199d06d8f09ca2c9425e3aa04a9afba33e892fe079dea959e72df7f8442343 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f93/3a7b288a919ca/typing_extensions-4.12.0rc1-py3-none-any.whl#sha256=f933a7b288a919ca97adbff656e52ff81f7ff25d98a2aabb9355ca4090f772fe (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/985/5ec8d505eb4c5/typing_extensions-4.12.0a2.tar.gz#sha256=9855ec8d505eb4c573efed56a31be1405e0bdc3e7f38fb47b0a6319e87a62cbe (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fdd/95e57256ef39d/typing_extensions-4.12.0a2-py3-none-any.whl#sha256=fdd95e57256ef39dc7dafebfeecb0bc81699c1a9132b6e354390e13c12f0abba (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/83f/085bd5ca59c80/typing_extensions-4.11.0.tar.gz#sha256=83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c1f/94d72897edaf4/typing_extensions-4.11.0-py3-none-any.whl#sha256=c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6f1/117ac0cbe6453/typing_extensions-4.11.0rc1.tar.gz#sha256=6f1117ac0cbe64536f34520c4688cd144794f9b1d79690bfe0389aa12a347976 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/742/7ef26efa5e4e4/typing_extensions-4.11.0rc1-py3-none-any.whl#sha256=7427ef26efa5e4e465e3765af0e52d3897e3684c908efe20e3331e1ce51884b3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b0a/bd7c89e8fb96f/typing_extensions-4.10.0.tar.gz#sha256=b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/69b/1a937c3a51734/typing_extensions-4.10.0-py3-none-any.whl#sha256=69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/aee/036f82b858bd4/typing_extensions-4.10.0rc1.tar.gz#sha256=aee036f82b858bd4b43160c5dc2deb1780129223957eab47c3cac26b93b50e65 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ada/05f19b82a2ea6/typing_extensions-4.10.0rc1-py3-none-any.whl#sha256=ada05f19b82a2ea6eeac4e7412a2328e70b5237f05f3ffef49cae6db558a914e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/234/78f88c37f27d7/typing_extensions-4.9.0.tar.gz#sha256=23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/af7/2aea155e91adf/typing_extensions-4.9.0-py3-none-any.whl#sha256=af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/56a/8f7a8776ea160/typing_extensions-4.9.0rc1.tar.gz#sha256=56a8f7a8776ea160e59ef0af6fc3a3a03b7d42156b90e47f0241515fcec620c2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cc2/2327e22d9b583/typing_extensions-4.9.0rc1-py3-none-any.whl#sha256=cc22327e22d9b583d1565ce1ed9f5ecc22831afa743f8789a403cad849fb702b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/df8/e4339e9cb7735/typing_extensions-4.8.0.tar.gz#sha256=df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8f9/2fc8806f9a6b6/typing_extensions-4.8.0-py3-none-any.whl#sha256=8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/86b/48a88e428cbd8/typing_extensions-4.8.0rc1.tar.gz#sha256=86b48a88e428cbd88382fb599b8101363c3d92799f965f6b634183367cca1526 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8ac/091074039c3b0/typing_extensions-4.8.0rc1-py3-none-any.whl#sha256=8ac091074039c3b0ecf99e8e339a9cdbcac65b6e6b9684eb692e1d521a5e6bee (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b75/ddc264f0ba561/typing_extensions-4.7.1.tar.gz#sha256=b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/440/d5dd3af93b060/typing_extensions-4.7.1-py3-none-any.whl#sha256=440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/935/ccf31549830cd/typing_extensions-4.7.0.tar.gz#sha256=935ccf31549830cda708b42289d44b6f74084d616a00be651601a4f968e77c82 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5d8/c9dac95c27d20/typing_extensions-4.7.0-py3-none-any.whl#sha256=5d8c9dac95c27d20df12fb1d97b9793ab8b2af8a3a525e68c80e21060c161771 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3c2/c2cd887648efa/typing_extensions-4.7.0rc1.tar.gz#sha256=3c2c2cd887648efa0ea8f8ba4260a1213058e8e4a25a6a6f4e084740b2c858e2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/162/24afa8cc2b367/typing_extensions-4.7.0rc1-py3-none-any.whl#sha256=16224afa8cc2b3679dd9e9a1efe719dd2e20a03f0cc2e4cc4c97870ae9622532 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d91/d5919357fe7f6/typing_extensions-4.6.3.tar.gz#sha256=d91d5919357fe7f681a9f2b5b4cb2a5f1ef0a1e9f59c4d8ff0d3491e05c0ffd5 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/88a/4153d8505aabb/typing_extensions-4.6.3-py3-none-any.whl#sha256=88a4153d8505aabbb4e13aacb7c486c2b4a33ca3b3f807914a9b4c844c471c26 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/060/06244c70ac8ee/typing_extensions-4.6.2.tar.gz#sha256=06006244c70ac8ee83fa8282cb188f697b8db25bc8b4df07be1873c43897060c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3a8/b36f13dd5fdc5/typing_extensions-4.6.2-py3-none-any.whl#sha256=3a8b36f13dd5fdc5d1b16fe317f5668545de77fa0b8e02006381fd49d731ab98 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/558/bc0c4145f01e6/typing_extensions-4.6.1.tar.gz#sha256=558bc0c4145f01e6405f4a5fdbd82050bd221b119f4bf72a961a1cfd471349d6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6ba/c751f4789b135/typing_extensions-4.6.1-py3-none-any.whl#sha256=6bac751f4789b135c43228e72de18637e9a6c29d12777023a703fd1a6858469f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ff6/b238610c747e4/typing_extensions-4.6.0.tar.gz#sha256=ff6b238610c747e44c268aa4bb23c8c735d665a63726df3f9431ce707f2aa768 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6ad/00b63f849b7dc/typing_extensions-4.6.0-py3-none-any.whl#sha256=6ad00b63f849b7dcc313b70b6b304ed67b2b2963b3098a33efe18056b1a9a223 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5cb/5f4a79139d699/typing_extensions-4.5.0.tar.gz#sha256=5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fb3/3085c39dd998a/typing_extensions-4.5.0-py3-none-any.whl#sha256=fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/151/1434bb92bf8dd/typing_extensions-4.4.0.tar.gz#sha256=1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/16f/a4864408f655d/typing_extensions-4.4.0-py3-none-any.whl#sha256=16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e6d/2677a32f47fc7/typing_extensions-4.3.0.tar.gz#sha256=e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/256/42c956049920a/typing_extensions-4.3.0-py3-none-any.whl#sha256=25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f1c/24655a0da0d1b/typing_extensions-4.2.0.tar.gz#sha256=f1c24655a0da0d1b67f07e17a5e6b2a105894e6824b92096378bb3668ef02376 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/665/7594ee297170d/typing_extensions-4.2.0-py3-none-any.whl#sha256=6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/typing-extensions/) (requires-python:>=3.7) Collecting typing-extensions>=3.6.4 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/21c/85e0fe4b9a155/typing_extensions-4.1.1-py3-none-any.whl (26 kB) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bc9/eb26f4506fda0/zipp-3.20.2.tar.gz#sha256=bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a81/7ac80d6cf4b23/zipp-3.20.2-py3-none-any.whl#sha256=a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c22/b14cc4763c5a5/zipp-3.20.1.tar.gz#sha256=c22b14cc4763c5a5b04134207736c107db42e9d3ef2d9779d465f5f1bcba572b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/996/0cd8967c8f85a/zipp-3.20.1-py3-none-any.whl#sha256=9960cd8967c8f85a56f920d5d507274e74f9ff813a0ab8889a5b5be2daf44064 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/014/5e43d89664cfe/zipp-3.20.0.tar.gz#sha256=0145e43d89664cfe1a2e533adc75adafed82fe2da404b4bbb6b026c0157bdb31 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/58d/a6168be89f0be/zipp-3.20.0-py3-none-any.whl#sha256=58da6168be89f0be59beb194da1250516fdaa062ccebd30127ac65d30045e10d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/61a/02feb08438034/zipp-3.19.3.tar.gz#sha256=61a02feb08438034af19c0e67c20aa2760968530b5062a7d281e49c6008281cf (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2ac/6af395ff48c67/zipp-3.19.3-py3-none-any.whl#sha256=2ac6af395ff48c672332197b27b2d3fb02881fa4dee2e4cbcbcce096bd500985 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bf1/dcf6450f873a1/zipp-3.19.2.tar.gz#sha256=bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f09/1755f667055f2/zipp-3.19.2-py3-none-any.whl#sha256=f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/354/27f6d5594f4ac/zipp-3.19.1.tar.gz#sha256=35427f6d5594f4acf82d25541438348c26736fa9b3afa2754bcd63cdb99d8e8f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/282/8e64edb5386ea/zipp-3.19.1-py3-none-any.whl#sha256=2828e64edb5386ea6a52e7ba7cdb17bb30a73a858f5eb6eb93d8d36f5ea26091 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/952/df858fb316442/zipp-3.19.0.tar.gz#sha256=952df858fb3164426c976d9338d3961e8e8b3758e2e059e0f754b8c4262625ee (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/96d/c6ad62f1441bc/zipp-3.19.0-py3-none-any.whl#sha256=96dc6ad62f1441bcaccef23b274ec471518daf4fbbc580341204936a5a3dddec (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/627/8d9ddbcfb1f10/zipp-3.18.2.tar.gz#sha256=6278d9ddbcfb1f1089a88fde84481528b07b0e10474e09dcfe53dad4069fa059 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/dce/197b859eb7962/zipp-3.18.2-py3-none-any.whl#sha256=dce197b859eb796242b0622af1b8beb0a722d52aa2f57133ead08edd5bf5374e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/288/4ed22e7d8961d/zipp-3.18.1.tar.gz#sha256=2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/206/f5a15f2af3dba/zipp-3.18.1-py3-none-any.whl#sha256=206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/df8/d042b02765029/zipp-3.18.0.tar.gz#sha256=df8d042b02765029a09b157efd8e820451045890acc30f8e37dd2f94a060221f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c1b/b803ed69d2cce/zipp-3.18.0-py3-none-any.whl#sha256=c1bb803ed69d2cce2373152797064f7e79bc43f0a3748eb494096a867e0ebf79 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/84e/64a1c28cf7e91/zipp-3.17.0.tar.gz#sha256=84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0e9/23e726174922d/zipp-3.17.0-py3-none-any.whl#sha256=0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ebc/15946aa78bd63/zipp-3.16.2.tar.gz#sha256=ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/679/e51dd4403591b/zipp-3.16.2-py3-none-any.whl#sha256=679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/857/b158da2cbf427/zipp-3.16.1.tar.gz#sha256=857b158da2cbf427b376da1c24fd11faecbac5a4ac7523c3607f8a01f94c2ec0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0b3/7c326d826d5ca/zipp-3.16.1-py3-none-any.whl#sha256=0b37c326d826d5ca35f2b9685cd750292740774ef16190008b00a0227c256fe0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/187/6cb065531855b/zipp-3.16.0.tar.gz#sha256=1876cb065531855bbe83b6c489dcf69ecc28f1068d8e95959fe8bbc77774c941 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5da/dc3ad0a1f825f/zipp-3.16.0-py3-none-any.whl#sha256=5dadc3ad0a1f825fe42ce1bce0f2fc5a13af2e6b2d386af5b0ff295bc0a287d3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/112/929ad649da941/zipp-3.15.0.tar.gz#sha256=112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/489/04fc76a60e542/zipp-3.15.0-py3-none-any.whl#sha256=48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9e5/421e176ef5ab4/zipp-3.14.0.tar.gz#sha256=9e5421e176ef5ab4c0ad896624e87a7b2f07aca746c9b2aa305952800cb8eecb (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/188/8345650333877/zipp-3.14.0-py3-none-any.whl#sha256=188834565033387710d046e3fe96acfc9b5e86cbca7f39ff69cf21a4128198b7 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/23f/70e964bc11a34/zipp-3.13.0.tar.gz#sha256=23f70e964bc11a34cef175bc90ba2914e1e4545ea1e3e2f67c079671883f9cb6 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e8b/2a36ea17df80f/zipp-3.13.0-py3-none-any.whl#sha256=e8b2a36ea17df80ffe9e2c4fda3f693c3dad6df1697d3cd3af232db680950b0b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a3c/ac813d4099359/zipp-3.12.1.tar.gz#sha256=a3cac813d40993596b39ea9e93a18e8a2076d5c378b8bc88ec32ab264e04ad02 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6c4/fe274b8f85ec7/zipp-3.12.1-py3-none-any.whl#sha256=6c4fe274b8f85ec73c37a8e4e3fa00df9fb9335da96fb789e3b96b318e5097b3 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/73e/fd63936398aac/zipp-3.12.0.tar.gz#sha256=73efd63936398aac78fd92b6f4865190119d6c91b531532e798977ea8dd402eb (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9eb/0a4c5feab9b08/zipp-3.12.0-py3-none-any.whl#sha256=9eb0a4c5feab9b08871db0d672745b53450d7f26992fd1e4653aa43345e97b86 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a7a/22e05929290a6/zipp-3.11.0.tar.gz#sha256=a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/83a/28fcb75844b5c/zipp-3.11.0-py3-none-any.whl#sha256=83a28fcb75844b5c0cdaf5aa4003c2d728c77e05f5aeabe8e95e56727005fbaa (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7a7/262fd930bd3e3/zipp-3.10.0.tar.gz#sha256=7a7262fd930bd3e36c50b9a64897aec3fafff3dfdeec9623ae22b40e93f99bb8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/4fc/b6f278987a660/zipp-3.10.0-py3-none-any.whl#sha256=4fcb6f278987a6605757302a6e40e896257570d11c51628968ccb2a47e80c6c1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/972/76b5f589df661/zipp-3.9.1.tar.gz#sha256=97276b5f589df6611b416f839d9e212d9122eadf8dbf2a7be39b74968d681c52 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/910/e3ea948f842be/zipp-3.9.1-py3-none-any.whl#sha256=910e3ea948f842be9addc22f51698c57c5a39053edf45a76bcafd2832a0b6cfb (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3a7/af91c3db40ec7/zipp-3.9.0.tar.gz#sha256=3a7af91c3db40ec72dd9d154ae18e008c69efe8ca88dde4f9a731bb82fe2f9eb (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/972/cfa31bc2fedd3/zipp-3.9.0-py3-none-any.whl#sha256=972cfa31bc2fedd3fa838a51e9bc7e64b7fb725a8c00e7431554311f180e9980 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/05b/45f1ee8f807d0/zipp-3.8.1.tar.gz#sha256=05b45f1ee8f807d0cc928485ca40a07cb491cf092ff587c0df9cb1fd154848d2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/47c/40d7fe183a6f2/zipp-3.8.1-py3-none-any.whl#sha256=47c40d7fe183a6f21403a199b3e4192cca5774656965b0a4988ad2f8feb5f009 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/56b/f8aadb83c24db/zipp-3.8.0.tar.gz#sha256=56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c4f/6e5bbf48e74f7/zipp-3.8.0-py3-none-any.whl#sha256=c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9f5/0f446828eb9d4/zipp-3.7.0.tar.gz#sha256=9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b47/250dd24f92b7d/zipp-3.7.0-py3-none-any.whl#sha256=b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/zipp/) (requires-python:>=3.7) Collecting zipp>=0.5 Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9fe/5ea21568a0a70/zipp-3.6.0-py3-none-any.whl (5.3 kB) Using legacy 'setup.py install' for fysom, since package 'wheel' is not installed. Using legacy 'setup.py install' for timeout-decorator, since package 'wheel' is not installed. Using legacy 'setup.py install' for cassandra-driver, since package 'wheel' is not installed. Installing collected packages: zipp, typing-extensions, importlib-metadata, zope.interface, zope.event, vine, urllib3, six, importlib-resources, idna, greenlet, click, charset-normalizer, certifi, requests, pbr, netaddr, gevent, geomet, fysom, future, cached-property, bottle, amqp, timeout-decorator, stevedore, simplejson, kombu, kazoo, configparser, cassandra-driver, bitarray changing mode of /usr/local/bin/normalizer to 755 WARNING: The script normalizer is installed in '/usr/local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. changing mode of /usr/local/bin/pbr to 755 WARNING: The script pbr is installed in '/usr/local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. changing mode of /usr/local/bin/netaddr to 755 WARNING: The script netaddr is installed in '/usr/local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. changing mode of /usr/local/bin/geomet to 755 WARNING: The script geomet is installed in '/usr/local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Running setup.py install for fysom: started Running command /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-fi183hwp/fysom_3cd4005de8b04a5a974e500bdb6f9ba7/setup.py'"'"'; __file__='"'"'/tmp/pip-install-fi183hwp/fysom_3cd4005de8b04a5a974e500bdb6f9ba7/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-n2tkoz4b/install-record.txt --single-version-externally-managed --no-compile --install-headers /usr/local/include/python3.6m/fysom running install /usr/local/lib/python3.6/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, running build running build_py creating build creating build/lib creating build/lib/fysom copying fysom/__init__.py -> build/lib/fysom running install_lib creating /usr/local/lib/python3.6/site-packages/fysom copying build/lib/fysom/__init__.py -> /usr/local/lib/python3.6/site-packages/fysom running install_egg_info running egg_info writing fysom.egg-info/PKG-INFO writing dependency_links to fysom.egg-info/dependency_links.txt writing namespace_packages to fysom.egg-info/namespace_packages.txt writing top-level names to fysom.egg-info/top_level.txt reading manifest file 'fysom.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'fysom.egg-info/SOURCES.txt' Copying fysom.egg-info to /usr/local/lib/python3.6/site-packages/fysom-2.1.6-py3.6.egg-info running install_scripts writing list of installed files to '/tmp/pip-record-n2tkoz4b/install-record.txt' Running setup.py install for fysom: finished with status 'done' changing mode of /usr/local/bin/futurize to 755 changing mode of /usr/local/bin/pasteurize to 755 WARNING: The scripts futurize and pasteurize are installed in '/usr/local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Running setup.py install for timeout-decorator: started Running command /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-fi183hwp/timeout-decorator_37edab8ef7374b73bc4c67153fe83b27/setup.py'"'"'; __file__='"'"'/tmp/pip-install-fi183hwp/timeout-decorator_37edab8ef7374b73bc4c67153fe83b27/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-isyrncw0/install-record.txt --single-version-externally-managed --no-compile --install-headers /usr/local/include/python3.6m/timeout-decorator running install /usr/local/lib/python3.6/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, running build running build_py creating build creating build/lib creating build/lib/timeout_decorator copying timeout_decorator/__init__.py -> build/lib/timeout_decorator copying timeout_decorator/timeout_decorator.py -> build/lib/timeout_decorator running install_lib creating /usr/local/lib/python3.6/site-packages/timeout_decorator copying build/lib/timeout_decorator/__init__.py -> /usr/local/lib/python3.6/site-packages/timeout_decorator copying build/lib/timeout_decorator/timeout_decorator.py -> /usr/local/lib/python3.6/site-packages/timeout_decorator running install_egg_info running egg_info writing timeout_decorator.egg-info/PKG-INFO writing dependency_links to timeout_decorator.egg-info/dependency_links.txt writing top-level names to timeout_decorator.egg-info/top_level.txt reading manifest file 'timeout_decorator.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'timeout_decorator.egg-info/SOURCES.txt' Copying timeout_decorator.egg-info to /usr/local/lib/python3.6/site-packages/timeout_decorator-0.5.0-py3.6.egg-info running install_scripts writing list of installed files to '/tmp/pip-record-isyrncw0/install-record.txt' Running setup.py install for timeout-decorator: finished with status 'done' Running setup.py install for cassandra-driver: started Running command /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/setup.py'"'"'; __file__='"'"'/tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-43y1amkp/install-record.txt --single-version-externally-managed --no-compile --install-headers /usr/local/include/python3.6m/cassandra-driver /usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py:119: PkgResourcesDeprecationWarning: master.1.1.3.0.3 is an invalid version and will not be supported in a future release PkgResourcesDeprecationWarning, /usr/local/lib/python3.6/site-packages/setuptools/installer.py:30: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. SetuptoolsDeprecationWarning, WARNING: The wheel package is not available. running install /usr/local/lib/python3.6/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/cassandra copying cassandra/__init__.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/auth.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/cluster.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/concurrent.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/connection.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/cqltypes.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/cython_deps.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/encoder.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/marshal.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/metadata.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/metrics.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/murmur3.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/policies.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/pool.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/protocol.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/query.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/segment.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/timestamps.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/type_codes.py -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/util.py -> build/lib.linux-x86_64-3.6/cassandra creating build/lib.linux-x86_64-3.6/cassandra/io copying cassandra/io/__init__.py -> build/lib.linux-x86_64-3.6/cassandra/io copying cassandra/io/asyncioreactor.py -> build/lib.linux-x86_64-3.6/cassandra/io copying cassandra/io/asyncorereactor.py -> build/lib.linux-x86_64-3.6/cassandra/io copying cassandra/io/eventletreactor.py -> build/lib.linux-x86_64-3.6/cassandra/io copying cassandra/io/geventreactor.py -> build/lib.linux-x86_64-3.6/cassandra/io copying cassandra/io/libevreactor.py -> build/lib.linux-x86_64-3.6/cassandra/io copying cassandra/io/twistedreactor.py -> build/lib.linux-x86_64-3.6/cassandra/io creating build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/__init__.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/columns.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/connection.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/functions.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/management.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/models.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/named.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/operators.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/query.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/statements.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine copying cassandra/cqlengine/usertype.py -> build/lib.linux-x86_64-3.6/cassandra/cqlengine creating build/lib.linux-x86_64-3.6/cassandra/graph copying cassandra/graph/__init__.py -> build/lib.linux-x86_64-3.6/cassandra/graph copying cassandra/graph/graphson.py -> build/lib.linux-x86_64-3.6/cassandra/graph copying cassandra/graph/query.py -> build/lib.linux-x86_64-3.6/cassandra/graph copying cassandra/graph/types.py -> build/lib.linux-x86_64-3.6/cassandra/graph creating build/lib.linux-x86_64-3.6/cassandra/datastax copying cassandra/datastax/__init__.py -> build/lib.linux-x86_64-3.6/cassandra/datastax creating build/lib.linux-x86_64-3.6/cassandra/datastax/insights copying cassandra/datastax/insights/__init__.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/insights copying cassandra/datastax/insights/registry.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/insights copying cassandra/datastax/insights/reporter.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/insights copying cassandra/datastax/insights/serializers.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/insights copying cassandra/datastax/insights/util.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/insights creating build/lib.linux-x86_64-3.6/cassandra/datastax/graph copying cassandra/datastax/graph/__init__.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph copying cassandra/datastax/graph/graphson.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph copying cassandra/datastax/graph/query.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph copying cassandra/datastax/graph/types.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph creating build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent copying cassandra/datastax/graph/fluent/__init__.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent copying cassandra/datastax/graph/fluent/_predicates.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent copying cassandra/datastax/graph/fluent/_query.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent copying cassandra/datastax/graph/fluent/_serializers.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent copying cassandra/datastax/graph/fluent/predicates.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent copying cassandra/datastax/graph/fluent/query.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent copying cassandra/datastax/graph/fluent/serializers.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent creating build/lib.linux-x86_64-3.6/cassandra/datastax/cloud copying cassandra/datastax/cloud/__init__.py -> build/lib.linux-x86_64-3.6/cassandra/datastax/cloud package init file 'cassandra/column_encryption/__init__.py' not found (or not a regular file) creating build/lib.linux-x86_64-3.6/cassandra/column_encryption copying cassandra/column_encryption/_policies.py -> build/lib.linux-x86_64-3.6/cassandra/column_encryption copying cassandra/column_encryption/policies.py -> build/lib.linux-x86_64-3.6/cassandra/column_encryption running egg_info writing cassandra_driver.egg-info/PKG-INFO writing dependency_links to cassandra_driver.egg-info/dependency_links.txt writing requirements to cassandra_driver.egg-info/requires.txt writing top-level names to cassandra_driver.egg-info/top_level.txt reading manifest file 'cassandra_driver.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'cassandra_driver.egg-info/SOURCES.txt' copying cassandra/buffer.pxd -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/bytesio.pxd -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/bytesio.pyx -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/cmurmur3.c -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/cython_marshal.pyx -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/cython_utils.pxd -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/cython_utils.pyx -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/deserializers.pxd -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/deserializers.pyx -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/ioutils.pyx -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/numpyFlags.h -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/numpy_parser.pyx -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/obj_parser.pyx -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/parsing.pxd -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/parsing.pyx -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/row_parser.pyx -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/tuple.pxd -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/type_codes.pxd -> build/lib.linux-x86_64-3.6/cassandra copying cassandra/io/libevwrapper.c -> build/lib.linux-x86_64-3.6/cassandra/io running build_ext Compiling cassandra/cluster.py because it changed. Compiling cassandra/concurrent.py because it changed. Compiling cassandra/connection.py because it changed. Compiling cassandra/cqltypes.py because it changed. Compiling cassandra/metadata.py because it changed. Compiling cassandra/pool.py because it changed. Compiling cassandra/protocol.py because it changed. Compiling cassandra/query.py because it changed. Compiling cassandra/util.py because it changed. [1/9] Cythonizing cassandra/cluster.py Appending libev extension /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/cluster.py tree = Parsing.p_module(s, pxd, full_module_name) [2/9] Cythonizing cassandra/concurrent.py /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/concurrent.py tree = Parsing.p_module(s, pxd, full_module_name) [3/9] Cythonizing cassandra/connection.py /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/connection.py tree = Parsing.p_module(s, pxd, full_module_name) [4/9] Cythonizing cassandra/cqltypes.py /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/cqltypes.py tree = Parsing.p_module(s, pxd, full_module_name) [5/9] Cythonizing cassandra/metadata.py /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/metadata.py tree = Parsing.p_module(s, pxd, full_module_name) [6/9] Cythonizing cassandra/pool.py /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/pool.py tree = Parsing.p_module(s, pxd, full_module_name) [7/9] Cythonizing cassandra/protocol.py /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/protocol.py tree = Parsing.p_module(s, pxd, full_module_name) [8/9] Cythonizing cassandra/query.py /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/query.py tree = Parsing.p_module(s, pxd, full_module_name) [9/9] Cythonizing cassandra/util.py /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/util.py tree = Parsing.p_module(s, pxd, full_module_name) Compiling cassandra/bytesio.pyx because it changed. Compiling cassandra/cython_marshal.pyx because it changed. Compiling cassandra/cython_utils.pyx because it changed. Compiling cassandra/deserializers.pyx because it changed. Compiling cassandra/ioutils.pyx because it changed. Compiling cassandra/numpy_parser.pyx because it changed. Compiling cassandra/obj_parser.pyx because it changed. Compiling cassandra/parsing.pyx because it changed. Compiling cassandra/row_parser.pyx because it changed. [1/9] Cythonizing cassandra/bytesio.pyx /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/bytesio.pxd tree = Parsing.p_module(s, pxd, full_module_name) [2/9] Cythonizing cassandra/cython_marshal.pyx /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/cython_marshal.pyx tree = Parsing.p_module(s, pxd, full_module_name) [3/9] Cythonizing cassandra/cython_utils.pyx /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/cython_utils.pxd tree = Parsing.p_module(s, pxd, full_module_name) [4/9] Cythonizing cassandra/deserializers.pyx /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/deserializers.pxd tree = Parsing.p_module(s, pxd, full_module_name) [5/9] Cythonizing cassandra/ioutils.pyx /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/ioutils.pyx tree = Parsing.p_module(s, pxd, full_module_name) [6/9] Cythonizing cassandra/numpy_parser.pyx /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/numpy_parser.pyx tree = Parsing.p_module(s, pxd, full_module_name) [7/9] Cythonizing cassandra/obj_parser.pyx /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/obj_parser.pyx tree = Parsing.p_module(s, pxd, full_module_name) [8/9] Cythonizing cassandra/parsing.pyx /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/parsing.pxd tree = Parsing.p_module(s, pxd, full_module_name) [9/9] Cythonizing cassandra/row_parser.pyx /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/.eggs/Cython-0.29.37-py3.6-linux-x86_64.egg/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/pip-install-fi183hwp/cassandra-driver_7be42e8306564f79940d2cdfe32487a8/cassandra/row_parser.pyx tree = Parsing.p_module(s, pxd, full_module_name) building 'cassandra.cmurmur3' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/cassandra gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/cmurmur3.c -o build/temp.linux-x86_64-3.6/cassandra/cmurmur3.o gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/cmurmur3.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/cmurmur3.cpython-36m-x86_64-linux-gnu.so building 'cassandra.io.libevwrapper' extension creating build/temp.linux-x86_64-3.6/cassandra/io gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/libev -I/usr/local/include -I/opt/local/include -I/usr/include -I/usr/include/python3.6m -c cassandra/io/libevwrapper.c -o build/temp.linux-x86_64-3.6/cassandra/io/libevwrapper.o cassandra/io/libevwrapper.c: In function ‘Timer_init’: cassandra/io/libevwrapper.c:509:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ev_init(&self->timer, timer_callback); ^ cassandra/io/libevwrapper.c:509:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] cassandra/io/libevwrapper.c:509:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/io/libevwrapper.o -L/usr/local/lib -L/opt/local/lib -L/usr/lib64 -L/usr/lib64 -lev -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/io/libevwrapper.cpython-36m-x86_64-linux-gnu.so building 'cassandra.cluster' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/cluster.c -o build/temp.linux-x86_64-3.6/cassandra/cluster.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/cluster.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/cluster.cpython-36m-x86_64-linux-gnu.so building 'cassandra.concurrent' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/concurrent.c -o build/temp.linux-x86_64-3.6/cassandra/concurrent.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/concurrent.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/concurrent.cpython-36m-x86_64-linux-gnu.so building 'cassandra.connection' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/connection.c -o build/temp.linux-x86_64-3.6/cassandra/connection.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/connection.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/connection.cpython-36m-x86_64-linux-gnu.so building 'cassandra.cqltypes' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/cqltypes.c -o build/temp.linux-x86_64-3.6/cassandra/cqltypes.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/cqltypes.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/cqltypes.cpython-36m-x86_64-linux-gnu.so building 'cassandra.metadata' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/metadata.c -o build/temp.linux-x86_64-3.6/cassandra/metadata.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/metadata.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/metadata.cpython-36m-x86_64-linux-gnu.so building 'cassandra.pool' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/pool.c -o build/temp.linux-x86_64-3.6/cassandra/pool.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/pool.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/pool.cpython-36m-x86_64-linux-gnu.so building 'cassandra.protocol' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/protocol.c -o build/temp.linux-x86_64-3.6/cassandra/protocol.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/protocol.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/protocol.cpython-36m-x86_64-linux-gnu.so building 'cassandra.query' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/query.c -o build/temp.linux-x86_64-3.6/cassandra/query.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/query.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/query.cpython-36m-x86_64-linux-gnu.so building 'cassandra.util' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/util.c -o build/temp.linux-x86_64-3.6/cassandra/util.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/util.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/util.cpython-36m-x86_64-linux-gnu.so building 'cassandra.bytesio' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/bytesio.c -o build/temp.linux-x86_64-3.6/cassandra/bytesio.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/bytesio.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/bytesio.cpython-36m-x86_64-linux-gnu.so building 'cassandra.cython_marshal' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/cython_marshal.c -o build/temp.linux-x86_64-3.6/cassandra/cython_marshal.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/cython_marshal.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/cython_marshal.cpython-36m-x86_64-linux-gnu.so building 'cassandra.cython_utils' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/cython_utils.c -o build/temp.linux-x86_64-3.6/cassandra/cython_utils.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/cython_utils.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/cython_utils.cpython-36m-x86_64-linux-gnu.so building 'cassandra.deserializers' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/deserializers.c -o build/temp.linux-x86_64-3.6/cassandra/deserializers.o -Wno-unused-function cassandra/deserializers.c: In function ‘__pyx_fuse_0__pyx_f_9cassandra_13deserializers_unpack_num’: cassandra/deserializers.c:4081:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ cassandra/deserializers.c: In function ‘__pyx_fuse_1__pyx_f_9cassandra_13deserializers_unpack_num’: cassandra/deserializers.c:4209:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ cassandra/deserializers.c: In function ‘__pyx_fuse_2__pyx_f_9cassandra_13deserializers_unpack_num’: cassandra/deserializers.c:4337:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ cassandra/deserializers.c: In function ‘__pyx_fuse_3__pyx_f_9cassandra_13deserializers_unpack_num’: cassandra/deserializers.c:4465:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ cassandra/deserializers.c: In function ‘__pyx_fuse_5__pyx_f_9cassandra_13deserializers_unpack_num’: cassandra/deserializers.c:4593:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ cassandra/deserializers.c: In function ‘__pyx_fuse_6__pyx_f_9cassandra_13deserializers_unpack_num’: cassandra/deserializers.c:4721:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ cassandra/deserializers.c: In function ‘__pyx_fuse_8__pyx_f_9cassandra_13deserializers_unpack_num’: cassandra/deserializers.c:4849:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ cassandra/deserializers.c: In function ‘__pyx_fuse_9__pyx_f_9cassandra_13deserializers_unpack_num’: cassandra/deserializers.c:4977:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/deserializers.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/deserializers.cpython-36m-x86_64-linux-gnu.so building 'cassandra.ioutils' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/ioutils.c -o build/temp.linux-x86_64-3.6/cassandra/ioutils.o -Wno-unused-function cassandra/ioutils.c: In function ‘__pyx_fuse_1__pyx_f_9cassandra_7ioutils_unpack_num’: cassandra/ioutils.c:1565:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/ioutils.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/ioutils.cpython-36m-x86_64-linux-gnu.so building 'cassandra.numpy_parser' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Icassandra -I/usr/include/python3.6m -c cassandra/numpy_parser.c -o build/temp.linux-x86_64-3.6/cassandra/numpy_parser.o -Wno-unused-function cassandra/numpy_parser.c: In function ‘__pyx_fuse_1__pyx_f_9cassandra_12numpy_parser_unpack_num’: cassandra/numpy_parser.c:2854:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/numpy_parser.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/numpy_parser.cpython-36m-x86_64-linux-gnu.so building 'cassandra.obj_parser' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/obj_parser.c -o build/temp.linux-x86_64-3.6/cassandra/obj_parser.o -Wno-unused-function cassandra/obj_parser.c: In function ‘__pyx_fuse_1__pyx_f_9cassandra_10obj_parser_unpack_num’: cassandra/obj_parser.c:2917:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/obj_parser.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/obj_parser.cpython-36m-x86_64-linux-gnu.so building 'cassandra.parsing' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/parsing.c -o build/temp.linux-x86_64-3.6/cassandra/parsing.o -Wno-unused-function gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/parsing.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/parsing.cpython-36m-x86_64-linux-gnu.so building 'cassandra.row_parser' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cassandra/row_parser.c -o build/temp.linux-x86_64-3.6/cassandra/row_parser.o -Wno-unused-function cassandra/row_parser.c: In function ‘__pyx_fuse_1__pyx_f_9cassandra_10row_parser_unpack_num’: cassandra/row_parser.c:2757:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { ^ gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/cassandra/row_parser.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-x86_64-3.6/cassandra/row_parser.cpython-36m-x86_64-linux-gnu.so running install_lib creating /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/__init__.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/auth.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cluster.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/concurrent.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/connection.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cqltypes.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cython_deps.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/encoder.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/marshal.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/metadata.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/metrics.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/murmur3.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/policies.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/pool.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/protocol.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/query.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/segment.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/timestamps.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/type_codes.py -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/util.py -> /usr/local/lib64/python3.6/site-packages/cassandra creating /usr/local/lib64/python3.6/site-packages/cassandra/io copying build/lib.linux-x86_64-3.6/cassandra/io/__init__.py -> /usr/local/lib64/python3.6/site-packages/cassandra/io copying build/lib.linux-x86_64-3.6/cassandra/io/asyncioreactor.py -> /usr/local/lib64/python3.6/site-packages/cassandra/io copying build/lib.linux-x86_64-3.6/cassandra/io/asyncorereactor.py -> /usr/local/lib64/python3.6/site-packages/cassandra/io copying build/lib.linux-x86_64-3.6/cassandra/io/eventletreactor.py -> /usr/local/lib64/python3.6/site-packages/cassandra/io copying build/lib.linux-x86_64-3.6/cassandra/io/geventreactor.py -> /usr/local/lib64/python3.6/site-packages/cassandra/io copying build/lib.linux-x86_64-3.6/cassandra/io/libevreactor.py -> /usr/local/lib64/python3.6/site-packages/cassandra/io copying build/lib.linux-x86_64-3.6/cassandra/io/twistedreactor.py -> /usr/local/lib64/python3.6/site-packages/cassandra/io copying build/lib.linux-x86_64-3.6/cassandra/io/libevwrapper.c -> /usr/local/lib64/python3.6/site-packages/cassandra/io copying build/lib.linux-x86_64-3.6/cassandra/io/libevwrapper.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra/io creating /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/__init__.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/columns.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/connection.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/functions.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/management.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/models.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/named.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/operators.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/query.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/statements.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine copying build/lib.linux-x86_64-3.6/cassandra/cqlengine/usertype.py -> /usr/local/lib64/python3.6/site-packages/cassandra/cqlengine creating /usr/local/lib64/python3.6/site-packages/cassandra/graph copying build/lib.linux-x86_64-3.6/cassandra/graph/__init__.py -> /usr/local/lib64/python3.6/site-packages/cassandra/graph copying build/lib.linux-x86_64-3.6/cassandra/graph/graphson.py -> /usr/local/lib64/python3.6/site-packages/cassandra/graph copying build/lib.linux-x86_64-3.6/cassandra/graph/query.py -> /usr/local/lib64/python3.6/site-packages/cassandra/graph copying build/lib.linux-x86_64-3.6/cassandra/graph/types.py -> /usr/local/lib64/python3.6/site-packages/cassandra/graph creating /usr/local/lib64/python3.6/site-packages/cassandra/datastax copying build/lib.linux-x86_64-3.6/cassandra/datastax/__init__.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax creating /usr/local/lib64/python3.6/site-packages/cassandra/datastax/insights copying build/lib.linux-x86_64-3.6/cassandra/datastax/insights/__init__.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/insights copying build/lib.linux-x86_64-3.6/cassandra/datastax/insights/registry.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/insights copying build/lib.linux-x86_64-3.6/cassandra/datastax/insights/reporter.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/insights copying build/lib.linux-x86_64-3.6/cassandra/datastax/insights/serializers.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/insights copying build/lib.linux-x86_64-3.6/cassandra/datastax/insights/util.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/insights creating /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/__init__.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/graphson.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/query.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/types.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph creating /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph/fluent copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent/__init__.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph/fluent copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent/_predicates.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph/fluent copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent/_query.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph/fluent copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent/_serializers.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph/fluent copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent/predicates.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph/fluent copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent/query.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph/fluent copying build/lib.linux-x86_64-3.6/cassandra/datastax/graph/fluent/serializers.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/graph/fluent creating /usr/local/lib64/python3.6/site-packages/cassandra/datastax/cloud copying build/lib.linux-x86_64-3.6/cassandra/datastax/cloud/__init__.py -> /usr/local/lib64/python3.6/site-packages/cassandra/datastax/cloud creating /usr/local/lib64/python3.6/site-packages/cassandra/column_encryption copying build/lib.linux-x86_64-3.6/cassandra/column_encryption/_policies.py -> /usr/local/lib64/python3.6/site-packages/cassandra/column_encryption copying build/lib.linux-x86_64-3.6/cassandra/column_encryption/policies.py -> /usr/local/lib64/python3.6/site-packages/cassandra/column_encryption copying build/lib.linux-x86_64-3.6/cassandra/buffer.pxd -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/bytesio.pxd -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/bytesio.pyx -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cmurmur3.c -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cython_marshal.pyx -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cython_utils.pxd -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cython_utils.pyx -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/deserializers.pxd -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/deserializers.pyx -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/ioutils.pyx -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/numpyFlags.h -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/numpy_parser.pyx -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/obj_parser.pyx -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/parsing.pxd -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/parsing.pyx -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/row_parser.pyx -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/tuple.pxd -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/type_codes.pxd -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cmurmur3.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cluster.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/concurrent.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/connection.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cqltypes.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/metadata.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/pool.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/protocol.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/query.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/util.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/bytesio.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cython_marshal.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/cython_utils.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/deserializers.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/ioutils.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/numpy_parser.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/obj_parser.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/parsing.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra copying build/lib.linux-x86_64-3.6/cassandra/row_parser.cpython-36m-x86_64-linux-gnu.so -> /usr/local/lib64/python3.6/site-packages/cassandra running install_egg_info Copying cassandra_driver.egg-info to /usr/local/lib64/python3.6/site-packages/cassandra_driver-3.29.2-py3.6.egg-info running install_scripts writing list of installed files to '/tmp/pip-record-43y1amkp/install-record.txt' Running setup.py install for cassandra-driver: finished with status 'done' Successfully installed amqp-5.2.0 bitarray-3.0.0 bottle-0.12.25 cached-property-1.5.2 cassandra-driver-3.29.2 certifi-2024.8.30 charset-normalizer-2.0.12 click-8.0.4 configparser-5.2.0 future-1.0.0 fysom-2.1.6 geomet-0.2.1.post1 gevent-22.10.2 greenlet-2.0.2 idna-3.10 importlib-metadata-4.8.3 importlib-resources-5.4.0 kazoo-2.10.0 kombu-5.1.0 netaddr-0.10.1 pbr-6.1.0 requests-2.27.1 simplejson-3.19.3 six-1.16.0 stevedore-3.5.2 timeout-decorator-0.5.0 typing-extensions-4.1.1 urllib3-1.26.20 vine-5.1.0 zipp-3.6.0 zope.event-4.6 zope.interface-5.5.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ebc/b60557f2aefab/pip-24.3.1.tar.gz#sha256=ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/379/0624780082365/pip-24.3.1-py3-none-any.whl#sha256=3790624780082365f47549d032f3770eeb2b1e8bd1f7b2e02dace1afa361b4ed (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cd8/31345d9ce4f74/pip-24.3.tar.gz#sha256=cd831345d9ce4f74ff7115203d3a0bd6730a1ba814f9327ede48910b1e30a447 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/461/877c364317128/pip-24.3-py3-none-any.whl#sha256=461877c364317128146d1eb33c62c2a80e33cb23b4cafdf4ad728bc74958e0dd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5b5/e490b5e9cb275/pip-24.2.tar.gz#sha256=5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf34a45b8 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2cd/581cf58ab7fcf/pip-24.2-py3-none-any.whl#sha256=2cd581cf58ab7fcfca4ce8efa6dcacd0de5bf8d0a3eb9ec927e07405f4d9e2a2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e54/58a0b89f2755e/pip-24.1.2.tar.gz#sha256=e5458a0b89f2755e0ee8c0c77613fe5273e05f337907874d64f13171a898a7ff (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7cd/207eed4c60b0f/pip-24.1.2-py3-none-any.whl#sha256=7cd207eed4c60b0f411b444cd1464198fe186671c323b6cd6d433ed80fc9d247 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/5aa/64f65e1952733/pip-24.1.1.tar.gz#sha256=5aa64f65e1952733ee0a9a9b1f52496ebdb3f3077cc46f80a16d983b58d1180a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/efc/a15145a95e95c/pip-24.1.1-py3-none-any.whl#sha256=efca15145a95e95c00608afeab66311d40bfb73bb2266a855befd705e6bb15a0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bda/e551038c0ce6a/pip-24.1.tar.gz#sha256=bdae551038c0ce6a83030b4aedef27fc95f0daa683593fea22fa05e55ed8e317 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a77/5837439bf5da2/pip-24.1-py3-none-any.whl#sha256=a775837439bf5da2c1a0c2fa43d5744854497c689ddbd9344cf3ea6d00598540 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/926/201900a0e2692/pip-24.1b2.tar.gz#sha256=926201900a0e26929387023907bf395c9a6c0d37bbea176942ca5e1b6b27e815 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7b4/ae01a2af4bfae/pip-24.1b2-py3-none-any.whl#sha256=7b4ae01a2af4bfae0386860c5a12c035fcc228364ddef89192a1c31d48d263a1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a9b/d4c037d72325b/pip-24.1b1.tar.gz#sha256=a9bd4c037d72325b4e903ec3f383263deea3eb73cd01db7a844edd026fc68afe (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.8'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/752/516cffafef5cf/pip-24.1b1-py3-none-any.whl#sha256=752516cffafef5cf29d3fb2f06c978f27e98709654689cf277b2fce984c7a591 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.8) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ea9/bd1a847e8c577/pip-24.0.tar.gz#sha256=ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/ba0/d021a166865d2/pip-24.0-py3-none-any.whl#sha256=ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7fd/9972f96db22c8/pip-23.3.2.tar.gz#sha256=7fd9972f96db22c8077a1ee2691b172c8089b17a5652a44494a9ecb0d78f9149 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/505/2d7889c1f9d05/pip-23.3.2-py3-none-any.whl#sha256=5052d7889c1f9d05224cd41741acb7c5d6fa735ab34e339624a614eaaa7e7d76 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1fc/aa041308d01f1/pip-23.3.1.tar.gz#sha256=1fcaa041308d01f14575f6d0d2ea4b75a3e2871fe4f9c694976f908768e14174 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/55e/b67bb6171d374/pip-23.3.1-py3-none-any.whl#sha256=55eb67bb6171d37447e82213be585b75fe2b12b359e993773aca4de9247a052b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bb7/d4f69f488432e/pip-23.3.tar.gz#sha256=bb7d4f69f488432e4e96394612f43ab43dd478d073ef7422604a570f7157561e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/bc3/8bb52bc286514/pip-23.3-py3-none-any.whl#sha256=bc38bb52bc286514f8f7cb3a1ba5ed100b76aaef29b521d48574329331c5ae7b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/fb0/bd5435b3200c6/pip-23.2.1.tar.gz#sha256=fb0bd5435b3200c602b5bf61d2d43c2f13c02e29c1707567ae7fbc514eb9faf2 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7cc/f472345f20d35/pip-23.2.1-py3-none-any.whl#sha256=7ccf472345f20d35bdc9d1841ff5f313260c2c33fe417f48c30ac46cccabf5be (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a16/0a170f3331d9c/pip-23.2.tar.gz#sha256=a160a170f3331d9ca1a0247eb1cd79c758879f1f81158f9cd05bbb5df80bea5c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/78e/5353a9dda374b/pip-23.2-py3-none-any.whl#sha256=78e5353a9dda374b462f2054f83a7b63f3f065c98236a68361845c1b0ee7e35f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0e7/c86f486935893/pip-23.1.2.tar.gz#sha256=0e7c86f486935893c708287b30bd050a36ac827ec7fe5e43fe7cb198dd835fba (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3ef/6ac33239e4027/pip-23.1.2-py3-none-any.whl#sha256=3ef6ac33239e4027d9a5598a381b9d30880a1477e50039db2eac6e8a8f6d1b18 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c95/b53d309f903f3/pip-23.1.1.tar.gz#sha256=c95b53d309f903f33dfe5fd37e502a5c3a05ee3454d518e45df522a4f091b728 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3d8/d72fa0714e93c/pip-23.1.1-py3-none-any.whl#sha256=3d8d72fa0714e93c9d3c2a0ede91e898c64596e0fa7d4523f72dd95728efc418 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/408/539897ee535db/pip-23.1.tar.gz#sha256=408539897ee535dbfb83a153f7bc4d620f990d8bd44a52a986efc0b4d330d34a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/64b/1d4528e491aa8/pip-23.1-py3-none-any.whl#sha256=64b1d4528e491aa835ec6ece0c1ac40ce6ab6d886e60740f6519db44b2e9634d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/cd0/15ea1bfb0fcef/pip-23.0.1.tar.gz#sha256=cd015ea1bfb0fcef59d8a286c1f8bebcb983f6317719d415dc5351efb7cd7024 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/236/bcb61156d76c4/pip-23.0.1-py3-none-any.whl#sha256=236bcb61156d76c4b8a05821b988c7b8c35bf0da28a4b614e8d6ab5212c25c6f (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/aee/438284e82c8de/pip-23.0.tar.gz#sha256=aee438284e82c8def684b0bcc50b1f6ed5e941af97fa940e83e2e8ef1a59da9b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b5f/88adff801f5ef/pip-23.0-py3-none-any.whl#sha256=b5f88adff801f5ef052bcdef3daa31b55eb67b0fccd6d0106c206fa248e0463c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/65f/d48317359f3af/pip-22.3.1.tar.gz#sha256=65fd48317359f3af8e593943e6ae1506b66325085ea64b706a998c6e83eeaf38 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/908/c78e6bc29b676/pip-22.3.1-py3-none-any.whl#sha256=908c78e6bc29b676ede1c4d57981d490cb892eb45cd8c214ab6298125119e077 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/818/2aec21dad6c0a/pip-22.3.tar.gz#sha256=8182aec21dad6c0a49a2a3d121a87cd524b950e0b6092b181625f07ebdde7530 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/1da/ab4b8d3b97d1d/pip-22.3-py3-none-any.whl#sha256=1daab4b8d3b97d1d763caeb01a4640a2250a0ea899e257b1e44b9eded91e15ab (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/3fd/1929db052f056/pip-22.2.2.tar.gz#sha256=3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b61/a374b5bc40a6e/pip-22.2.2-py3-none-any.whl#sha256=b61a374b5bc40a6e982426aede40c9b5a08ff20e640f5b56977f4f91fed1e39a (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/505/16e47a2b79e77/pip-22.2.1.tar.gz#sha256=50516e47a2b79e77446f0d05649f0d53772c192571486236b1905492bfc24bac (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/0bb/bc87dfbe6eed2/pip-22.2.1-py3-none-any.whl#sha256=0bbbc87dfbe6eed217beff0021f8b7dea04c8f4a0baa9d31dc4cff281ffc5b2b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8d6/3fcd4ee293e30/pip-22.2.tar.gz#sha256=8d63fcd4ee293e30b644827268a0a973d080e5c7425ef26d427f5eb2126c7681 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/9ab/f423d5d64f328/pip-22.2-py3-none-any.whl#sha256=9abf423d5d64f3289ab9d5bf31da9e6234f2e9c5d8dcf1423bcb46b809a02c2c (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6d5/5b27e10f50631/pip-22.1.2.tar.gz#sha256=6d55b27e10f506312894a87ccc59f280136bad9061719fac9101bdad5a6bce69 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/a3e/dacb89022ef52/pip-22.1.2-py3-none-any.whl#sha256=a3edacb89022ef5258bf61852728bf866632a394da837ca49eb4303635835f17 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/8df/b15d8a1c3d308/pip-22.1.1.tar.gz#sha256=8dfb15d8a1c3d3085a4cbe11f29e19527dfaf2ba99354326fd62cec013eaee81 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/e7b/cf0b2cbdec2af/pip-22.1.1-py3-none-any.whl#sha256=e7bcf0b2cbdec2af84cc1b7b79b25fdbd7228fbdb61a4dca0b82810d0ba9d18b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/2de/bf847016cfe64/pip-22.1.tar.gz#sha256=2debf847016cfe643fa1512e2d781d3ca9e5c878ba0652583842d50cc2bcc605 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/802/e797fb741be1c/pip-22.1-py3-none-any.whl#sha256=802e797fb741be1c2d475533d4ea951957e4940091422bd4a24848a7ac95609d (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f54/ab61985754b56/pip-22.1b1.tar.gz#sha256=f54ab61985754b56c5589178cfd7dfca5ed9f98d5c8f2de2eecb29f1341200f1 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/09e/9e8f8e10f2515/pip-22.1b1-py3-none-any.whl#sha256=09e9e8f8e10f2515134b59600ad3630219430eabb734336079cbc6ffb2e01a0e (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/b3a/9de2c6ef801e9/pip-22.0.4.tar.gz#sha256=b3a9de2c6ef801e9247d1527a4b16f92f2cc141cd1489f3fffaf6a9e96729764 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c6a/ca0f2f081363f/pip-22.0.4-py3-none-any.whl#sha256=c6aca0f2f081363f689f041d90dab2a07a9a07fb840284db2218117a52da800b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/f29/d589df8c8ab99/pip-22.0.3.tar.gz#sha256=f29d589df8c8ab99c060e68ad294c4a9ed896624f6368c5349d70aa581b333d0 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c14/6f331f0805c77/pip-22.0.3-py3-none-any.whl#sha256=c146f331f0805c77017c6bb9740cec4a49a0d4582d0c3cc8244b057f83eca359 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/27b/4b70c34ec35f7/pip-22.0.2.tar.gz#sha256=27b4b70c34ec35f77947f777070d8331adbb1e444842e98e7150c288dc0caea4 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/682/eabc4716bfce6/pip-22.0.2-py3-none-any.whl#sha256=682eabc4716bfce606aca8dab488e9c7b58b0737e9001004eb858cdafcd8dbdd (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/7fd/7a92f2fb1d2ac/pip-22.0.1.tar.gz#sha256=7fd7a92f2fb1d2ac2ae8c72fb10b1e640560a0361ed4427453509e2bcc18605b (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/307/39ac5fb973cfa/pip-22.0.1-py3-none-any.whl#sha256=30739ac5fb973cfa4399b0afff0523d4fe6bed2f7a5229333f64d9c2ce0d1933 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/d3f/a5c3e42b33de5/pip-22.0.tar.gz#sha256=d3fa5c3e42b33de52bddce89de40268c9a263cd6ef7c94c40774808dafb32c82 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Link requires a different Python (3.6.8 not in: '>=3.7'): http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/6cb/1ea2bd7fda066/pip-22.0-py3-none-any.whl#sha256=6cb1ea2bd7fda0668e26ae8c3e45188f301a7ef17ff22efe1f70f3643e56a822 (from http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/pip/) (requires-python:>=3.7) Installing : openstack-utils-2017.1-1.el7.noarch 5/10 Installing : net-tools-2.0-0.25.20131004git.el7.x86_64 6/10 Installing : lsof-4.87-6.el7.x86_64 7/10 Installing : contrail-utils-master.1.1.3.0.3-master_1_1_3_0_3.el7.x86 8/10 Installing : contrail-setup-master.1.1.3.0.3-master_1_1_3_0_3.el7.noa 9/10 Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Collecting argparse Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) Requirement already satisfied: netaddr<1 in /usr/local/lib/python3.6/site-packages (0.10.1) Collecting netifaces Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/28f/4bf3a1361ab3e/netifaces-0.11.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (32 kB) Requirement already satisfied: importlib-resources in /usr/local/lib/python3.6/site-packages (from netaddr<1) (5.4.0) Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.6/site-packages (from importlib-resources->netaddr<1) (3.6.0) Installing collected packages: netifaces, argparse Successfully installed argparse-1.4.0 netifaces-0.11.0 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv utils/ utils/.stestr.conf utils/MANIFEST.in utils/SConscript utils/add_route_target.py utils/cass-db-restore.sh utils/chmod.py utils/chmod2.py utils/chownproj.py utils/cmd_wrapper.py utils/config_db_obj_name_validate.py utils/config_db_obj_name_validate.sh utils/contrail utils/contrail-config.py utils/contrail-diff-docs.py utils/contrail-version utils/contrail_alarm.py utils/contrail_utils.py utils/contrail_veth_port.py utils/create_floating_pool.py utils/del_projects.py utils/del_route_target.py utils/delete_fips/ utils/delete_fips/delete_fips.py utils/delete_fips/requirements.txt utils/demo_cfg.py utils/demo_cmds.sh utils/encap.py utils/fabric_vpg_validator.py utils/issu_process.sh utils/ist.py utils/multi_tenancy.py utils/net_policy_join.py utils/provision.py utils/provision_alarm.py utils/provision_analytics_alarm_node.py utils/provision_analytics_node.py utils/provision_analytics_snmp_node.py utils/provision_bgp.py utils/provision_config_database_node.py utils/provision_config_node.py utils/provision_control.py utils/provision_database_node.py utils/provision_devicemgr_node.py utils/provision_encap.py utils/provision_forwarding_mode.py utils/provision_global_vrouter_config.py utils/provision_issu.py utils/provision_linklocal.py utils/provision_mx.py utils/provision_physical_device.py utils/provision_physical_router.py utils/provision_pnf_servicechain.ini utils/provision_pnf_servicechain.py utils/provision_pre_issu.py utils/provision_static_route.py utils/provision_sub_cluster.py utils/provision_user_defined_log_statistics.py utils/provision_vgw_interface.py utils/provision_vrouter.py utils/provision_webui_node.py utils/qosmap.py utils/rbacutil.py utils/requirements.txt utils/service-instance.py utils/service-policy.py utils/service-template.py utils/service_appliance.py utils/service_appliance_set.py utils/service_instance.py utils/service_policy.py utils/service_template.py utils/setup.py utils/slo.py utils/slo_rules.py utils/test-requirements.txt utils/tests/ utils/tests/__init__.py utils/tests/test_case.py utils/tests/test_provision_vrouter.py utils/tox.ini utils/update_default_global_qos_config.py utils/use_floating_pool.py utils/vnc_admin_api.py utils/vncop.py utils/vncop2.py utils/vrouter_agent_debug_tool.py utils/vrouter_ipam.py add_virtual_dns.py add_virtual_dns_record.py associate_virtual_dns.py del_virtual_dns.py del_virtual_dns_record.py disassociate_virtual_dns.py dns_add_cmds.sh dns_del_cmds.sh provision_dns.py SConscript set_dns_nameserver.py Installing : contrail-lib-master.1.1.3.0.3-master_1_1_3_0_3.el7.x86_6 10/10 Verifying : contrail-lib-master.1.1.3.0.3-master_1_1_3_0_3.el7.x86_6 1/10 Verifying : python3-contrail-master.1.1.3.0.3-master_1_1_3_0_3.el7.x 2/10 Verifying : contrail-setup-master.1.1.3.0.3-master_1_1_3_0_3.el7.noa 3/10 Verifying : lsof-4.87-6.el7.x86_64 4/10 Verifying : net-tools-2.0-0.25.20131004git.el7.x86_64 5/10 Verifying : libev-4.15-7.el7.x86_64 6/10 Verifying : openstack-utils-2017.1-1.el7.noarch 7/10 Verifying : libev-devel-4.15-7.el7.x86_64 8/10 Verifying : contrail-utils-master.1.1.3.0.3-master_1_1_3_0_3.el7.x86 9/10 Verifying : crudini-0.9-2.el7.noarch 10/10 Installed: contrail-lib.x86_64 0:master.1.1.3.0.3-master_1_1_3_0_3.el7 contrail-setup.noarch 0:master.1.1.3.0.3-master_1_1_3_0_3.el7 contrail-utils.x86_64 0:master.1.1.3.0.3-master_1_1_3_0_3.el7 python3-contrail.x86_64 0:master.1.1.3.0.3-master_1_1_3_0_3.el7 Dependency Installed: crudini.noarch 0:0.9-2.el7 libev.x86_64 0:4.15-7.el7 libev-devel.x86_64 0:4.15-7.el7 lsof.x86_64 0:4.87-6.el7 net-tools.x86_64 0:2.0-0.25.20131004git.el7 openstack-utils.noarch 0:2017.1-1.el7 Complete! Looking in indexes: http://tf-mirrors.gz1.opensdn.io/root/pypi/+simple/ Collecting remote-pdb Downloading http://tf-mirrors.gz1.opensdn.io/root/pypi/%2Bf/94f/73a92ac1248cf/remote_pdb-2.1.0-py2.py3-none-any.whl (6.3 kB) Installing collected packages: remote-pdb WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Successfully installed remote-pdb-2.1.0 Loaded plugins: fastestmirror, ovl Cleaning repos: contrail contrail-tpc : tf-mirrors.ci_repos_centos-openstack-queens : tf-mirrors.ci_repos_dockerrepo tf-mirrors.ci_repos_yum7-base : tf-mirrors.ci_repos_yum7-centos-sclo-rh : tf-mirrors.ci_repos_yum7-centosplus : tf-mirrors.ci_repos_yum7-extras tf-mirrors.ci_repos_yum7-updates Cleaning up list of fastest mirrors ---> Removed intermediate container 9689a4c8b54b ---> 100e0b7039e1 Step 4/6 : COPY *.sh / ---> cddf83a6c92f Step 5/6 : ENV PS1="033[1m($(printenv NODE_TYPE)-$(printenv SERVICE_NAME))033[m017[$(id -un)@$(hostname -s) $(pwd)]$ " ---> Running in 0bf3a99be278 ---> Removed intermediate container 0bf3a99be278 ---> 7eef44685143 Step 6/6 : CMD ["/usr/bin/tail","-f","/dev/null"] ---> Running in 39cc0d541d15 ---> Removed intermediate container 39cc0d541d15 ---> bbf9f58dbada [Warning] One or more build-args [CONTAINER_NAME CONTRAIL_CONTAINER_TAG CONTRAIL_REGISTRY GENERAL_EXTRA_RPMS LINUX_DISTR LINUX_DISTR_VER SITE_MIRROR UBUNTU_DISTR UBUNTU_DISTR_VERSION VENDOR_DOMAIN VENDOR_NAME YUM_ENABLE_REPOS] were not consumed Successfully built bbf9f58dbada Successfully tagged nexus.gz1.opensdn.io:5101/contrail-base:master-1_1_3_0-3 Successfully tagged nexus.gz1.opensdn.io:5101/tf-base:master-1_1_3_0-3 2024-10-28 16:22:58,383: INFO: Docker build duration: 315 seconds The push refers to repository [nexus.gz1.opensdn.io:5101/contrail-base] 6c095dc20831: Preparing 3dc8e59b3d25: Preparing 03133e3d1a92: Preparing 9cd6a6296cf7: Preparing 49f99b66f44d: Preparing a157b284ea88: Preparing 336c78f818fe: Preparing f8e577377eaa: Preparing 174f56854903: Preparing a157b284ea88: Waiting 336c78f818fe: Waiting f8e577377eaa: Waiting 174f56854903: Waiting 03133e3d1a92: Layer already exists 49f99b66f44d: Layer already exists 9cd6a6296cf7: Layer already exists a157b284ea88: Layer already exists 336c78f818fe: Layer already exists f8e577377eaa: Layer already exists 174f56854903: Layer already exists 6c095dc20831: Pushed 3dc8e59b3d25: Pushed master-1_1_3_0-3: digest: sha256:6afeb2f9e4f3c65e40ea478fc805a0c9a6123252007ea6b7ed1e5d34806c525d size: 2200 The push refers to repository [nexus.gz1.opensdn.io:5101/tf-base] 6c095dc20831: Preparing 3dc8e59b3d25: Preparing 03133e3d1a92: Preparing 9cd6a6296cf7: Preparing 49f99b66f44d: Preparing a157b284ea88: Preparing 336c78f818fe: Preparing f8e577377eaa: Preparing 174f56854903: Preparing a157b284ea88: Waiting 336c78f818fe: Waiting f8e577377eaa: Waiting 174f56854903: Waiting 49f99b66f44d: Layer already exists 9cd6a6296cf7: Layer already exists 03133e3d1a92: Layer already exists 3dc8e59b3d25: Layer already exists 6c095dc20831: Layer already exists 336c78f818fe: Layer already exists f8e577377eaa: Layer already exists a157b284ea88: Layer already exists 174f56854903: Layer already exists master-1_1_3_0-3: digest: sha256:6afeb2f9e4f3c65e40ea478fc805a0c9a6123252007ea6b7ed1e5d34806c525d size: 2200 2024-10-28 16:23:16,269: INFO: Building contrail-base finished successfully, duration: 333 seconds