2019-01-14 16:31:10,449 INFO Running ./firedrake-install 2019-01-14 16:31:10,455 DEBUG *** Current environment (output of 'env') *** 2019-01-14 16:31:10,455 DEBUG Running command 'env' 2019-01-14 16:31:10,460 DEBUG XDG_SESSION_ID=129931 TERM=xterm-256color SHELL=/bin/bash SSH_CLIENT=155.198.193.20 54158 22 CONDA_SHLVL=1 CONDA_PROMPT_MODIFIER=(base) OLDPWD=/home/ma/a/aw3315/firedrake/src/firedrake SSH_TTY=/dev/pts/26 USER=aw3315 CONDA_EXE=/usr/local/anaconda2/bin/conda MAIL=/var/mail/aw3315 PATH=/usr/local/anaconda2/bin:/usr/local/bin:/usr/local/sbin:/usr/local_machine/bin:/usr/local/anaconda2/bin:/usr/local/anaconda2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/basilisk/src CONDA_PREFIX=/usr/local/anaconda2 PWD=/home/ma/a/aw3315/firedrake/src/firedrake/scripts JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 LANG=en_GB.UTF-8 SHLVL=1 HOME=/home/ma/a/aw3315 LANGUAGE=en_GB:en BASILISK=/usr/local/basilisk/src CONDA_PYTHON_EXE=/usr/local/anaconda2/bin/python LOGNAME=aw3315 SSH_CONNECTION=155.198.193.20 54158 155.198.35.37 22 CONDA_DEFAULT_ENV=base XDG_RUNTIME_DIR=/run/user/812579 _=./firedrake-install PETSC_CONFIGURE_OPTIONS=--download-eigen=/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/eigen-3.3.3.tgz --with-fortran-bindings=0 --download-chaco --download-metis --download-parmetis --download-scalapack --download-hypre --download-mumps --with-zlib --download-netcdf --download-hdf5 --download-pnetcdf --download-exodusii 2019-01-14 16:31:10,460 DEBUG 2019-01-14 16:31:10,466 DEBUG Running command 'apt-get --version' 2019-01-14 16:31:10,479 DEBUG apt 1.2.27 (amd64) Supported modules: *Ver: Standard .deb *Pkg: Debian dpkg interface (Priority 30) Pkg: Debian APT solver interface (Priority -1000) S.L: 'deb' Debian binary tree S.L: 'deb-src' Debian source tree Idx: Debian Source Index Idx: Debian Package Index Idx: Debian Translation Index Idx: Debian dpkg status file Idx: Debian deb file Idx: Debian dsc file Idx: Debian control file Idx: EDSP scenario file 2019-01-14 16:31:10,479 INFO Checking for presence of package build-essential... 2019-01-14 16:31:10,479 DEBUG Running command 'dpkg-query -s build-essential' 2019-01-14 16:31:10,609 DEBUG Package: build-essential Status: install ok installed Priority: optional Section: devel Installed-Size: 20 Maintainer: Ubuntu Developers Architecture: amd64 Version: 12.1ubuntu2 Depends: libc6-dev | libc-dev, gcc (>= 4:5.2), g++ (>= 4:5.2), make, dpkg-dev (>= 1.17.11) Description: Informational list of build-essential packages If you do not plan to build Debian packages, you don't need this package. Starting with dpkg (>= 1.14.18) this package is required for building Debian packages. . This package contains an informational list of packages which are considered essential for building Debian packages. This package also depends on the packages on that list, to make it easy to have the build-essential packages installed. . If you have this package installed, you only need to install whatever a package specifies as its build-time dependencies to build the package. Conversely, if you are determining what your package needs to build-depend on, you can always leave out the packages this package depends on. . This package is NOT the definition of what packages are build-essential; the real definition is in the Debian Policy Manual. This package contains merely an informational list, which is all most people need. However, if this package and the manual disagree, the manual is correct. Original-Maintainer: Matthias Klose 2019-01-14 16:31:10,610 INFO installed. 2019-01-14 16:31:10,610 INFO Checking for presence of package autoconf... 2019-01-14 16:31:10,610 DEBUG Running command 'dpkg-query -s autoconf' 2019-01-14 16:31:10,726 DEBUG Package: autoconf Status: install ok installed Priority: optional Section: devel Installed-Size: 1861 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 2.69-9 Depends: perl (>> 5.005), m4 (>= 1.4.13), debianutils (>= 1.8) Recommends: automake | automaken Suggests: autoconf-archive, gnu-standards, autoconf-doc, libtool, gettext Breaks: gettext (<< 0.10.39), pkg-config (<< 0.25-1.1) Conffiles: /etc/emacs/site-start.d/50autoconf.el 297521889d690871ec9d89c5eeff745a Description: automatic configure script builder The standard for FSF source packages. This is only useful if you write your own programs or if you extensively modify other people's programs. . For an extensive library of additional Autoconf macros, install the `autoconf-archive' package. . This version of autoconf is not compatible with scripts meant for Autoconf 2.13 or earlier. Original-Maintainer: Ben Pfaff Homepage: http://www.gnu.org/software/autoconf/ 2019-01-14 16:31:10,727 INFO installed. 2019-01-14 16:31:10,727 INFO Checking for presence of package automake... 2019-01-14 16:31:10,727 DEBUG Running command 'dpkg-query -s automake' 2019-01-14 16:31:10,842 DEBUG Package: automake Status: install ok installed Priority: optional Section: devel Installed-Size: 1493 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: automake-1.15 Version: 1:1.15-4ubuntu1 Provides: automake-1.15, automaken Depends: autoconf (>= 2.65), autotools-dev (>= 20020320.1) Suggests: autoconf-doc, gnu-standards Conflicts: automake (<< 1:1.4-p5-1), automake1.10-doc, automake1.5 (<< 1.5-2), automake1.6 (<< 1.6.1-4) Description: Tool for generating GNU Standards-compliant Makefiles Automake is a tool for automatically generating `Makefile.in's from files called `Makefile.am'. . The goal of Automake is to remove the burden of Makefile maintenance from the back of the individual GNU maintainer (and put it on the back of the Automake maintainer). . The `Makefile.am' is basically a series of `make' macro definitions (with rules being thrown in occasionally). The generated `Makefile.in's are compliant with the GNU Makefile standards. . Automake 1.15 fails to work in a number of situations that Automake 1.4, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11 and 1.14 did, so previous versions are available as separate packages. Homepage: https://www.gnu.org/software/automake/ Original-Maintainer: Eric Dorland 2019-01-14 16:31:10,842 INFO installed. 2019-01-14 16:31:10,842 INFO Checking for presence of package cmake... 2019-01-14 16:31:10,843 DEBUG Running command 'dpkg-query -s cmake' 2019-01-14 16:31:10,956 DEBUG Package: cmake Status: install ok installed Priority: optional Section: devel Installed-Size: 14215 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 3.5.1-1ubuntu3 Depends: cmake-data (= 3.5.1-1ubuntu3), procps, libarchive13, libc6 (>= 2.15), libcurl3 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libjsoncpp1, libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.3.3) Pre-Depends: dpkg (>= 1.17.5~) Recommends: gcc, make Suggests: codeblocks, eclipse, ninja-build Description: cross-platform, open-source make system CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. . CMake was developed by Kitware as part of the NLM Insight Segmentation and Registration Toolkit project. The ASCI VIEWS project also provided support in the context of their parallel computation environment. Other sponsors include the Insight, VTK, and VXL open source software communities. Homepage: https://cmake.org/ Original-Maintainer: Debian CMake Team 2019-01-14 16:31:10,957 INFO installed. 2019-01-14 16:31:10,957 INFO Checking for presence of package gfortran... 2019-01-14 16:31:10,957 DEBUG Running command 'dpkg-query -s gfortran' 2019-01-14 16:31:11,072 DEBUG Package: gfortran Status: install ok installed Priority: optional Section: devel Installed-Size: 15 Maintainer: Ubuntu Developers Architecture: amd64 Source: gcc-defaults (1.160ubuntu4) Version: 4:6-20160101-1ubuntu4 Provides: fortran-compiler Depends: cpp (>= 4:6-20160101-1ubuntu4), gcc (>= 4:6-20160101-1ubuntu4), gfortran-6 (>= 6-20160101-0~) Suggests: gfortran-multilib, gfortran-doc Description: GNU Fortran 95 compiler This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code. . This is a dependency package providing the default GNU Fortran 95 compiler. Original-Maintainer: Debian GCC Maintainers 2019-01-14 16:31:11,073 INFO installed. 2019-01-14 16:31:11,073 INFO Checking for presence of package git... 2019-01-14 16:31:11,073 DEBUG Running command 'dpkg-query -s git' 2019-01-14 16:31:11,187 DEBUG Package: git Status: install ok installed Priority: optional Section: vcs Installed-Size: 23556 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 1:2.7.4-0ubuntu1.6 Replaces: git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1) Provides: git-completion, git-core Depends: libc6 (>= 2.16), libcurl3-gnutls (>= 7.16.2), libexpat1 (>= 2.0.1), libpcre3, zlib1g (>= 1:1.2.0), perl-modules, liberror-perl, git-man (>> 1:2.7.4), git-man (<< 1:2.7.4-.) Recommends: patch, less, rsync, ssh-client Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-el, git-email, git-gui, gitk, gitweb, git-arch, git-cvs, git-mediawiki, git-svn Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+), git-buildpackage (<< 0.6.5), git-core (<< 1:1.7.0.4-1.), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), stgit (<< 0.15), stgit-contrib (<< 0.15) Conffiles: /etc/bash_completion.d/git-prompt 7baac5c3ced94ebf2c0e1dde65c3b1a6 Description: fast, scalable, distributed revision control system Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. . Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. . This package provides the git main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages. Homepage: https://git-scm.com/ Original-Maintainer: Gerrit Pape 2019-01-14 16:31:11,188 INFO installed. 2019-01-14 16:31:11,188 INFO Checking for presence of package libblas-dev... 2019-01-14 16:31:11,188 DEBUG Running command 'dpkg-query -s libblas-dev' 2019-01-14 16:31:11,302 DEBUG Package: libblas-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 1063 Maintainer: Ubuntu Developers Architecture: amd64 Source: lapack Version: 3.6.0-2ubuntu2 Provides: libblas.so Depends: libblas3 (= 3.6.0-2ubuntu2), gfortran Suggests: liblapack-doc-man, liblapack-doc Description: Basic Linear Algebra Subroutines 3, static library This package is a binary incompatible upgrade to the blas-dev package. Several minor changes to the C interface have been incorporated. . BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines for most of the basic vector and matrix operations. They are widely used as the basis for other high quality linear algebra software, for example lapack and linpack. This implementation is the Fortran 77 reference implementation found at netlib. . This package contains a static version of the library. Original-Maintainer: Debian Science Team Homepage: http://www.netlib.org/lapack/ 2019-01-14 16:31:11,303 INFO installed. 2019-01-14 16:31:11,303 INFO Checking for presence of package liblapack-dev... 2019-01-14 16:31:11,303 DEBUG Running command 'dpkg-query -s liblapack-dev' 2019-01-14 16:31:11,417 DEBUG Package: liblapack-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10696 Maintainer: Ubuntu Developers Architecture: amd64 Source: lapack Version: 3.6.0-2ubuntu2 Provides: liblapack.so Depends: liblapack3 (= 3.6.0-2ubuntu2), libblas-dev | libblas.so Suggests: liblapack-doc-man, liblapack-doc Description: Library of linear algebra routines 3 - static version LAPACK version 3.X is a comprehensive FORTRAN library that does linear algebra operations including matrix inversions, least squared solutions to linear sets of equations, eigenvector analysis, singular value decomposition, etc. It is a very comprehensive and reputable package that has found extensive use in the scientific community. . This package contains a static version of the library. Original-Maintainer: Debian Science Team Homepage: http://www.netlib.org/lapack/ 2019-01-14 16:31:11,418 INFO installed. 2019-01-14 16:31:11,418 INFO Checking for presence of package libmpich-dev... 2019-01-14 16:31:11,418 DEBUG Running command 'dpkg-query -s libmpich-dev' 2019-01-14 16:31:11,539 DEBUG Package: libmpich-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 8132 Maintainer: Ubuntu Developers Architecture: amd64 Source: mpich Version: 3.2-6build1 Replaces: libmpich1.0-dev, libmpich2-dev, libmpl-dev, libopa-dev Depends: gfortran, g++, libcr-dev, libmpich12 (= 3.2-6build1), libc6 (>= 2.14), libcr0 (>= 0.8.2) Recommends: mpich (= 3.2-6build1) Breaks: libmpich1.0-dev, libmpich2-dev, libmpl-dev, libopa-dev Description: Development files for MPICH MPICH is a high-performance and widely portable implementation of the Message Passing Interface (MPI) standard (both MPI-1 and MPI-2). It efficiently supports different computation and communication platforms including commodity clusters, SMPs, massively parallel systems, and high-speed networks. . This package includes the MPICH headers and static libraries, as well as the compiler wrappers needed to build MPICH programs. Original-Maintainer: Debian Science Maintainers Homepage: http://www.mpich.org/ 2019-01-14 16:31:11,540 INFO installed. 2019-01-14 16:31:11,540 INFO Checking for presence of package libtool... 2019-01-14 16:31:11,540 DEBUG Running command 'dpkg-query -s libtool' 2019-01-14 16:31:11,655 DEBUG Package: libtool Status: install ok installed Priority: optional Section: devel Installed-Size: 894 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 2.4.6-0.1 Depends: gcc | c-compiler, cpp, libc6-dev | libc-dev, file, autotools-dev Recommends: libltdl-dev Suggests: libtool-doc, autoconf (>> 2.50), automaken, gfortran | fortran95-compiler, gcj-jdk Conflicts: autoconf (<= 2.12), automake (<= 1.3), libtool1.4 Description: Generic library support script This is GNU libtool, a generic library support script. Libtool hides the complexity of generating special library types (such as shared libraries) behind a consistent interface. To use libtool, add the new generic library building commands to your Makefile, Makefile.in, or Makefile.am. See the documentation for details. Libtool supports building static libraries on all platforms. . Libtool supports generation of C, C++, Fortran and Java libraries. Original-Maintainer: Kurt Roeckx Homepage: http://www.gnu.org/software/libtool/ 2019-01-14 16:31:11,656 INFO installed. 2019-01-14 16:31:11,656 INFO Checking for presence of package mercurial... 2019-01-14 16:31:11,656 DEBUG Running command 'dpkg-query -s mercurial' 2019-01-14 16:31:11,770 DEBUG Package: mercurial Status: install ok installed Priority: optional Section: vcs Installed-Size: 183 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.7.3-1ubuntu1.2 Depends: libc6 (>= 2.14), python (<< 2.8), python (>= 2.7~), ucf (>= 2.0020), mercurial-common (= 3.7.3-1ubuntu1.2) Recommends: openssh-client Suggests: qct, kdiff3 | kdiff3-qt | kompare | meld | tkcvs | mgdiff Breaks: hgsubversion (<< 1.8.3-2), hgview-common (<< 1.8.1), mercurial-crecord (<= 0.20140626-1), mercurial-git (<< 0.8.3-1), qct (<< 1.7-2~) Description: easy-to-use, scalable distributed version control system Mercurial is a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. . Its features include: * O(1) delta-compressed file storage and retrieval scheme * Complete cross-indexing of files and changesets for efficient exploration of project history * Robust SHA1-based integrity checking and append-only storage model * Decentralized development model with arbitrary merging between trees * High-speed HTTP-based network merge protocol * Easy-to-use command-line interface * Integrated stand-alone web interface * Small Python codebase . This package contains the architecture dependent files. Homepage: https://www.mercurial-scm.org/ Original-Maintainer: Python Applications Packaging Team 2019-01-14 16:31:11,771 INFO installed. 2019-01-14 16:31:11,771 INFO Checking for presence of package mpich... 2019-01-14 16:31:11,771 DEBUG Running command 'dpkg-query -s mpich' 2019-01-14 16:31:11,892 DEBUG Package: mpich Status: install ok installed Priority: extra Section: devel Installed-Size: 786 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.2-6build1 Replaces: mpich-bin, mpich2 Depends: hwloc-nox | hwloc, libmpich12 (= 3.2-6build1), libc6 (>= 2.15), libcr0 (>= 0.8.2), libhwloc5 (>= 1.11.2) Recommends: libmpich-dev (= 3.2-6build1) Suggests: blcr-util, mpich-doc (= 3.2-6build1) Breaks: mpich-bin, mpich2 Description: Implementation of the MPI Message Passing Interface standard MPICH is a high-performance and widely portable implementation of the Message Passing Interface (MPI) standard (both MPI-1 and MPI-2). It efficiently supports different computation and communication platforms including commodity clusters, SMPs, massively parallel systems, and high-speed networks. . This package includes the program binaries necessary to run MPICH programs. Original-Maintainer: Debian Science Maintainers Homepage: http://www.mpich.org/ 2019-01-14 16:31:11,893 INFO installed. 2019-01-14 16:31:11,893 INFO Checking for presence of package python3-dev... 2019-01-14 16:31:11,893 DEBUG Running command 'dpkg-query -s python3-dev' 2019-01-14 16:31:12,006 DEBUG Package: python3-dev Status: install ok installed Priority: optional Section: python Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Source: python3-defaults Version: 3.5.1-3 Replaces: python3.1 (<< 3.1.2+20100706-3) Depends: python3 (= 3.5.1-3), libpython3-dev (= 3.5.1-3), python3.5-dev (>= 3.5.1-2~) Description: header files and a static library for Python (default) Header files, a static library and development tools for building Python modules, extending the Python interpreter or embedding Python in applications. . This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.5). Original-Maintainer: Matthias Klose Homepage: http://www.python.org/ 2019-01-14 16:31:12,007 INFO installed. 2019-01-14 16:31:12,007 INFO Checking for presence of package python3-pip... 2019-01-14 16:31:12,007 DEBUG Running command 'dpkg-query -s python3-pip' 2019-01-14 16:31:12,124 DEBUG Package: python3-pip Status: install ok installed Priority: optional Section: python Installed-Size: 556 Maintainer: Ubuntu Developers Architecture: all Source: python-pip Version: 8.1.1-2ubuntu0.4 Depends: ca-certificates, python-pip-whl (= 8.1.1-2ubuntu0.4), python3:any (>= 3.4~) Recommends: build-essential, python3-dev (>= 3.2), python3-setuptools, python3-wheel Description: alternative Python package installer - Python 3 version of the package pip is a replacement for easy_install, and is intended to be an improved Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories. . This is the Python 3 version of the package. Homepage: https://pip.pypa.io/en/stable/ Original-Maintainer: Debian Python Modules Team 2019-01-14 16:31:12,125 INFO installed. 2019-01-14 16:31:12,125 INFO Checking for presence of package python3-tk... 2019-01-14 16:31:12,125 DEBUG Running command 'dpkg-query -s python3-tk' 2019-01-14 16:31:12,239 DEBUG Package: python3-tk Status: install ok installed Priority: optional Section: python Installed-Size: 87 Maintainer: Ubuntu Developers Architecture: amd64 Source: python3-stdlib-extensions Version: 3.5.1-1 Provides: python3.5-tk Depends: python3 (>= 3.5), python3 (<< 3.6), blt (>= 2.4z-9), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), tk8.6-blt2.5 (>= 2.5.3) Suggests: tix, python3-tk-dbg Description: Tkinter - Writing Tk applications with Python 3.x A module for writing portable GUI applications with Python 3.x using Tk. Also known as Tkinter. Original-Maintainer: Matthias Klose 2019-01-14 16:31:12,240 INFO installed. 2019-01-14 16:31:12,240 INFO Checking for presence of package python3-venv... 2019-01-14 16:31:12,240 DEBUG Running command 'dpkg-query -s python3-venv' 2019-01-14 16:31:12,356 DEBUG Package: python3-venv Status: install ok installed Priority: optional Section: python Installed-Size: 11 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Source: python3-defaults Version: 3.5.1-3 Depends: python3.5-venv (>= 3.5.1-2~), python3 (= 3.5.1-3) Description: pyvenv-3 binary for python3 (default python3 version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.5). Original-Maintainer: Matthias Klose Homepage: http://www.python.org/ 2019-01-14 16:31:12,356 INFO installed. 2019-01-14 16:31:12,357 INFO Checking for presence of package zlib1g-dev... 2019-01-14 16:31:12,357 DEBUG Running command 'dpkg-query -s zlib1g-dev' 2019-01-14 16:31:12,482 DEBUG Package: zlib1g-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 415 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: zlib Version: 1:1.2.8.dfsg-2ubuntu4.1 Provides: libz-dev Depends: zlib1g (= 1:1.2.8.dfsg-2ubuntu4.1), libc6-dev | libc-dev Conflicts: zlib1-dev Description: compression library - development zlib is a library implementing the deflate compression method found in gzip and PKZIP. This package includes the development support files. Homepage: http://zlib.net/ Original-Maintainer: Mark Brown 2019-01-14 16:31:12,483 INFO installed. 2019-01-14 16:31:12,483 INFO Checking for presence of package libboost-dev... 2019-01-14 16:31:12,483 DEBUG Running command 'dpkg-query -s libboost-dev' 2019-01-14 16:31:12,598 DEBUG Package: libboost-dev Status: install ok installed Priority: optional Section: libdevel Installed-Size: 10 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: boost-defaults Version: 1.58.0.1ubuntu1 Depends: libboost1.58-dev Suggests: libboost-doc Description: Boost C++ Libraries development files (default version) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library. . For the following subprojects separate packages exist: chrono, date-time, exception filesystem, graph, iostreams, locale, math, mpi, program_options, python, regex, serialization, signals, system, test, thread, timer, and wave. . This package is a dependency package, which depends on Debian's default Boost version (currently 1.58). Homepage: http://www.boost.org/ Original-Maintainer: Debian Boost Team 2019-01-14 16:31:12,599 INFO installed. 2019-01-14 16:31:12,599 INFO Creating firedrake venv in '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake'. 2019-01-14 16:31:17,441 DEBUG Running command '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/bin/python -m pip install -U setuptools' 2019-01-14 16:31:23,885 DEBUG Collecting setuptools Using cached https://files.pythonhosted.org/packages/37/06/754589caf971b0d2d48f151c2586f62902d93dc908e2fd9b9b9f6aa3c9dd/setuptools-40.6.3-py2.py3-none-any.whl Installing collected packages: setuptools Found existing installation: setuptools 20.7.0 Uninstalling setuptools-20.7.0: Successfully uninstalled setuptools-20.7.0 Successfully installed setuptools-40.6.3 You are using pip version 8.1.1, however version 18.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. 2019-01-14 16:31:23,886 DEBUG Running command '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/bin/python -m pip install -U pip' 2019-01-14 16:31:30,715 DEBUG Collecting pip Using cached https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl Installing collected packages: pip Found existing installation: pip 8.1.1 Uninstalling pip-8.1.1: Successfully uninstalled pip-8.1.1 Successfully installed pip-18.1 2019-01-14 16:31:30,716 INFO Cloning firedrake 2019-01-14 16:31:30,716 DEBUG Running command 'git clone -q git@github.com:firedrakeproject/firedrake.git' 2019-01-14 16:31:31,327 DEBUG Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2019-01-14 16:31:31,327 WARNING Failed to clone firedrake using ssh, falling back to https. 2019-01-14 16:31:31,327 DEBUG Running command 'git clone -q https://github.com/firedrakeproject/firedrake.git' 2019-01-14 16:31:59,684 DEBUG 2019-01-14 16:31:59,684 INFO Successfully cloned repository firedrake. 2019-01-14 16:31:59,685 DEBUG Old path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:31:59,685 DEBUG Pushing path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/firedrake' 2019-01-14 16:31:59,685 INFO Checking out branch master 2019-01-14 16:31:59,685 DEBUG Running command 'git checkout -q master' 2019-01-14 16:31:59,971 DEBUG 2019-01-14 16:31:59,971 INFO Successfully checked out branch master 2019-01-14 16:31:59,971 DEBUG Popping path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/firedrake' 2019-01-14 16:31:59,972 DEBUG New path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:31:59,972 INFO Cloning the dependencies of firedrake 2019-01-14 16:31:59,973 INFO Cloning ufl 2019-01-14 16:31:59,973 DEBUG Running command 'git clone -q git@github.com:firedrakeproject/ufl.git' 2019-01-14 16:32:00,598 DEBUG Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2019-01-14 16:32:00,599 WARNING Failed to clone ufl using ssh, falling back to https. 2019-01-14 16:32:00,599 DEBUG Running command 'git clone -q https://github.com/firedrakeproject/ufl.git' 2019-01-14 16:32:10,886 DEBUG 2019-01-14 16:32:10,886 INFO Successfully cloned repository ufl. 2019-01-14 16:32:10,887 DEBUG Old path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:32:10,887 DEBUG Pushing path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/ufl' 2019-01-14 16:32:10,887 INFO Checking out branch master 2019-01-14 16:32:10,887 DEBUG Running command 'git checkout -q master' 2019-01-14 16:32:11,008 DEBUG 2019-01-14 16:32:11,009 INFO Successfully checked out branch master 2019-01-14 16:32:11,009 DEBUG Popping path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/ufl' 2019-01-14 16:32:11,010 DEBUG New path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:32:11,010 INFO Cloning fiat 2019-01-14 16:32:11,010 DEBUG Running command 'git clone -q git@github.com:firedrakeproject/fiat.git' 2019-01-14 16:32:12,574 DEBUG Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2019-01-14 16:32:12,575 WARNING Failed to clone fiat using ssh, falling back to https. 2019-01-14 16:32:12,575 DEBUG Running command 'git clone -q https://github.com/firedrakeproject/fiat.git' 2019-01-14 16:32:15,590 DEBUG 2019-01-14 16:32:15,590 INFO Successfully cloned repository fiat. 2019-01-14 16:32:15,591 DEBUG Old path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:32:15,591 DEBUG Pushing path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/fiat' 2019-01-14 16:32:15,591 INFO Checking out branch master 2019-01-14 16:32:15,591 DEBUG Running command 'git checkout -q master' 2019-01-14 16:32:15,660 DEBUG 2019-01-14 16:32:15,660 INFO Successfully checked out branch master 2019-01-14 16:32:15,660 DEBUG Popping path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/fiat' 2019-01-14 16:32:15,660 DEBUG New path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:32:15,661 INFO Cloning FInAT 2019-01-14 16:32:15,661 DEBUG Running command 'git clone -q git@github.com:FInAT/FInAT.git' 2019-01-14 16:32:16,328 DEBUG Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2019-01-14 16:32:16,329 WARNING Failed to clone FInAT using ssh, falling back to https. 2019-01-14 16:32:16,329 DEBUG Running command 'git clone -q https://github.com/FInAT/FInAT.git' 2019-01-14 16:32:18,877 DEBUG 2019-01-14 16:32:18,878 INFO Successfully cloned repository FInAT. 2019-01-14 16:32:18,878 DEBUG Old path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:32:18,878 DEBUG Pushing path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/FInAT' 2019-01-14 16:32:18,879 INFO Checking out branch master 2019-01-14 16:32:18,879 DEBUG Running command 'git checkout -q master' 2019-01-14 16:32:18,949 DEBUG 2019-01-14 16:32:18,950 INFO Successfully checked out branch master 2019-01-14 16:32:18,950 DEBUG Popping path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/FInAT' 2019-01-14 16:32:18,950 DEBUG New path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:32:18,950 INFO Cloning tsfc 2019-01-14 16:32:18,951 DEBUG Running command 'git clone -q git@github.com:firedrakeproject/tsfc.git' 2019-01-14 16:32:19,557 DEBUG Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2019-01-14 16:32:19,558 WARNING Failed to clone tsfc using ssh, falling back to https. 2019-01-14 16:32:19,558 DEBUG Running command 'git clone -q https://github.com/firedrakeproject/tsfc.git' 2019-01-14 16:32:22,670 DEBUG 2019-01-14 16:32:22,670 INFO Successfully cloned repository tsfc. 2019-01-14 16:32:22,671 DEBUG Old path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:32:22,671 DEBUG Pushing path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/tsfc' 2019-01-14 16:32:22,671 INFO Checking out branch master 2019-01-14 16:32:22,671 DEBUG Running command 'git checkout -q master' 2019-01-14 16:32:22,732 DEBUG 2019-01-14 16:32:22,732 INFO Successfully checked out branch master 2019-01-14 16:32:22,732 DEBUG Popping path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/tsfc' 2019-01-14 16:32:22,733 DEBUG New path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:32:22,733 INFO Cloning PyOP2 2019-01-14 16:32:22,733 DEBUG Running command 'git clone -q git@github.com:OP2/PyOP2.git' 2019-01-14 16:32:23,348 DEBUG Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2019-01-14 16:32:23,348 WARNING Failed to clone PyOP2 using ssh, falling back to https. 2019-01-14 16:32:23,349 DEBUG Running command 'git clone -q https://github.com/OP2/PyOP2.git' 2019-01-14 16:32:42,761 DEBUG 2019-01-14 16:32:42,761 INFO Successfully cloned repository PyOP2. 2019-01-14 16:32:42,762 DEBUG Old path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:32:42,762 DEBUG Pushing path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/PyOP2' 2019-01-14 16:32:42,762 INFO Checking out branch master 2019-01-14 16:32:42,762 DEBUG Running command 'git checkout -q master' 2019-01-14 16:32:42,861 DEBUG 2019-01-14 16:32:42,861 INFO Successfully checked out branch master 2019-01-14 16:32:42,861 DEBUG Popping path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/PyOP2' 2019-01-14 16:32:42,862 DEBUG New path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:32:42,862 INFO Cloning the dependencies of PyOP2 2019-01-14 16:32:42,863 INFO Cloning petsc 2019-01-14 16:32:42,863 DEBUG Running command 'git clone -q git@github.com:firedrakeproject/petsc.git' 2019-01-14 16:32:43,463 DEBUG Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2019-01-14 16:32:43,463 WARNING Failed to clone petsc using ssh, falling back to https. 2019-01-14 16:32:43,463 DEBUG Running command 'git clone -q https://github.com/firedrakeproject/petsc.git' 2019-01-14 16:37:39,462 DEBUG 2019-01-14 16:37:39,463 INFO Successfully cloned repository petsc. 2019-01-14 16:37:39,463 DEBUG Old path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:37:39,463 DEBUG Pushing path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/petsc' 2019-01-14 16:37:39,464 INFO Checking out branch firedrake 2019-01-14 16:37:39,464 DEBUG Running command 'git checkout -q firedrake' 2019-01-14 16:37:39,991 DEBUG 2019-01-14 16:37:39,992 INFO Successfully checked out branch firedrake 2019-01-14 16:37:39,992 DEBUG Popping path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/petsc' 2019-01-14 16:37:39,992 DEBUG New path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:37:39,993 INFO Cloning petsc4py 2019-01-14 16:37:39,993 DEBUG Running command 'git clone -q git@github.com:firedrakeproject/petsc4py.git' 2019-01-14 16:37:40,601 DEBUG Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2019-01-14 16:37:40,602 WARNING Failed to clone petsc4py using ssh, falling back to https. 2019-01-14 16:37:40,602 DEBUG Running command 'git clone -q https://github.com/firedrakeproject/petsc4py.git' 2019-01-14 16:37:44,100 DEBUG 2019-01-14 16:37:44,101 INFO Successfully cloned repository petsc4py. 2019-01-14 16:37:44,101 DEBUG Old path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:37:44,101 DEBUG Pushing path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/petsc4py' 2019-01-14 16:37:44,102 INFO Checking out branch firedrake 2019-01-14 16:37:44,102 DEBUG Running command 'git checkout -q firedrake' 2019-01-14 16:37:44,173 DEBUG 2019-01-14 16:37:44,174 INFO Successfully checked out branch firedrake 2019-01-14 16:37:44,174 DEBUG Popping path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/petsc4py' 2019-01-14 16:37:44,174 DEBUG New path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:37:44,175 INFO Cloning COFFEE 2019-01-14 16:37:44,175 DEBUG Running command 'git clone -q git@github.com:coneoproject/COFFEE' 2019-01-14 16:37:44,778 DEBUG Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 2019-01-14 16:37:44,778 WARNING Failed to clone COFFEE using ssh, falling back to https. 2019-01-14 16:37:44,779 DEBUG Running command 'git clone -q https://github.com/coneoproject/COFFEE' 2019-01-14 16:37:47,965 DEBUG 2019-01-14 16:37:47,965 INFO Successfully cloned repository COFFEE. 2019-01-14 16:37:47,966 DEBUG Old path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:37:47,966 DEBUG Pushing path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/COFFEE' 2019-01-14 16:37:47,966 INFO Checking out branch master 2019-01-14 16:37:47,966 DEBUG Running command 'git checkout -q master' 2019-01-14 16:37:49,019 DEBUG 2019-01-14 16:37:49,019 INFO Successfully checked out branch master 2019-01-14 16:37:49,019 DEBUG Popping path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/COFFEE' 2019-01-14 16:37:49,019 DEBUG New path '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src' 2019-01-14 16:37:49,020 DEBUG Running command '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/bin/python -m pip install --no-binary mpi4py -vvv Cython>=0.22' 2019-01-14 16:37:54,511 DEBUG Created temporary directory: /tmp/pip-ephem-wheel-cache-dcy7n5m7 Created temporary directory: /tmp/pip-req-tracker-fq773yxm Created requirements tracker '/tmp/pip-req-tracker-fq773yxm' Created temporary directory: /tmp/pip-install-_akf7xfz Collecting Cython>=0.22 1 location(s) to search for versions of Cython: * https://pypi.org/simple/cython/ Getting page https://pypi.org/simple/cython/ Looking up "https://pypi.org/simple/cython/" in the cache Request header has "max_age" as 0, cache bypassed Starting new HTTPS connection (1): pypi.org:443 https://pypi.org:443 "GET /simple/cython/ HTTP/1.1" 304 0 Analyzing links from page https://pypi.org/simple/cython/ Found link https://files.pythonhosted.org/packages/72/fe/3351a0baece112c5abea843f3e55085acc52fcd0434c3ce35a119279df17/Cython-0.9.6.5.tar.gz#sha256=aa8243cf519c48cb2705e2326fae2f83b0d6712041b48d18550f5fab3580d725 (from https://pypi.org/simple/cython/), version: 0.9.6.5 Found link https://files.pythonhosted.org/packages/d5/1e/46e561b76737bbb24a66ca48cbffe2a15f569a5058f46502307eec3e91a0/Cython-0.9.6.6.tar.gz#sha256=6df7df83f77a3c98032631897bd3b4da864dca8f31afb4c219f1a5539ed60009 (from https://pypi.org/simple/cython/), version: 0.9.6.6 Found link https://files.pythonhosted.org/packages/ec/89/a9a2b90665350fc00dc56b610e34c7ac12def0da2477b359f151dd541975/Cython-0.9.6.7.tar.gz#sha256=8c2132881775962ed0d74e578d1ba6ff1c632b687a19ee685f63a7aa1bcc46bf (from https://pypi.org/simple/cython/), version: 0.9.6.7 Found link https://files.pythonhosted.org/packages/63/65/d45471d4dfffb203f8007a0b3c8be1208cec37f79c324e210669d3e476ea/Cython-0.9.6.8.tar.gz#sha256=ee3840b90549755bdd2eaf2cc24758360dadb6dfa2b6245a0216d0c5d4896be2 (from https://pypi.org/simple/cython/), version: 0.9.6.8 Found link https://files.pythonhosted.org/packages/30/a5/6071362f1cf697cbe2ca25f0f95b7ac7fe1672dc68ed6a0b9e9228670c8c/Cython-0.9.6.10b.tar.gz#sha256=c98307edf8fe988000f23f5d3ccc5d975d5f7b1ae9acfd3052665570c2be84ce (from https://pypi.org/simple/cython/), version: 0.9.6.10b Found link https://files.pythonhosted.org/packages/15/36/c6ad81f1aca04465cdaa00569f0872095ac76ba6cf2ca80e7be30a43f93d/Cython-0.9.6.10.tar.gz#sha256=2c381a17efacde2241cf66568b780a6a418cacbe3ccc900c32be8a31537b5f08 (from https://pypi.org/simple/cython/), version: 0.9.6.10 Found link https://files.pythonhosted.org/packages/10/ff/14b46ca6de7e8a22a16791f0408cc543de265c32aa4d9f6a32c07c8bd1a6/Cython-0.9.6.10.1.tar.gz#sha256=609967193331d72f84927fecb70f3a2c050aab114fe041916d6b45df13b9f6d6 (from https://pypi.org/simple/cython/), version: 0.9.6.10.1 Found link https://files.pythonhosted.org/packages/17/a4/969951e4fe5f5b9b2d22c71b2c3b716c544333246fdf3c709dd325bab497/Cython-0.9.6.11b.tar.gz#sha256=d1be91f1221273f2a67582037fa17056d3b4631a9d9e046c1481360154bd1d77 (from https://pypi.org/simple/cython/), version: 0.9.6.11b Found link https://files.pythonhosted.org/packages/37/2d/c21cb7845479381c0d535922f53a0fd84a910252fe9432606955de6b14bf/Cython-0.9.6.11.tar.gz#sha256=c7581722c8956377761be12f5fea03f7e5707b54d76a086e62bdff5afd76eb3b (from https://pypi.org/simple/cython/), version: 0.9.6.11 Found link https://files.pythonhosted.org/packages/a4/aa/bb3d78a8da33029746a82f3ce1ce472320c2f75102c8deb8ed9a577f473b/Cython-0.9.6.12.tar.gz#sha256=108f67d840e3eaa45b649db00ca0dc623b49a34c156ac75ee9f67f1836c3424f (from https://pypi.org/simple/cython/), version: 0.9.6.12 Found link https://files.pythonhosted.org/packages/98/2e/300c48c8e7a6998a1f93a3e71ea3e019dbef01b68b4f1aa5838ed659f8c1/Cython-0.9.6.13.tar.gz#sha256=579bc89867fb3adc052a658df84356a14bfe21041f02863665a6d3a2d9d6a4a9 (from https://pypi.org/simple/cython/), version: 0.9.6.13 Found link https://files.pythonhosted.org/packages/88/0d/7500f6e1efbd6f00e18e332454335214f7b4592a517c1ba2ba7d0ede3248/Cython-0.9.6.13.1.tar.gz#sha256=ee553f484b53cb27ec7a5dcf70b3d8e4b945b9dd51aac6358019396aefee6601 (from https://pypi.org/simple/cython/), version: 0.9.6.13.1 Found link https://files.pythonhosted.org/packages/13/d9/27ec736179ba3cb8eb49182fc9396460e40646dc5e0cbc25c1505e46e1ca/Cython-0.9.6.14.tar.gz#sha256=dde5d254cd00e4182680b1241e9a5feebbc9b4887f5d0bac2ba2935f213c97e7 (from https://pypi.org/simple/cython/), version: 0.9.6.14 Found link https://files.pythonhosted.org/packages/95/51/a0f33e6a46c05d9ab21d0035e6305bff89d8c23da5d94b7169adaaaca72d/Cython-0.9.8.tar.gz#sha256=0605dcf587544e049626a54f7ad5ab84ccf31fef20c0125852abca74bae79d25 (from https://pypi.org/simple/cython/), version: 0.9.8 Found link https://files.pythonhosted.org/packages/c3/53/e8c1ae1d9723a9015d41e284dddcae0e83d91e02d74c2af3b27a0967f572/Cython-0.9.8.1.tar.gz#sha256=3991a33a5556475598a4a515ba0a2b958d5475298e68d9ef508e4441b41936b3 (from https://pypi.org/simple/cython/), version: 0.9.8.1 Found link https://files.pythonhosted.org/packages/a3/59/f929ec1a9f40eedb6906f26809aaadc7ded96d57c592b16116de3e10241b/Cython-0.9.8.1.1.tar.gz#sha256=2d00a2cc1ae53039c2d13c3a5c433de688cb93fb963e25d4cc51966dcccbd689 (from https://pypi.org/simple/cython/), version: 0.9.8.1.1 Found link https://files.pythonhosted.org/packages/10/22/c7188528b6ee79efa5a8d2c0b9f5a9513addf1b56b0dc1e721aab9e96c21/Cython-0.10.tar.gz#sha256=09643312a0f9545f2eafe4c61aa786c1147e18f19faf26c7f50b05f553b73d38 (from https://pypi.org/simple/cython/), version: 0.10 Found link https://files.pythonhosted.org/packages/1c/52/b01f5eb38334eab2088c3acd30c50c18037d2b9993243b6b79d70f80be2d/Cython-0.10.1.tar.gz#sha256=6147a08786691db0dedaee5259c8f3551456d332f6e2b99515a1c5a07aa5b25f (from https://pypi.org/simple/cython/), version: 0.10.1 Found link https://files.pythonhosted.org/packages/93/c2/5050250f178148876d43237f7edf7a30d3f356b40cebd3f8589a87c4c39c/Cython-0.10.2.tar.gz#sha256=c84977d63fca5fbc166b7920c30e35aeee41c1551615e0ed845d4bf9f660470d (from https://pypi.org/simple/cython/), version: 0.10.2 Found link https://files.pythonhosted.org/packages/3a/06/668437cf1b11bf15c06555c7598e2ca3dd535192113470887b698448c5c4/Cython-0.10.3.tar.gz#sha256=a9ac41b270743c067456272a1a0c788008b41f64f388488dfbac54e2a78303b8 (from https://pypi.org/simple/cython/), version: 0.10.3 Found link https://files.pythonhosted.org/packages/c9/01/3417b3b6c6c9197eac1cd0958f0bf8a7aebd674a587157f4250e75160f42/Cython-0.11.tar.gz#sha256=eebcd64935dde5b5a78f8398e72665a3661e0173d23f253fa409e04f1c1a7ff6 (from https://pypi.org/simple/cython/), version: 0.11 Found link https://files.pythonhosted.org/packages/9c/e6/78c59992adf497a1e43ee49966b35481152953c3483f981f4b4094c051ae/Cython-0.11.1.tar.gz#sha256=0a8103de967e8bd43aabe0a4844e051b8eadeee3853e2d40c63bc67dd8326455 (from https://pypi.org/simple/cython/), version: 0.11.1 Found link https://files.pythonhosted.org/packages/82/ec/458d6dad8f5b787516bdb72fba604b10ed09e54d3ca8c050abba82e62872/Cython-0.11.2.tar.gz#sha256=ee2aca7d876dd0a3be589a30fda724a23f5d110d224cab0eef46f122f0003f12 (from https://pypi.org/simple/cython/), version: 0.11.2 Found link https://files.pythonhosted.org/packages/ca/85/f119735bb28ec49ac7d5cbbe0d5b014ab714ed86ab2bb5ec4a2f09b3f8a2/Cython-0.11.3.tar.gz#sha256=5a807fb1bbda664aedd953b776d49a3bcbbc21ffe17a41ff574da6e2ff197f79 (from https://pypi.org/simple/cython/), version: 0.11.3 Found link https://files.pythonhosted.org/packages/e1/ea/c53bbcd6d11579df558b7122fdcb94e2acad04f0c2c3ae00e9ac311f16aa/Cython-0.12.tar.gz#sha256=90d611aeff8d017a5ccca3b1e02ec8d6dd0efc7dfd29806f721bc718d3774ea3 (from https://pypi.org/simple/cython/), version: 0.12 Found link https://files.pythonhosted.org/packages/8e/d6/289f265e025c78ea6cb1e6aedb272c3c9aac8a406eef66822f16d5f6831c/Cython-0.12.1.tar.gz#sha256=0f384ec20c579b80d1960a5795d6517a6885305efa9964bcbf6a7b8da88b9c77 (from https://pypi.org/simple/cython/), version: 0.12.1 Found link https://files.pythonhosted.org/packages/aa/2d/5d29acc1e0c001e21a2cef8b36f25e8475edc9348fe0d1bd6e5b7f0d3788/Cython-0.13.tar.gz#sha256=238a1ad0b72a909aef866791d285121b7f0d7c8753a1d45e4ba49da8c7bbbb9a (from https://pypi.org/simple/cython/), version: 0.13 Found link https://files.pythonhosted.org/packages/22/7d/7415041ccf99c78322497823069dc0ec0df3ac47481b523fd5c63d83791e/Cython-0.14.tar.gz#sha256=74be47681103d6e050fd5b4bd130b9cfdad039ec1416fd69b6aa91a1d8ac578b (from https://pypi.org/simple/cython/), version: 0.14 Found link https://files.pythonhosted.org/packages/1d/01/9655ca6f4f069e6fa30a58e56b631de18036fd878cc42c3ec3eaaf3c9072/Cython-0.14.1.tar.gz#sha256=89e3f64ea0f97cd29b28d0831a7022dc1f8cf4ffb7be52b9f2fc4b5dcf9243c7 (from https://pypi.org/simple/cython/), version: 0.14.1 Found link https://files.pythonhosted.org/packages/24/4e/55bda97d0906c4fa766dda87165c3652df3d2ce62aba3f33612cc92bf4f3/Cython-0.15.tar.gz#sha256=059775c832014d5e2550e0293fd1bfdc9330ebc98b844a86d4ae6251fde8fee7 (from https://pypi.org/simple/cython/), version: 0.15 Found link https://files.pythonhosted.org/packages/f7/e8/5e58ad206d04e15baa24b11f3562256ce5d4476c959b69024d426b300f39/Cython-0.15.1.tar.gz#sha256=248123f2f02f2701a28d9452132ac835533b396a273cda9d361cb65c26067edc (from https://pypi.org/simple/cython/), version: 0.15.1 Found link https://files.pythonhosted.org/packages/ba/f6/1e4449f53a1fa84a694d8006ce07c935037975e327722190085e5b768562/Cython-0.16.tar.gz#sha256=971651fc5d3c943b0ecf7bc4df86a977bf62623d94542bf2aaa5f7223697e6fb (from https://pypi.org/simple/cython/), version: 0.16 Skipping link https://files.pythonhosted.org/packages/c2/b0/83750b90ee3a65b944c67e2336fccb0486a1bca5c89e6c5f15cf640c88e7/Cython-0.17-cp26-cp26mu-manylinux1_x86_64.whl#sha256=d1f5acfe783f3dee12d0d554827c5fdc2ea58aab5902c35ae255ed7cde95cc52 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9e/35/5c2942f66193d57c0747a5e09a0e5703cd6e3a0fe1d00b80257f3367c33c/Cython-0.17-cp27-cp27m-manylinux1_x86_64.whl#sha256=b638c5f2a235ee9c8045c3f8725be8fc7d226a0bce8de7ec9c0757947a9cf03f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e7/67/574c341c14825a548b45d03039a62c3fb0524c2ce5b67a2bf31a2c49370b/Cython-0.17-cp27-cp27mu-manylinux1_x86_64.whl#sha256=d17bf98d2311ba6c1b3dceaa591dc3a7cc4940652336eed4e637042422a4822d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f4/cc/970b8bb98884eeeb6a9fbee736b6e5acc02351faf01b90be1fe8f501c6ed/Cython-0.17-cp33-cp33m-manylinux1_x86_64.whl#sha256=88c70afdb1740173b9d0a2b9c321227b0cda262ecbfc4d628508c2e49622abfb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d6/4e/b6337b243d97bd171d48625f0eccbe12c7d6fdf512a18a14bfe7e29d52f5/Cython-0.17-cp34-cp34m-manylinux1_x86_64.whl#sha256=3b76afeb8d1c3034266e99a224d4655b4efdbc1be095dcb2d920025547067b4d (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/6c/91/bee33be13e853c0eef048b052d7159c0eeeb310a0c692ab58514e4bfd903/Cython-0.17-cp35-cp35m-manylinux1_x86_64.whl#sha256=f59e2dcefc3983bffee1d6e8fccd8a12eb4c052174f231467ea4b92fc6e38bb0 (from https://pypi.org/simple/cython/), version: 0.17 Found link https://files.pythonhosted.org/packages/8d/cb/c56392fb3d13b511cf3de190c3f4d9453ef91964930d6476c85a19dbc5c7/Cython-0.17.tar.gz#sha256=3969e04489e498cde982f5bebc774b2193e3ba5f9dff6803fd92b4e4897591a3 (from https://pypi.org/simple/cython/), version: 0.17 Skipping link https://files.pythonhosted.org/packages/f0/5b/b0d4bd2b9065bbd1f76a64997972638aa8d65f796b798d32a90f923b9ef9/Cython-0.17.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=75dca28a90e4c47f83f48df5b369eca729586ece5f1963ca9f730d308140b0eb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/63/7e/e9efbde2979b7cc67bc2a6c2cf27e8601c474971d10dd80e02e01576ad0a/Cython-0.17.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=80c0e55c22ae668a84fcabdbcea5c5af39bf43605806f387a9b89686e7ccc870 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c3/24/5b4e1fc5119c1e764a3b7dc92e0cdf525f279fda468cb1368c7aaf127a30/Cython-0.17.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=5bb08e1918732e93066af0272ea2da72ca0443348b845dedc25f5942b5ddf4ae (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/af/b5/bd1cdb19feb722b5e9476a73e8ef8e37d415ba0644118b5550c35b08f960/Cython-0.17.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=db507289dec576aa8dc5003090b418f2f431b9c0c4651b4d97c109637091e8c2 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c7/d4/15aa61338d9afbc49c866d3333869c992897d33a7d94bf4c2725360ff226/Cython-0.17.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=f20257987f9c51e35632fe63a365cade07723c7fec7c49c1a0b2e76933ac6e3a (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/a5/b1/277b2a951fb6c17cbe5d8f40409335dd3f200be152fb6fef869f27fd1432/Cython-0.17.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=ea651dd0e27cc421aae7bc456afe4f7069f79bd2037a59d719405d112eb90ca2 (from https://pypi.org/simple/cython/), version: 0.17.1 Found link https://files.pythonhosted.org/packages/73/8c/0c7de501038e9aaa6128219bf28989e55f129b5b31c5a66a55f648289466/Cython-0.17.1.tar.gz#sha256=0d631b67d73aece33eb98c70257adf946e1e5b31633d701c3fcac2dcf42f0e84 (from https://pypi.org/simple/cython/), version: 0.17.1 Skipping link https://files.pythonhosted.org/packages/38/35/54d1905d7def861c5a2c38b17f5c87927db18b9b545637a6cc108ed502c5/Cython-0.17.2-cp26-cp26mu-manylinux1_x86_64.whl#sha256=979d954b18fc25ed7a72dd7382b19204aace44058c6ca511da457401c280a6ca (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/63/0b/7d2582090e7336d130ec6aece801200b2a133318e734aa7a379cf5eddd93/Cython-0.17.2-cp27-cp27m-manylinux1_x86_64.whl#sha256=fd9d0d3722a1fa971bc0c56afd05f001d568614ba4b9e0c075acf01a2f3a874c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fb/b7/528569fe985b3b072c1fe83568764cb8ffe81ac66fc36e86eb49110ea695/Cython-0.17.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=90c2989abc4e7cbf072d240cdea51f0d2dc966f625bee812f0c3f3520b5cddf9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5c/eb/3587f1e35392c3ec5d52fed731dc471e2bb5739d950b64b5d71ee0f3584b/Cython-0.17.2-cp33-cp33m-manylinux1_x86_64.whl#sha256=b414e62fea8fd0ee19a2419069d4118da351e45f1b51b81aa6d4202d4459fbdd (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/50/5f/e41f21018718158c0aa7afcf6e7d28a86c0d4b2cb42077ba295ba6394ca4/Cython-0.17.2-cp34-cp34m-manylinux1_x86_64.whl#sha256=86620c1dc5ebb0b185c27af814d9e5114644503ab709eb9c6ad1133c67e534f9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/83/bb/7c9ebfab175b1194855d9ca3a0316e7ecad15a54243555099e511e5d7981/Cython-0.17.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=5acc50cdae6ba1dab53290fbb831fb7acc677bc50f36434ef06f01f52041420a (from https://pypi.org/simple/cython/), version: 0.17.2 Found link https://files.pythonhosted.org/packages/01/b5/b92d0bc22a96f37e67cd0de8ef9fdb735bb2aba395af8e96e2f4bebe21cf/Cython-0.17.2.tar.gz#sha256=ea1a3147d4d952e793a1043d8802ea67747892fefe7fb7e5c0cfb8bf51883be6 (from https://pypi.org/simple/cython/), version: 0.17.2 Found link https://files.pythonhosted.org/packages/28/f3/4f29b1b58119cc1f1b17a8c5c8dd78de91d7cec98ee4978b6e923f9ddb3a/Cython-0.17.2.zip#sha256=36ea6667ee1792fd309a1eebd7cc6f8ee3e49fe01fbb9d89897f4bf803142a03 (from https://pypi.org/simple/cython/), version: 0.17.2 Skipping link https://files.pythonhosted.org/packages/bd/c6/5d0886fe8277b43d6edbf621bae8ca75166b3b65d7888174f053a8a73588/Cython-0.17.3-cp26-cp26mu-manylinux1_x86_64.whl#sha256=caac6dfaf5c2510f413a5a42c4270d1aa0a2c46b3de5acc6cb3ec342b89e1b9b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/85/7f/67607900673205a06af34d4f0d3511b2a3d8fb151c3a45c7b5a36789ef06/Cython-0.17.3-cp27-cp27m-manylinux1_x86_64.whl#sha256=886d1f089e28629756bb21a2d5623dd150c32e01d6fe6cbcf8e67f3e7d11bdcb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/04/68/ebae98c1c4706c2d14718cd106b25698bdae526be51aa19081913646fed2/Cython-0.17.3-cp27-cp27mu-manylinux1_x86_64.whl#sha256=b3f25e4d8206c129cb4aa1d75602ca44c784c355a2ca255eb290e3ee6a6a73aa (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7a/9c/bb157ef03d53688206793347ce5b25d1757fcab330693928ab57fe56aac8/Cython-0.17.3-cp33-cp33m-manylinux1_x86_64.whl#sha256=902c0fec42aca5de33e459b44b9018063191010af09d67b7cf307833b5366631 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/dc/c1/c2e468fa8a15064080cecbdbbaf577147c86b8a7995fa33139086b070229/Cython-0.17.3-cp34-cp34m-manylinux1_x86_64.whl#sha256=b3f7433eaea07a514a134b523b6066beea5717f3c31f2e7910f3a09091ec984d (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/a9/b4/0cc0a721b3f38647e8727895b80653ad52410cd7f611c7c0c8c48105677b/Cython-0.17.3-cp35-cp35m-manylinux1_x86_64.whl#sha256=8fcc65b957509970a9b1bb8e031a0ab048a9d98aa2a52bccdb47ac016d7ca3f7 (from https://pypi.org/simple/cython/), version: 0.17.3 Found link https://files.pythonhosted.org/packages/ca/84/06db230f58b19c806343f972c3dca6bd295dd90e26070efe63287b27319a/Cython-0.17.3.tar.gz#sha256=2c9f2c2af9aa0519588bf941c9961a59bb8f57ee7f798db878494d1a21c07ece (from https://pypi.org/simple/cython/), version: 0.17.3 Skipping link https://files.pythonhosted.org/packages/0a/92/0ba9bb313b32332c33a329947aab96f30229c113aaaca8d09b0f2f927315/Cython-0.17.4-cp26-cp26mu-manylinux1_x86_64.whl#sha256=914dc14a7eac18ad39c165b6628549a4372c28f73856171085a0bcbfce8a1739 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/98/de/bc7b172d6f63dedffd0091735bbaac23144459f449a9690a9ecf49c46ab7/Cython-0.17.4-cp27-cp27m-manylinux1_x86_64.whl#sha256=f3200938bb83030686882801e813bf7e82148366c0750e6b6707dd70f7a09163 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d1/11/116275353af141fc9ac8cc5ebcd7a80529333653fdbf343ead57ee326f67/Cython-0.17.4-cp27-cp27mu-manylinux1_x86_64.whl#sha256=e18d9d68bc2798fa4f67e66b64bbcded5e6f4ff8320d3e2fa578a412aec98a9a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8e/b2/f85f1126e3893e194c8a77d771ac52e305e4fd3401da4571fe5062a4b0d2/Cython-0.17.4-cp33-cp33m-manylinux1_x86_64.whl#sha256=121afb29c205c68a206b6f7ebd891f0e499cc4235f21911dcaec1eee9aaafc4f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/07/d7/2f42d9c89a5a15e0746d4471d700af36f13aa65fe6561ef8ab7ad7b0b978/Cython-0.17.4-cp34-cp34m-manylinux1_x86_64.whl#sha256=c3e51e8d0663397a15eaff7f6c6c189d8f6f9fa3662d33fdc19a3991f5b0a6ac (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/31/c2/ffb2fcf6c50f861908bc21308b4cb2f148deaa22484bebff6a121a5fb4ef/Cython-0.17.4-cp35-cp35m-manylinux1_x86_64.whl#sha256=a5699685cf2e43e25574ace08841c23fca0e088e25165b4ffedf2310991b38b5 (from https://pypi.org/simple/cython/), version: 0.17.4 Found link https://files.pythonhosted.org/packages/21/36/4274d5ba29d4d01586edb2cea7b49df634efd544d395e06ae3060f4f019e/Cython-0.17.4.tar.gz#sha256=aa7a9f9432d15ee9fde2ac49e6f6fb9b74d0c21177e3ba8f023251c8b4a80b39 (from https://pypi.org/simple/cython/), version: 0.17.4 Found link https://files.pythonhosted.org/packages/11/82/2a2dd683c0fd7c32e06d09176cf8bd178fe5bf530abba5cfa4528617ec8a/Cython-0.17.4.zip#sha256=762344484548cfdb0c404969ebfd541e8e58211a54acc9290e48c50e8fbee47f (from https://pypi.org/simple/cython/), version: 0.17.4 Skipping link https://files.pythonhosted.org/packages/bd/fb/786a60e5314bc2f89be730bee9ddda378aebf665cc4538dd4f0427dfeca2/Cython-0.18-cp26-cp26mu-manylinux1_x86_64.whl#sha256=5fef4d57700d15d564eaae8f6b4e154111ad43217713f110e6ff5144cc8c44ff (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/25/3d/3d847949b194df05f12a9f69a3959fe3044d5580192c0a9f85bcca4625ce/Cython-0.18-cp27-cp27m-manylinux1_x86_64.whl#sha256=7f361b116dc489223d475c32b4267cb82b2fe5407581fb7bde5977df1ba15bf6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/be/ec/f46a8067f9be2ea662877f4998850ef4184218cc8de6bddaa2d1648fefde/Cython-0.18-cp27-cp27mu-manylinux1_x86_64.whl#sha256=d6d53066d27569358ac984645a9b24a763e35d9eaa62ba7061c252671d03c578 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/04/58/92556a2572e6c01dde100d86e8de60f8cead6c25d64ac7016be89af84b7b/Cython-0.18-cp33-cp33m-manylinux1_x86_64.whl#sha256=6fba0aca4d1b4dedacc0576293cfeee32a9164310c2d04cdfb6f972cb6543dec (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/38/22/481431ffa05194b7800c4463a8ab380e49a4a3b06f278626ce6144cf7b19/Cython-0.18-cp34-cp34m-manylinux1_x86_64.whl#sha256=1291819a05bfc1fd8af7d4ceb35862237a3b7d6a919231fcd4b654ce1214d0d8 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/a4/65/1f747839ebc1b5f7a2753a5b020abb0633eb0d9a17511600784eef931cd6/Cython-0.18-cp35-cp35m-manylinux1_x86_64.whl#sha256=4d69a8af8d2f5c29cae1a62e127676062ddce6470edb228b9b5858de90c91a2d (from https://pypi.org/simple/cython/), version: 0.18 Found link https://files.pythonhosted.org/packages/ec/75/154f9ada3ebb901da8f3b90f2d05576fc4b3f165b410c95370ec8be5ed5b/Cython-0.18.tar.gz#sha256=cf4ad7faed6bcfdb76da42492ce26ebf927129da3d4849d6982dd2e843d7de8c (from https://pypi.org/simple/cython/), version: 0.18 Found link https://files.pythonhosted.org/packages/0a/18/c3adbbffcafc9a670ce5c63a1c5f5dcece422b479cfd9b862e35f5fa4d00/Cython-0.18.zip#sha256=5c693180130120fd49636ac584867f1f98265aa466b4305bbd7aba585dfe4b2b (from https://pypi.org/simple/cython/), version: 0.18 Skipping link https://files.pythonhosted.org/packages/57/d1/d95f35abf0468659da89671665f2af39afa72f538d23edb06a85b349666d/Cython-0.19-cp26-cp26mu-manylinux1_x86_64.whl#sha256=d61d9324aaef9ccbf1ee9eba3ab01a23eb3915a24443a19346be4816b0eaac22 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f2/20/dd289691b667aa03d6cd3efc964d1aa37bb7f4296db6be5267ac0add4afa/Cython-0.19-cp27-cp27m-manylinux1_x86_64.whl#sha256=13dbccead8955ab6e0d6eb442b6ebef69f222e6fb85476c9b7eb7a8a24e85cae (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e9/e3/189b186ce64068302b698725c69480ee7c53f9e0ab91e2a554ba5ca02fd2/Cython-0.19-cp27-cp27mu-manylinux1_x86_64.whl#sha256=ae4c9fef184a04fde0c04c02454680bba2f93838704c9e6d5348599158a3e1be (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/29/ad/39ed3feb4b1d59dfc8d1a136f8772e836120a160c2225621594b16a2a6b9/Cython-0.19-cp33-cp33m-manylinux1_x86_64.whl#sha256=c7f98995f6d2c9cdedad380c7ce81f1c8a92858a95ae418681742a78598d228a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a0/1e/6f573c8a1e88b70adbd288a6d27adc5a940b4980a4891fca2d4bed29bec3/Cython-0.19-cp34-cp34m-manylinux1_x86_64.whl#sha256=2d30c3a01403b5137d6881feadab86a2ab44ce60a508703811508dd2d8c5eb2d (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/bf/3c/127b5397dc210d23cd6a7dfef7f1da4e2164f0ce0083342ea9500a521091/Cython-0.19-cp35-cp35m-manylinux1_x86_64.whl#sha256=32acd53b163358b20c63fa56debff80c25b4dc55057d94ad2540981e831c91ba (from https://pypi.org/simple/cython/), version: 0.19 Found link https://files.pythonhosted.org/packages/ff/58/3bbdab6ebf17f47c0163636264da5228b0a1ae722d2a050a1e06473f5991/Cython-0.19.tar.gz#sha256=2f861fbb2aca49a352a5cf00a65d4383b7ca56a60b50ea813e59a7a9ae6cd7db (from https://pypi.org/simple/cython/), version: 0.19 Found link https://files.pythonhosted.org/packages/10/2f/a434d34fd694570b05fb6d4b6daff979d3c9a22894c93a8db3c8eb8c37c4/Cython-0.19.zip#sha256=18fb121abfc87e9960a169aef4022a9783783870cf503ae1f412bf67c699b5be (from https://pypi.org/simple/cython/), version: 0.19 Skipping link https://files.pythonhosted.org/packages/48/6a/6ed82e6a068079e18ca35fd7263a04d4b58daaaf733fc74b9417b3070988/Cython-0.19.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=4406fc98ec1d1d58df3c85694a07c3a7384744c31fcf52d365f5346146768e5e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/00/9f/5ad32cf2b0729d8991963cfd65844f7d93964e27653f9e47a91913cfeae3/Cython-0.19.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=20c904b828949d603b399b821510f99eaefb616c871dceae466344a87698a943 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d2/8e/67cc169693e9afdf396310307ff967f0c69654fc7d5bc00a0719662e92f7/Cython-0.19.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=c8de06c31618a1030c04db57f578f67e2252c327e78698c54b561f71c5b9c71c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9c/a9/e648e554df2601c8ec927a0447a8100c20fa85285b11c716b126bd8b4165/Cython-0.19.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=6354348407cadac9dc8a6f730197f648e75fd6927be23803909c3eab3aa05b79 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3e/c8/3113218be8297d6607f244a26167cf2b65e4faadc4fe7cb2b967ee6e3114/Cython-0.19.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=e2dfbcbd325b0bbc136f9383377c025914b74db81c482cb21dbbb363c9a24141 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/9b/5a/be02be09dd06117f2e86ce24d7e8baeb5e9b52861c5537342afd012c5b64/Cython-0.19.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=488f1478782e1f67bcf074abd077345c328f4626619f22bac750947c4cbc0a54 (from https://pypi.org/simple/cython/), version: 0.19.1 Found link https://files.pythonhosted.org/packages/19/d2/9e655c7db1e5597566d32a335658624a6e20aaa9979b3b05f59a2979f7d6/Cython-0.19.1.tar.gz#sha256=0b90aaa286acdd1bf75a6dd144dfc45192f011f2c2401cf5f80ed6ab5f8bf778 (from https://pypi.org/simple/cython/), version: 0.19.1 Found link https://files.pythonhosted.org/packages/87/bd/053c43bf5743887e05a1a0675eee2ca482fd519ba86451bc5f999ac1bbb0/Cython-0.19.1.zip#sha256=00cd9a664ef4f4061307b2005448034993fb56a81526d69c453e5107370cbfed (from https://pypi.org/simple/cython/), version: 0.19.1 Skipping link https://files.pythonhosted.org/packages/5a/e0/f2f1855b7b5e3e354d3c21871fc6f0ec76d26576054e16de5f8c493aab46/Cython-0.19.2-cp26-cp26mu-manylinux1_x86_64.whl#sha256=8ca401fab8660abbdedd71b36d2e558296d29fc5affa10b5e9cfe88b31921d7d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/33/00/0c9e448685e90f2963cf822f6d703a53ffa6d876d0538e9db75214b11fd5/Cython-0.19.2-cp27-cp27m-manylinux1_x86_64.whl#sha256=4a96ade1ee7848bfa26738807add1ae28d706d3e4810da71e0a22491b8051af6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5c/1b/2390a54a57ae221664c6fc51c1c8bbf773e701267de67e55693ddc388d45/Cython-0.19.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=c09208b563d2129d0b0dd8e00b35b6ddc3141b881605a72f36a884ed52f4231d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5a/6c/75c50c48c13b19913e5bb050eda11144514e549d2a90d4670e8bd99dcf11/Cython-0.19.2-cp33-cp33m-manylinux1_x86_64.whl#sha256=f318b3668e279d913efe9a7dbfa3be90a3f5c7d9dfa0cc053c69e94c83dd7ff0 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b9/08/bbf4a0383423f276fc207f14f508cee8253171653690dbb515b7c967e3d3/Cython-0.19.2-cp34-cp34m-manylinux1_x86_64.whl#sha256=940f628cc500a52e82153a80c26476ccc2738a965a188068d6d8c2ae8be9c9ee (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/42/6e/fe3f9d6f7676894c7d71420693895081c719e17be52e15731ef498733738/Cython-0.19.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=13a0d5aa42b609e8e201dc0ea2f103b720178cd2bc675a22eae0e4fdd97d227e (from https://pypi.org/simple/cython/), version: 0.19.2 Found link https://files.pythonhosted.org/packages/c0/67/3aa5d791da920ac9643ed54beec08b02dc342c3e83a4b7971766ff99c722/Cython-0.19.2.tar.gz#sha256=c5b55b0bd40e23a9cbcd2c1bdefe9771fc5836938acef772795813a6f6432c48 (from https://pypi.org/simple/cython/), version: 0.19.2 Found link https://files.pythonhosted.org/packages/4e/e6/5edff2aeb236f70d032e860c964947d7cd13d0b83e860138a34bbc5e76ac/Cython-0.19.2.zip#sha256=9e792819aa78ba054cbb0a74a03488554978ca6c345d521f53d5eee45311bbf6 (from https://pypi.org/simple/cython/), version: 0.19.2 Skipping link https://files.pythonhosted.org/packages/4c/ff/574460bfce780f9e3939b2d9533027b63667cc12afac28b5eb7209a69b67/Cython-0.20-cp26-cp26mu-manylinux1_x86_64.whl#sha256=fade9aeaa19b773659c0a826f91f318b478e9a8dbf6bb1ab69687764009dcab2 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d2/dd/4ff7304933a810269d9ec72a69342a25a88e169ea31564d23801ef25ce6b/Cython-0.20-cp27-cp27m-manylinux1_x86_64.whl#sha256=4749161ff0ee3ff052e1ff757a14a833770bb9c5852a6747bb7cf8a476256039 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/21/ea/c4f868f759d9db554b91b436875ad6dfa76853161114596e46e4ae2eab53/Cython-0.20-cp27-cp27mu-manylinux1_x86_64.whl#sha256=233dcb5cc9735f88747f34e26e97434d7d81d1f8a5500696feb0755593a07637 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0c/7d/613cdb8e14cab0abe8dc64eaa33db8f106eef0058f591ee9279627ce4b2b/Cython-0.20-cp33-cp33m-manylinux1_x86_64.whl#sha256=692f1c01a2a6cb9e723ebb8a103c7a25cc9255081d813d7d28b4d8bd52ba1a4d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8a/89/5cc8d623d0a99cd366e32b8b61a039fd9a85e4cfe58a7312fa87b040e0d4/Cython-0.20-cp34-cp34m-manylinux1_x86_64.whl#sha256=97268d6a170f8f4a7c13b1ea0d06ca4f5c48d8d9221cd0afe25581d8e65a75e7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/62/8e/fdbe9941cb77e931a882c9ede5453dd9f0f534fb5494a23e016a59e3499a/Cython-0.20-cp35-cp35m-manylinux1_x86_64.whl#sha256=eff7aef1d2ca33474a43870d8692685c5ca88fb512d1be40841ac767279544c2 (from https://pypi.org/simple/cython/), version: 0.20 Found link https://files.pythonhosted.org/packages/ad/e5/605b2e3767e50f37edaecfa19d7c83cc6e295b4de69e35c7fc2146c21f0c/Cython-0.20.tar.gz#sha256=19bfd04294952214036de863720f2a1198a7446b59b924b8beae6a23d5b54a7b (from https://pypi.org/simple/cython/), version: 0.20 Skipping link https://files.pythonhosted.org/packages/25/db/1b0f03c1a8bb33abdb63139b5bc14d3cee935aa873fbbd4c175bcab84bf8/Cython-0.20.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=09b958612847e0350ad8df464dda3c0441abf69241641bb657bf249400fc9541 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d9/2f/b5807266f378f67fac3f2bdc7680fd8461bca404f51d7272003dd92bedbd/Cython-0.20.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=397ab6f38165171ac5476852f800fe489d2de1b5c68fc6b47e0a05fdd025d504 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a3/fd/063a3f358febded5ec33d58798e007fb4cb56987e683dd20a933346d2ed8/Cython-0.20.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=fac75b613c9ff053779e915c4152c69ac6f6634e94d978e0f5579000146c72bd (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f1/97/c6a5175a50650ae8c6462d8322630a3fb55f274aab13bce00c00ea273e0c/Cython-0.20.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=4c2da72ae23edf9c741179e5abcb7443bb8b4e0927cc58658dec00e15bdfedf6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/56/d0/51359219c63523ab2f98a4b45aa1c412462a2a60cd711aee41f43ce95168/Cython-0.20.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=6187f57d91907cfeb9775c9009bcc7417a0a1fbdfce232d0bb37c61d0cdb78e8 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/4b/d7/0593af591ff3bb18d222a540969f4ceaf50c7ec23dbbdca953edc72ec169/Cython-0.20.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=ed6d6b734ebd195e09ce3a836b313fd86590626e51b99193471d628416a9a718 (from https://pypi.org/simple/cython/), version: 0.20.1 Found link https://files.pythonhosted.org/packages/81/87/9ceffc2c15a06fcdd82e621b54598da684271ed0c6722b316e7a30e4c18e/Cython-0.20.1.tar.gz#sha256=31a563744a21d7b10355f25a3bca96b37ec5d32bdecfc75e93d65a5f7e62766c (from https://pypi.org/simple/cython/), version: 0.20.1 Skipping link https://files.pythonhosted.org/packages/bf/33/bf6028fcc1709d121dd739866bcf037f1bb34975287608f80824bf181edd/Cython-0.20.2-cp26-cp26mu-manylinux1_x86_64.whl#sha256=320e1e34397f8b193e17737efb3e040702700c02565038f9f918deeae2962211 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f2/7d/0636c093eac16c5be28dc578b4da2079d561ae4fd39eabef23dc3dc4c78e/Cython-0.20.2-cp27-cp27m-manylinux1_x86_64.whl#sha256=562787c4689911d13ab46b6f0866bd6b70e2f56b364731d4741563017e0db552 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/92/7b/3bad2d025abd533be590d94eda23b3fa49c30e7de63dda16ee50517b68dd/Cython-0.20.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=b544f5034ff8d99d1bc0c59d8a3c6b0c0d343391e837398424a9f49fed59671c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f7/01/52cc6d28472eed6bf16de5ee1da18ec99e221805600407a44a913f900041/Cython-0.20.2-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl#sha256=b6c2cbf1095f02e9f11cf736614e3581801e8421a0715d49840c8483417d7124 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9e/5b/90dcde91c418812f5ceeda1c378c4abf087b25d52957ab2f6c4c0dc470e0/Cython-0.20.2-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl#sha256=af00a32b9a32c69bc2e481aab477acb5cf6d962a8f8b9cc653291a7930a2e9ae (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8b/27/f0598a26bbf20cd88dd7e3bdab2a06127081262377311345652eb5fe8df9/Cython-0.20.2-cp33-cp33m-manylinux1_x86_64.whl#sha256=a299c3a18c72c293a09e54e4c3316c8d69852158a9300396399561dc7469a9f4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/cf/47/69c3b010763151464b7e01339dce2c2d4651e5285921a9088fe6a5414c5e/Cython-0.20.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl#sha256=54f133c09a120a8945c161d79532b3df2d01d48d14447061097018bc0fc2a6de (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/37/8d/d7d1a9b1e4ac80b6883d40f72b9a6572dda3f5bb6e038ca8919a0d37c7c6/Cython-0.20.2-cp34-cp34m-manylinux1_x86_64.whl#sha256=7199b0a154d65e3ed2bf668658f34397f44f5e37bcc9c2906b91276c6da4735b (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/d2/27/4b98f8f0b5cf2f02658064075f206b70e3900be82e27f10b70a18851d77b/Cython-0.20.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=396d1de2d6bb16e360eec653010e3e41cba2258bd07d70ae89f52e4eeaddb3c7 (from https://pypi.org/simple/cython/), version: 0.20.2 Found link https://files.pythonhosted.org/packages/98/4a/eb57896c70a3cb6c8888bc942df455d96e361065db33a611fab943554219/Cython-0.20.2.tar.gz#sha256=ed13b606a2aeb5bd6c235f8ed6c9988c99d01a033d0d21d56137c13d5c7be63f (from https://pypi.org/simple/cython/), version: 0.20.2 Skipping link https://files.pythonhosted.org/packages/94/73/f194e835c6b1fb9ae9f3e4d0e59d2cce56dc7cde90e23e7084725a3bc1ee/Cython-0.21-cp26-cp26mu-manylinux1_x86_64.whl#sha256=532d9e0da41e21f3b5206523f3450854ec1de366edae9d48732748e81b043489 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/10/c9/0bd0489c1a18dec1950bf069052826d695631168214104be1c43a7544be3/Cython-0.21-cp27-cp27m-manylinux1_x86_64.whl#sha256=0245097784d9492c0b37d69ad075061bc6e5eb4fd3ae55f8e4b26f1440d7b9e5 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/19/0a/49bbebfea1ee4e178cd86ace4b0bef365af9d87afd89bef0425ec761a162/Cython-0.21-cp27-cp27mu-manylinux1_x86_64.whl#sha256=620112fa98b8218921daacc6ce08dff58de58b3bbbec3aa71db897deccb9b5b9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c3/3f/0c0e91313861525a2c969a9faab45797dbfc76ff05c8e8b6695d7361f6f7/Cython-0.21-cp33-cp33m-manylinux1_x86_64.whl#sha256=19dd2060d0b22723d8751cedfa6fe74e2662cd0bb0a7b241b60da100a611a5ae (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/de/27/d8b95479ae7cc70d244ebe0e3c3a8a90091a835aec0c44b6f1323a57fd42/Cython-0.21-cp34-cp34m-manylinux1_x86_64.whl#sha256=197b69678de3e144331ca9048f98c9007b26b74e2506ed1502be124a8ecd3f6c (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/86/0b/a2e331b2de68b55e1e35339580b5593e7f134aa2ee7e019dff5c25f4d6d1/Cython-0.21-cp35-cp35m-manylinux1_x86_64.whl#sha256=8dbc23e5e4d31551d9bd5d30daea68e5c79e30ef8100672d06f59b06ec36cee1 (from https://pypi.org/simple/cython/), version: 0.21 Found link https://files.pythonhosted.org/packages/88/c7/9f6270a2b68a9e2be1f1e732eff9a1b12f230f5ec8e55a20bfd1b24580a0/Cython-0.21.tar.gz#sha256=0cd5787fb3f1eaf8326b21bdfcb90aabd3eca7c214c5b7b503fbb82da97bbaa0 (from https://pypi.org/simple/cython/), version: 0.21 Found link https://files.pythonhosted.org/packages/7c/5a/0d09e52dba06da0f973c586f0807bf56257479da7c862a7d969c894622bd/Cython-0.21.zip#sha256=30e334bf693de957026576b57d3c166b0a2da59e8060dde66970e80ea06fd446 (from https://pypi.org/simple/cython/), version: 0.21 Skipping link https://files.pythonhosted.org/packages/73/fb/ddda557b5f632876fd28a6309295fd820f941965eea32df288dfd8ef6df9/Cython-0.21.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=b76cc74e77909e8eb757a90f8d4f13f018fbf20a81fff2cde1c99ff27fa85419 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2a/e3/4d5e93cd0941e2703cfdcb5bf38573bf76301cffcfa1bf4cfe8ebe16bcf1/Cython-0.21.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=495d28525bc8da7a0a55a6a0828db2c52704b3ca4c164dc19db195df0cdc3395 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/50/62/d93cd11542ae2ecc9df6cf5f6ab79fa11cfb61adfbeccd587c4e0939069b/Cython-0.21.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=f64fc589de3525019f43f9d670ddbdca6a9a57a38d8125a0a4151fb8412c48b2 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/51/c4/630395f509d66af11f5ade510dacf7df489a5aafd2ef584111900e593b1b/Cython-0.21.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=ee43b033fc667833f72bf23d5b02f61213403d295787f703df48741106afc53f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c2/f2/4199bea06fc0f9e66e262f72df991487d5fc571057efc8c3c443ce8d612a/Cython-0.21.1-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=b1ba6091e1a1739e4c543049aa38601158ff39a197a90381cd2c46481d79327e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f9/45/e11f7ddccfa488c461b59bbc7bfa3d3eacdf787bdc532dc7ac072fc116a0/Cython-0.21.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=7b7d2a9f1719a90aef1a3294c71da4e968a67dd12cf13be64425457a268c51f5 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fc/7d/4ef9535cde09ccd370236bd1fbb6de2726f11295bc86de27347214e5e569/Cython-0.21.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=80405ac830525e7ad82e10a18f734dd47907ddb774d87b1830a2232ec5fe5ac5 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ff/cb/3995609e50479d1f0642d410c929015da31a75b920d5052b03f2c51502a2/Cython-0.21.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=59b49111f6a6c270e22a61a2b4374bc02ffea69dec7db3df04ab24147326e58f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/35/7e/1a660e0a866aecbc5297dc1a7b5b10ad0d8c3e75d84c247b9d7ce589d823/Cython-0.21.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=f3052b0664d136e2e2c25573326ee2796b1ae876901f6b033dfdc9c46421b00f (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/72/c3/4a10e86cda9e540104c676e34ff6cfff1a616ed75e8f419e8d9d58d5c3f5/Cython-0.21.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=b2e19b68ef84ef627c346c1ccbbe7ae861f79be6be09158e055a5eb37353adce (from https://pypi.org/simple/cython/), version: 0.21.1 Found link https://files.pythonhosted.org/packages/ae/b2/f56de6cea0bf1dcc204a966b95eacb0fc824abda30d4d6eb90b160400ddb/Cython-0.21.1.tar.gz#sha256=43f64d225186ec7601249ebd1e8f8a7c33767974b493de6783c5b3dd0415bf35 (from https://pypi.org/simple/cython/), version: 0.21.1 Found link https://files.pythonhosted.org/packages/c3/48/01404845b6a212326da8c0286219b6c44595b3d1802297c0b29bc4611e9f/Cython-0.21.1.zip#sha256=f0ca8042fcc8122c3e81037aa7985bd2fa72d31ee2579a6b503a0b4c8ef7642d (from https://pypi.org/simple/cython/), version: 0.21.1 Skipping link https://files.pythonhosted.org/packages/6f/6d/b13fb8e6832a786ad95bcd20c4707348ae38ecb45c2e7c3d9bf4a20aebc6/Cython-0.21.2-cp26-cp26mu-manylinux1_x86_64.whl#sha256=cc3ab594593f321992b8dbddb92af073deae65d1c849238f1c5370065f3f442f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8f/19/5aab2a2c71d1c26e571f91cd61f7b3e1f6452132c63db6d9716c4be41d89/Cython-0.21.2-cp27-cp27m-manylinux1_x86_64.whl#sha256=1f9cc520a4b0e290c31f2324e098c3048df056a06b79146e0a8e4a6e27e32824 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ac/9b/187d80adddcd042a86edade8fd5c49641e5e8fe3b6b5ef766b5e8bb3390c/Cython-0.21.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=68f1ae5d61b57199bf4760396e382fb9587a11cfb03d742c8988228b45d45268 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/53/7a/12d6a4c8a266e63e40f22d9123a5cff496a68a73d7302785b8e2eb5e690f/Cython-0.21.2-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=3510e6518246f3c15a80d7cc828fba8f625fdf6e758bcbfd52c73d3747d24914 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3c/be/57de5e04a673d9255baa02f512380e970ebe1031102e853f27081dc2e6bc/Cython-0.21.2-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=e7bd86d484be96900d8bf3f4c8900792d28f9b3a22563b53a5ef0c4273de1baa (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c5/68/875967170ab731c824817ea8a86159d508148da810ebd8bccd194b8d2d7c/Cython-0.21.2-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=d731ff112e29fbd04941e8d17115c1be0075a7bb7c5481b325d2ba0a88b62b90 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/32/6c/e393286ee7fba268da04d85403c065d77b4bf46598eb697faa5399f21951/Cython-0.21.2-cp33-cp33m-manylinux1_x86_64.whl#sha256=201b7a24ffdc70c210b44e39fc6d029ac88aa80b21f120fdde3a6813875f0559 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7e/21/d2096afbdda8ea999d2e32da8fbc917a8c276ebfa9ee0c1629c3a218bdc8/Cython-0.21.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=de7b689eaf1cd339d3bcabcda088fcd00e75e1dda87fe153e62625ebf82e67fe (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/02/e1/50bce3dda7bb37e63c8a4032e889714c2773c8f6d924fa69bfc07cb1577d/Cython-0.21.2-cp34-cp34m-manylinux1_x86_64.whl#sha256=b244e03f583b699ddceba6916d54a97c817261ea21bbc72d92b086a934361491 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/f2/7d/e22acbb6bb3c39377b5f5d4107b56667865341396c4c26e5f2f1e0b247e6/Cython-0.21.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=971129f7222eb1c01283278292ec35f61d99aae43969aeca6c09617c1d4a9797 (from https://pypi.org/simple/cython/), version: 0.21.2 Found link https://files.pythonhosted.org/packages/69/18/2b6455b765f06cb4ec392774871d799a3cdc4967869e66f199954ef42ba2/Cython-0.21.2.tar.gz#sha256=b01af23102143515e6138a4d5e185c2cfa588e0df61c0827de4257bac3393679 (from https://pypi.org/simple/cython/), version: 0.21.2 Found link https://files.pythonhosted.org/packages/6b/f7/7e4773fa3b2360f7e3ca0f790f8ce06db224bc9aab75cb76b7108f34786f/Cython-0.21.2.zip#sha256=594895261ef733512e4dabf0f6e4db2e8c23051b7b1eae500f3006d06cfa63ac (from https://pypi.org/simple/cython/), version: 0.21.2 Skipping link https://files.pythonhosted.org/packages/ab/ea/49d50b0bd448cd1db365d3e3054d18d8b5eb0e42dbb9baa930ef81fd9d98/Cython-0.22-cp26-cp26mu-manylinux1_x86_64.whl#sha256=92c64c561e5e5e465a12d2fbdfc8d52d51f58771e2ebbb6a37d1cb529dcf92eb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/15/b0/ff02085e54be9b4d12164d43e0659dc43843a2c1f533a160d97bc63f23d1/Cython-0.22-cp27-cp27m-manylinux1_x86_64.whl#sha256=ad274a3f42988f451b1e33cf4ed95caa5c6e9a498cba70337502cb26b63cefc8 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e5/57/48d9bb66c749fe2b812087ecfb8c869995d089df3835c31338060a4628e7/Cython-0.22-cp27-cp27mu-manylinux1_x86_64.whl#sha256=c13b98a87f00b892cdfbcff436558857c7656cae30f7a9607cb815bfcce02f39 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0c/66/01959e0bfd0391f5ecdb588735c6e5033eb418a29d51eeeaa5ecb2d2c05c/Cython-0.22-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=077264488260b410a93e7e6743f13825f4d575a04d4743279e7c9dfaf303a5c1 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7c/c0/2862fac0d9e374d5e67a1945c7a3d72357b14937c5ec0794ad317587bf61/Cython-0.22-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=10340c1c39a0a5efe5cc5199b45037e334071655135a9ef4a14d48b5f9cdb947 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e6/08/97442f8dad469340de728ba33e1fe84e3ef49c800fbd0d4d3d00389b040a/Cython-0.22-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=ec055387a6d7c674ba563afa255832b5aed8f74aba5338f49210fc7769734007 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c8/8f/c3b7a759cae61a8f0666c5b94cd49afec235ff7478bc0954f50eb6196eb3/Cython-0.22-cp33-cp33m-manylinux1_x86_64.whl#sha256=96b29cc004eaedf91ae06a66dfca41165664abb0dc15003b3a40b85bc4c468f8 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/53/8e/578009646614161c5fa438e831ab9439a7fef1477d60465e61bc9cb16901/Cython-0.22-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=5e9772355199f06a80ae68ffa423c90c29867b9cb9905d2cac8f5dc0100100c9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4e/26/ff45a5635b4d1a76ee783d7a482386f0f7856014b9ef78d9fe647580379c/Cython-0.22-cp34-cp34m-manylinux1_x86_64.whl#sha256=fbef65e73514535ac88d17fcf6765c99a2fde074238fab301ffaba13635caea9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/3c/83/001976e8e9135cb4b8f1d6d64bb3436390de3b7a68d047efccbd0479bbc9/Cython-0.22-cp35-cp35m-manylinux1_x86_64.whl#sha256=c1b104b30a329b1a77f2fd7d24c1d9b0ba5ceff9c0c94f7fd5d55697f673fa87 (from https://pypi.org/simple/cython/), version: 0.22 Found link https://files.pythonhosted.org/packages/f8/25/80f9ca7e31e2b68cc942ff1d6136588f33a7aef5e2d6abe3f2183cb9fad5/cython-0.22.tar.gz#sha256=14307e7a69af9a0d0e0024d446af7e51cc0e3e4d0dfb10d36ba837e5e5844015 (from https://pypi.org/simple/cython/), version: 0.22 Skipping link https://files.pythonhosted.org/packages/85/e5/1b8418640d049d28b722eb309fca24f8e74b7d7d716b4288b697c088cfbd/Cython-0.22.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=b4539e6a385dbbc79710a9d00c8cf63887ffc50d766d657df25a889dfdf84d0d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/23/81/558c5b1b2798f4ce6cf626e1e41d3719cfa217308a0ed065edf81645c08a/Cython-0.22.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=942e76a4936877bac859c9e38c03ef3c780e268ede03909d25ca3b7abd8342ea (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ae/15/71bb749c06e62e3cf8f18e32b5288bba3516d835b944f1cdf68411c25711/Cython-0.22.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=ad026878fc3cb6e2ee3de60e72a93f8669b61b4c30070042945bf159579e9a4a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/21/0d/9bfa4e95be2fc9728a69a1d5811cb00d6bf3d4246ab07d7c2254b5b86902/Cython-0.22.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=08e076cea8e7badbda816e5837fbae94e0f22cc4269bd7b573a819b131fee6b4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1b/b7/ea5bb793ec0c9e3e21da3bdd9b761d9632ba5f84e8fd92957610f88cba3d/Cython-0.22.1-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=82f185b7cddfd81cd8d72b4b149a30da77db470e21c7429240a5478f42786c0d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b6/d9/ebda9f0db3893f00b9fd223d513950c0615c573a00660756151ba194dfda/Cython-0.22.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=5f85e1331f4902757aed272aeb1c6a7e40b9f5646e419e814a632c01dd64f39f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2e/71/8259a75a439ec1c962ed6300ae0024816dbe8485812de821a4e707f82ecd/Cython-0.22.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=03cbe4736604a1a98cf7fa2785c91de6d77cb1c88ff6bfe71fa41d6f7500196a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8e/64/e693a240b2ff999138bb064ccec462e12c66261e44214b8acc36a8d3ddbc/Cython-0.22.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=08c6037ebfc0072fb5c5bba25b4812e538dd581d9d2ab845319c5633badf155f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/34/7e/ef28228a627f5764dda829d13a2e112caf085ee301357149f5224046a0df/Cython-0.22.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=ad9d9bab1cb473bb728a447b9e23825ab6f6d7036f5415a26f05fba90cd4b05e (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/8f/49/9086496088c3a026a95d5fb3e92f9531e590af6ab98e51c0a6b6b3a3f8fc/Cython-0.22.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=b864a55207315235ba966a70ad8cb604ac492afa5ed3f5738084e57ac5d9f399 (from https://pypi.org/simple/cython/), version: 0.22.1 Found link https://files.pythonhosted.org/packages/d6/4d/a13bc5ca0b9c6ba9e3846945882e46ab68aaef4cde3bd427d5141dbb412c/Cython-0.22.1.tar.gz#sha256=7fff120e65e7b66edb4a42823f5642bad3bc1e5601bf882d66aee50248cf0682 (from https://pypi.org/simple/cython/), version: 0.22.1 Skipping link https://files.pythonhosted.org/packages/22/e2/e0d94e818ee28734b8d51a20e25992851372b0e4e4ed636a3357c137ae60/Cython-0.23-cp26-cp26mu-manylinux1_x86_64.whl#sha256=753d107b1c439b6491182dd2a31bc46e81b96c8d9b270fd76543310c76a4363c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d8/26/8422f04d2b6f28af93353884ce4ac241ebbde79b0a3c0527bde10919fe87/Cython-0.23-cp27-cp27m-manylinux1_x86_64.whl#sha256=b544bcf1c67bb506528804dbe41a647b3fd37daafbef76432be6de16e25be1f7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/10/1d/d4e40cc555927bd8ade37730ccbca393018c26b09f90994347461044a57c/Cython-0.23-cp27-cp27mu-manylinux1_x86_64.whl#sha256=7e23a6b242880ff95f5835c72e4e2a5bec42f801b0c18176d4379c05894007a6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a3/2a/41dbef239eaca5e2845e4a7a71974ba1e77b6f2583c8c1cd20fea3b4f683/Cython-0.23-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=c58496e09c819c700a2a5ec94b5f1cc2933fdebe9072cdefad482e666891615c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/43/87/5d5c90c5b71887ad524aa8dcfd54a9ab3f2f7358c1b1cfeb72e496f6bec1/Cython-0.23-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=084eef2602ee033138d670e43b0cba7be109de098439ed61bc6a9df6c3992e39 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c8/35/05ec96c8fba3fe56901478809e92adef32b99693121c938dfc3777700c9c/Cython-0.23-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=ab8474ef98c43cbc28fb9271f32b4475882ab366b081b0fa0dc03fd4394f1225 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/87/de/4f169135fdd2e477c5701e37eef608a22111e3080ae8fa8b9a03e8b48473/Cython-0.23-cp33-cp33m-manylinux1_x86_64.whl#sha256=67c05d719f7e8b9989ee6e3ed8937897a95b9b0bb1d77845446feac6cd8045f9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ec/18/07398d04183378cbed568774f687b01562d1bc6d74ed2e04d1b7a0ca2bf8/Cython-0.23-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=7f1e91b6cc537bc2dac5cdb3b9e2e6c1d84c08c2abdb1e3c4ec9cb5cbb824070 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/01/ed/e9ab2ffcfb3bb7b258ef315f9dfde83a48f03f71691bfd3e8d7c19b979de/Cython-0.23-cp34-cp34m-manylinux1_x86_64.whl#sha256=0577d09011142d37c7a3f36009ace67dcab44b5bcea429a0b5b6321c64f5c6d3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/70/2a/703c3bf1c237ef2d333f54acdd71dfa7217db2e94e88369eb6a4ba8e4ede/Cython-0.23-cp35-cp35m-manylinux1_x86_64.whl#sha256=17442942e6fd0e120aac1b3a3b355fe4d420e5642b46e9d48185b8bf676ff776 (from https://pypi.org/simple/cython/), version: 0.23 Found link https://files.pythonhosted.org/packages/6a/91/d417a732e958b0f6f3d415d35915634120dc6c4707dca08a78322e29e72d/Cython-0.23.tar.gz#sha256=9fd01e8301c24fb3ba0411ad8eb16f5d9f9f8e66b1281fbe7aba2a9bd9d343dc (from https://pypi.org/simple/cython/), version: 0.23 Found link https://files.pythonhosted.org/packages/41/8d/06e0115d21a42486af82bbf716b2313448192244a93f11f386e98322415d/Cython-0.23.zip#sha256=4e4541bfe1e13ea4d77c1022bf55db6d7f6aa9d9ebf13bf0fbf339b96c943dbd (from https://pypi.org/simple/cython/), version: 0.23 Skipping link https://files.pythonhosted.org/packages/12/d9/227d719e5725950c1a9daa18dc16198306779cbac78426f5f0a562835222/Cython-0.23.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=6a8924401ab75542823366a69a44c23b0039044e2fb1366c6e9fb15937c52734 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4b/9c/fdd67a1f2cc115739c64d51878dd32a7089c4aea6a71c552014b4b514f8c/Cython-0.23.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=b03ae6a0617d378140c9fac65d381b1b2c46a5983ab9e2e61e41469757134108 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f7/d4/87b88abda9eafb404c460009bb53663496fd39c34ab47402a8b1b8b4a454/Cython-0.23.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=c2616d19bdc103b5c03781fcc3c8ea6411e5fd55c52b235b2c576b0addb82aa1 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/81/29/91a85fa0cd85ba798fd9dca4b03bf60b99f711135f383aa817bbcf44b8da/Cython-0.23.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=7ff44b2f8e7777298a25473b0d14b1c7f8296f7c1acc778cf93767dff2c3881d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/07/6e/3e0378c30fd2456112d380b68c60d83b5e7c273176fc6ccb50e6caa6cd9f/Cython-0.23.1-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=33f9d18709d77adaff9c4a3e1f1408d0a6338f6bb7745d5712ef586d8e776875 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3b/2d/abacc6e460e42d7a8e9be9ca93ad296d83b59f9ad6d36171bc47d23bc057/Cython-0.23.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=cb22789096ddc59e257c7d4fe46fb660611a3fee3438929a27a56f9932290fa7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2a/8d/7e5035821bc9b108255005097ab81d0a30bb8a3d19e33aeec7a4515cada5/Cython-0.23.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=a4d75f9a08b8e1975857be03edaee2c77390b9c07329e43c919ef5bd7c7387cd (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8a/fd/c03efc923ca97b24d303f32dfeb27cd289bed1feb463b27f4054fa27b297/Cython-0.23.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=f0dbd83fc3f718d1956bd103afe230e14ab53d44d93b680afb193223f19e89b5 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e0/50/4e3589eb44f07a78ebfe7ef478fbede08d12101c400e73935e2e6adc0bd0/Cython-0.23.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=1b6c7154d83d7b7403eb4f2c181ab8ff4d11f2b08269f0ffc25fc398a37f49f2 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/07/01/271935026467d6a44c6f1e41ab043fd8208b745ec7d87a0cb246de42f283/Cython-0.23.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=cc78807eea541f93861c8d5e52eb6cdaf3e5bcb60befee82cf3cd13f951072aa (from https://pypi.org/simple/cython/), version: 0.23.1 Found link https://files.pythonhosted.org/packages/20/83/21ceb604b3aa4f171b8b413d14696317dad61a0134c5d0ef99407c26d5be/Cython-0.23.1.tar.gz#sha256=bdfd12d6a2a2e34b9a1bbc1af5a772cabdeedc3851703d249a52dcda8378018a (from https://pypi.org/simple/cython/), version: 0.23.1 Found link https://files.pythonhosted.org/packages/9a/1c/6fab102473a473f4dbaaea43c2e9250ccedd5dde3bfa00740082c05e84f5/Cython-0.23.1.zip#sha256=66f1eedc30c6d8db5c95daba1f13a44d3d39e7e25537beb97fbe26e7fc5effca (from https://pypi.org/simple/cython/), version: 0.23.1 Skipping link https://files.pythonhosted.org/packages/56/5e/c0aee71b792a0cc335e352c79a815f2880d8f9b3cd1e16c049926dac17d9/Cython-0.23.2-cp26-cp26mu-manylinux1_x86_64.whl#sha256=c12c7576b3d174f46a150f9fe110ce124ee157b6375fbe00f745a444c43f9d6b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a3/ce/65fdd05076b6cadd1d9c74c90930244e21ef069f578b2794b4b50767e54a/Cython-0.23.2-cp27-cp27m-manylinux1_x86_64.whl#sha256=5618cdf4b71db7bf96c0d6f81e13fd8a66472f9c587717793b781b48a7c730dc (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1f/09/d1de8c1697845c8424923d48e75089cebac617457d191782164abd3fc606/Cython-0.23.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=ef7f9ac0393a52919019d9df87481abf4e4d2ffb43d54c2f119c1df5a48143be (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c4/b1/9b06d38233eacc7c9dc91f75f697763485b85c432c6caa635236689a8c96/Cython-0.23.2-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=ef50c6a132699002b53d1e1a3519659616aad6d4f3ea2132d89081c4f610b677 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ca/a0/63a0807fb0a01e982d12a24f955344b67ffa70aa67e0d95f4e1abb6813c9/Cython-0.23.2-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=66697c31fc95783fc801556be365a04d37442afb4ea57bd1290b46d6b9eb59a0 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/89/0e/375637b350994d10b2347738bef93903df50b1179ff4a18f21e54f75114f/Cython-0.23.2-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=71f348846319160ea08cffe7929f184841882c1ec614c1a115fb939ee447777c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8b/3b/b90c932192bfb1f45f6b6392b7f1577388c52c5e154ed1bf3f4551cb817d/Cython-0.23.2-cp33-cp33m-manylinux1_x86_64.whl#sha256=8932b0429fa6cf7e97013b9aabd3ff1815c3b0a99bda25e6de7a10c8a571770a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2c/28/cc28a6089a010149207cbcf1cb9bdf2a2b458c01bf1cc765a459d18a8aa5/Cython-0.23.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=33b61b0ee9aad969e7728cc77c25f83d0a74049088640653b4e3433aa0224d56 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/77/1d/f8bc7a942de108bab5b342a4a4f500887ee251c23bfb9920f411dc23f875/Cython-0.23.2-cp34-cp34m-manylinux1_x86_64.whl#sha256=5332ef13ef54a0bdefde428a58cfeaebb9cbead7d72c1cc8ef075349a0310a32 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/dc/4a/354942c0f7a5571cb4971a98a0791d981139344dc0bc772ab7a3674ac937/Cython-0.23.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=5322bb009e6befa36efe24bc0e5f994ba95fb9e60f215ca671b509683b3572d3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/55/22/5a3a8863eec36e9e1a7e74d4470732fa518646abf8aa3d679a6d6f703271/Cython-0.23.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=4f32872436a365012e262d5f99ed1baa0595b91df9909e5f64c31e0c5e00c8ec (from https://pypi.org/simple/cython/), version: 0.23.2 Found link https://files.pythonhosted.org/packages/17/15/13cfc9bdb50fc77e9716a82ada908766e45f7507f0451abdcc71b749dc54/Cython-0.23.2.tar.gz#sha256=85a8713db65d9ad3e7e2f01e6ac424d4ae2a40349f1391b2b0f494ccb7e0fda7 (from https://pypi.org/simple/cython/), version: 0.23.2 Found link https://files.pythonhosted.org/packages/c9/70/bb6a3fae72a1822694d305e1e14338d94316fa11ad7ead2dc1b54388b83c/Cython-0.23.2.zip#sha256=ca376b20b40312f70d4d19d79fc00909f591f1b2cc11c26eeccd17abfbdd7562 (from https://pypi.org/simple/cython/), version: 0.23.2 Skipping link https://files.pythonhosted.org/packages/9b/85/f87876a9c98ef7c19102ca3b9d7b3bc6460c9597434d61bedad681dd78a1/Cython-0.23.3-cp26-cp26mu-manylinux1_x86_64.whl#sha256=ffd4899bdffb8e147f976d82b120356aae8b124ccb6c84d552375332335f13fa (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c1/cc/218dadb6e046c872e0f24fce5a9553f38aa00d9007de9d490bed99b0ffcc/Cython-0.23.3-cp27-cp27m-manylinux1_x86_64.whl#sha256=e399cfa0111199eea485c0f09a960cec01f622b329d227272b08e5e53a07a869 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/cc/96/e740f29a1102cc8a9136a0d103041f10289497524de3089f9033036bef2a/Cython-0.23.3-cp27-cp27mu-manylinux1_x86_64.whl#sha256=bccecf545614fe6352737c7c1885fff80c55d828efdb784d38cefb50ecc977e0 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/19/fa/2961bd512ff661338cdbcc6ab72f2473d4b11e25ac7ca3db015eb692ab3c/Cython-0.23.3-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=139c26caa166a34ad48fee7cdc4f17cd570e0226704cfc049171b883e78f6316 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ff/bf/1760cbc8df7e8e7ed3a3f8d3e76689cbd0e257560cc2eb5a1d05e7165da5/Cython-0.23.3-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=2c4ef30c90cb094a297b7ed09532b974678d4c52a7b3f1b88b4c67de5abb8d25 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/cb/cc/d6285da4e31e54581a806ee2731d6920d29152ff98b2f17c30698a7e120a/Cython-0.23.3-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=4893739f99424640a7e63e1e1f12b7ca6a0f3c450c59bdb918ba5809d1a5f560 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/44/92/4ed7a65c09d18d7b9d3cbc21ccf59375df3be155a87e93eb9cb60323af4d/Cython-0.23.3-cp33-cp33m-manylinux1_x86_64.whl#sha256=2cee06c4db5b0996c2f16aacbbea3c5f51476963f962e8353a51da2a2610b683 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b4/9a/6e475a44268fb91e6ab3eeec46fdb8745969de2b95bfe04e8418da6698aa/Cython-0.23.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=8e95ef557d29844c390faae229a0da8d2582ab21dbe364e54a80181b563faefc (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a7/ee/a330b9355ea7d89e20abdb21efc68f4ca16e80e73c751f40ccf965ee15c4/Cython-0.23.3-cp34-cp34m-manylinux1_x86_64.whl#sha256=dfb5813e1de0b3b61695f15f6817217eb22110be1358e40338ff82f82d877d45 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d8/7e/8670e341c9ae6727ebea06a50450244d15e9127d2a111d285aed7379846a/Cython-0.23.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=8f2211949f66ecf6c37a0a39f84a77538dcca9ffa6ac4aefd44001a6db4309ed (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/a2/df/d3f9d1808181cab38a8011053c0eb333be4ec15c461bbadf9b69cd2b1273/Cython-0.23.3-cp35-cp35m-manylinux1_x86_64.whl#sha256=c11f8334d597eef5c05e5d55838cffd1b0daeadd5ca640bd1e95983d296fb8b9 (from https://pypi.org/simple/cython/), version: 0.23.3 Found link https://files.pythonhosted.org/packages/2c/ac/98896d9635305aa325030cd02a5297756d0f99c2e042685632631949c6cd/Cython-0.23.3.tar.gz#sha256=590274ac8dbd1e62cc79d94eb2e2f4ae60cea91a9f8d50b8697d39aba451e82e (from https://pypi.org/simple/cython/), version: 0.23.3 Found link https://files.pythonhosted.org/packages/4d/03/96a61d3e6f3543d44321db02592ba2b48b2e3fe2fa0b24d240853528b7e8/Cython-0.23.3.zip#sha256=b71edf75187d04dde771a88fe0964eba08594e50b835607e9f581d6bb08dc05c (from https://pypi.org/simple/cython/), version: 0.23.3 Skipping link https://files.pythonhosted.org/packages/da/10/811a73ba86d428a80fb5e181dc2917af078f29629f7466f3423eb0d947ed/Cython-0.23.4-cp26-cp26mu-manylinux1_x86_64.whl#sha256=1ab0077ec2397897edb8e648a042231494974e32efd43cda8c476e51c3ce4b45 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4d/ef/21eec5c273233ea431be248297293942d2a279c9629cc5c7e374d240fc44/Cython-0.23.4-cp26-none-win32.whl#sha256=a891b81348951c22ec64e0732bd95ec827df6a2700d425e168a5cb0b7611315e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6f/26/aec556a8e9469d0462df3cec43d52266202b2fa8f1f69110076b73338ae6/Cython-0.23.4-cp26-none-win_amd64.whl#sha256=a18913caa8676af9b9820b0900fad5715c0a0b79c33e7e043190d4e7e1e070ae (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a7/11/63670009670634d116c88f76cc4874bb1fec0400fbbbe02d753c87906898/Cython-0.23.4-cp27-cp27m-manylinux1_x86_64.whl#sha256=4ab49c2f8da620aa267cc3607833dc1a15de353e0cf3a0f804d376fc569ccbe6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e2/e6/0b6f9855373dfdefd641622414b110244ce9336c3125fc387a6c95b89962/Cython-0.23.4-cp27-cp27mu-manylinux1_x86_64.whl#sha256=494658a5e2c207da54c65e66401fb6e6b3f4dc6a2fbb5c2bf8d9e4936d6bb8ab (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/01/36/6ed3765c5b767c9d608ea1f18aa394e42fd3d60ae307650c0d80f8e55bc1/Cython-0.23.4-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=840a125ecd65913bbbc3a950560f36c3400370dd8a0c642b19ba4dc00c20a683 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f2/ea/f0c83b323cd3b98f05ebb0f4ffc22c6642192b57dd68a9930f859155cc16/Cython-0.23.4-cp27-none-win32.whl#sha256=454fd9ff435770f9e77aca105633dea2c1e79283222cad5d8992183fece5653d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/37/73/43410b3aa93102da2bc71c75d661d9b7147888263848fac84a642afa479e/Cython-0.23.4-cp27-none-win_amd64.whl#sha256=067141e1c3a3244bfbf27d5e7263a05f5705e165fde997e37c3940cbd20d8bd4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c8/bb/b225442de83c694d43e3adb77cb698df4d19377484bfabd636526205ce4f/Cython-0.23.4-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=1284cd07dc28de97e5abc87369a5bfe85e6ff87202b635bfc54460a17c14eb80 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/06/14/1c7b0148e88915a27279f2bd5a6297797f618556d849952ef50c2d0e9029/Cython-0.23.4-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=b11a477b8ddda78dfa1daa7ec78b312a5410a2fd9018790921019aa24eb833a2 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a6/95/6d725c519d26a0bc12ec21822812c4ccde22891b2b9939eaf937bfc4c263/Cython-0.23.4-cp33-cp33m-manylinux1_x86_64.whl#sha256=54297727b91cb1744e49647203904c6a6a30cabfe1f1b2059adf7c71b838c0cd (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/03/5e/15cce14970df7697c58a13524d6561036bf99e93794ac5dc763433efae33/Cython-0.23.4-cp33-none-win32.whl#sha256=e03da80995504ffb789a85c064f1a4d0c86c7a3048a1c88f700db4648323de77 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a8/b9/004cf150efa35e17997c5eefa2872a98f936e4ab4cf2255b1d628719a82e/Cython-0.23.4-cp33-none-win_amd64.whl#sha256=d03fc3aeded3752d445f29756d9e414d235b63c3adf73c29746909fd248ffba0 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e9/e5/bf5b854ff6e0431c7eb23fb71fa8f4669351314f154e69674bc123c67ce3/Cython-0.23.4-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=48d0cbf9da9e17d001b35497713257d01fc6bc75c16f131f83970ba6ff18a047 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e0/30/c29949e4435dac43a7058ac801816dd9358323a4a76e68287c6c0ff9a53d/Cython-0.23.4-cp34-cp34m-manylinux1_x86_64.whl#sha256=5704db75803bed5915655b4bc5d0786f516da4564501ea77a3e5b59ff1722f37 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a8/1b/b9aeadbcc6c8f3ed283cb8d2a1471d27f1a137850d7e794dcb59a7b90346/Cython-0.23.4-cp34-none-win32.whl#sha256=5390125b01428accc6ccdb3ccedde1a6ae6e2743f0a2d0efa97481587d2e6243 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/27/33/96ca3b8170540d1d9be2cec1523f2f16d0d179a06f66920e70a625e335e8/Cython-0.23.4-cp34-none-win_amd64.whl#sha256=8bd8394a76c2d992026aeae864a7bf3053a773be82b764b9609cc5ed801585af (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5b/17/275fa21b1a9e38f657bf18cdfb50d6a696b2f563c860673099dbab798069/Cython-0.23.4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=9ff5e87208f2f8c8e791e4b570e6fcbb0475f337acd744873d7b0d780ac5ae6d (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/3f/d4/e9664c5ed27cca825a44885011644a469d7a487eb93a3f1e7c331809b1fc/Cython-0.23.4-cp35-cp35m-manylinux1_x86_64.whl#sha256=206a089358b267c45d8d02243035534b75de35ab3dbf2afd36be69920c399b47 (from https://pypi.org/simple/cython/), version: 0.23.4 Skipping link https://files.pythonhosted.org/packages/90/13/49021018e7355924eb50ba7f54518b36882c745691f62a8ab06c18dc3d36/Cython-0.23.4-cp35-none-win32.whl#sha256=d027328484e95800494f2cc9ec21c101465f54f76a192af4a669dd365c964c01 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ae/d7/295d747ce6dda8fd967e358887ab44cf299ceef9811f71958cdfeda7437c/Cython-0.23.4-cp35-none-win_amd64.whl#sha256=c50daa64fc64c56d4cc5e0b0b1891c6f60deef2b55ca277b00b93434a8fb0d3f (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/b3/89/e8dddc86bf4f144407962e04c4018f53dfe4d6ae5010d34573d8521e810e/Cython-0.23.4.tar.gz#sha256=fec42fecee35d6cc02887f1eef4e4952c97402ed2800bfe41bbd9ed1a0730d8e (from https://pypi.org/simple/cython/), version: 0.23.4 Found link https://files.pythonhosted.org/packages/0a/b6/fd142319fd0fe83dc266cfe83bfd095bc200fae5190fce0a2482560acb55/Cython-0.23.4.zip#sha256=44444591133c92a30d78a6ec52ea4afd902ee4548ca5e83d94388f6a99f6c9ae (from https://pypi.org/simple/cython/), version: 0.23.4 Skipping link https://files.pythonhosted.org/packages/fe/d7/79c9466f358615d1a38b1df94864249d16758290eafdb4bbecf53e20e0fa/Cython-0.23.5-cp26-cp26mu-manylinux1_x86_64.whl#sha256=4e02ca71ffb71a22b741bd7dbaec0fbc9278656f4dbcb372166a011ed5717ffc (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a5/2c/3a3cf514c9bd4eac712fd851f37303e9e9749e3f56072e629265dc4ac512/Cython-0.23.5-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=e85aff5a6947e70066ac42927c15dcc537e86cc633741038e4aad2ca45c6283c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e1/07/c5a209f2738629f1a3c731f35abc37bfd22019ea50e9ae158578310b2d2d/Cython-0.23.5-cp27-cp27m-manylinux1_x86_64.whl#sha256=46fdd96da2af806ba3c64794b2beed1ce3cab0cf161a846954c565d16548e778 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/50/79/3dfddac3236d9207a9193d4f6d0059882bb5e8bdbe5ebe9afeef633d13aa/Cython-0.23.5-cp27-cp27mu-manylinux1_x86_64.whl#sha256=7223d8fbac99404437676de4291cd869f7db7481247eca72df7ea5ddf16b4bbb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/16/b9/34d333886d0f6ecf751119f37c98c337388eafb756955f8eb68e5f288b9c/Cython-0.23.5-cp27-none-win32.whl#sha256=b76c164081eb1def24c321f4a33ed36ec46ea44442d7846db964f1fba2d0b07b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ee/41/c2ac17a13f252f84c2f77eaa42a3a8454d73c7e2a65391b021d604b722e0/Cython-0.23.5-cp27-none-win_amd64.whl#sha256=115a5023323c1dd138057203a8ce1c63e186921407212b450fdf01d75c4d8285 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/82/d1/1cf73804e47590316d6aa4329cde74dfb4833fa4506eb94d0656ebdd9ca4/Cython-0.23.5-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=b620590ea5b2d8af2a4a96aaa19bfe5ebe88e113628cb52f8318b552da307e77 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a9/75/1c83bf83f6180da311fc7dc629db2081ad63bd38fe60b697e36bb3aec1cc/Cython-0.23.5-cp33-cp33m-manylinux1_x86_64.whl#sha256=c56a9fb335114c2e838852fab356fff8e7260af8833827455221ca4d2b4238fd (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/13/90/e3a125b65927b06409cadb247c074f4f89ac81ccc0bfedf0eb32154d3024/Cython-0.23.5-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=f6b65756a9ea1a6624114e603c27aac854abbc157a07ce980335bae2d9eb3fcc (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2b/31/3e4cf5bf035599af9deece94e5432ef4e96e78345fc4bfa72d5ebf0b3061/Cython-0.23.5-cp34-cp34m-manylinux1_x86_64.whl#sha256=f1aa6153d6c81a84f650c04dfda7c66de181f4cb2fd10c472801ae06f204aea1 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/eb/38/42d29a2cc1db1de995962b54a003fc0a040ef17ca48e19adde2957e92e84/Cython-0.23.5-cp34-none-win32.whl#sha256=778471506e79f898753f6c6e792f5b25879e317569d540fcc989bd12e48e97aa (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/21/09/23f77119dc8e4099d08e3a2e3e5dd36b90ccd29f69daa2b2a0e5ccf79a3e/Cython-0.23.5-cp34-none-win_amd64.whl#sha256=dff411503206870870fa9b2f5dda8b592b2ff4aed7f9a58e09dfa79f669c6e1b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/27/3e/384571455dcccca93a1e0551b265b6dd07323844251ea13e062ae12712d5/Cython-0.23.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=3b3f842fd8287f1ca7f166b0f669d33dda50e544f2072442eb9f2977473d4e1a (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/d6/18/561d86330f0af2597c0af9033e82ed1ac0bbf099472b59324ff5130254b3/Cython-0.23.5-cp35-cp35m-manylinux1_x86_64.whl#sha256=47fe90e5a72255a078f9e73812b3a8421892ba5e71b94cde770c65a54677e4c1 (from https://pypi.org/simple/cython/), version: 0.23.5 Skipping link https://files.pythonhosted.org/packages/9f/fe/6a648ac71a175367da4437cc9f570b507473c76b95a222c56fd38dd00318/Cython-0.23.5-cp35-none-win32.whl#sha256=9bc9cbadfb988e547b4a35b81827b9dd4600537791d33e90e1a5a170e5888c82 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6b/d9/2c8053da8a3268c93631ea2eb0892cefceb6d7268890ef1e9331a6be733e/Cython-0.23.5-cp35-none-win_amd64.whl#sha256=e0f2c14bf0b33ee60289ef92bb6010af030e2722eaa680e700d507485ebd0f26 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/e1/cb/40463287f646d360889a41e820ac32f3015787c15e51dda89662314d889d/Cython-0.23.5.tar.gz#sha256=0ae5a5451a190e03ee36922c4189ca2c88d1df40a89b4f224bc842d388a0d1b6 (from https://pypi.org/simple/cython/), version: 0.23.5 Found link https://files.pythonhosted.org/packages/05/4f/045e2a3ba0c6509378b4390961b6a72b0ebcd5fc812fe25ec3c71a82217a/Cython-0.23.5.zip#sha256=1f08f307508c6c128f183d45c562dc11b8b984a00d253989b5644cc623299569 (from https://pypi.org/simple/cython/), version: 0.23.5 Skipping link https://files.pythonhosted.org/packages/72/b9/1d30e3c17cc2ff3da9003b0d48bb0490682fba27c173213853c4b76226f9/Cython-0.24-cp26-cp26mu-manylinux1_x86_64.whl#sha256=f638aaca1b3ef1419f175cc2a302181b1a7e8bf98dca68970c8133dec29f9b9e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1f/5d/4c7666be5a3636ddc0bce736784538756dee3493c7eedf306004a7c5ce96/Cython-0.24-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=f5e480f5b58c27de9d4820810173ea0a14655b4d253c3a34ca9bd59afc6a231f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/13/76/474688ee6c5cb78262b410315c9a3cf3d211f73414c5fcead77f498d8f84/Cython-0.24-cp27-cp27m-manylinux1_i686.whl#sha256=fa9732928c9a1a02e3392376b48ed2c5a17f5b3791b9c9cd118d2e093d2e9f67 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/69/40/18d957e9a904518a801e2e7c22806a7b971a955dc02ea02c05a895f0a9a5/Cython-0.24-cp27-cp27m-manylinux1_x86_64.whl#sha256=9036f1038f977fae14b9205d1141360ef32fde974be8e944342c8ac80b450e0e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/83/52/ceeb396ced1a3f492237a8127f8c29232180ccd5f908fe1db38240d90b40/Cython-0.24-cp27-cp27mu-manylinux1_i686.whl#sha256=3436e40db19121c40dfa2f560efcff2291497d3941669a06a8d08dcf6c8c5435 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/05/fc/2549f0ceebcb821ade31552f7393c34214ea7b2bbaafb9eedc38857b5d27/Cython-0.24-cp27-cp27mu-manylinux1_x86_64.whl#sha256=f4e15e9a8cfcadd75d04897a4c41382fbfe98dab53e92be556ab139d99432c34 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/45/c6/70d06b4553f2e0ea44548111babcc442e8aa23c80ec8b89e9cfb058f5629/Cython-0.24-cp27-none-win32.whl#sha256=e6894d6a7bb1ed4b2046251a4be021578f0f1b270761957f1597ddba6120201e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d9/7a/0e0c6b371346588a84da5b1c5515640d1ddf76bf161e5de457ebdbc51ebe/Cython-0.24-cp27-none-win_amd64.whl#sha256=a4da7ee7cb5c6c31891073cd4d4cfacf44ed9f1dd4fae8535690745a514f2e60 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7c/53/7920558ccda4b03290dc62e9d57436c21dbe8d3e084a8683c8bc931cb1c7/Cython-0.24-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=c921bec7b9ae37bcb67e86ae9cb68f7c2ee67d9341bdfb5655cc799bed09a732 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/22/35/a9ee65b00276bf0e918510cb95f88888ae471a387e04833a68f9d8042373/Cython-0.24-cp33-cp33m-manylinux1_i686.whl#sha256=d73c607ae1c3de4e1c51cd774e349db68e8bd4e479355ef8cabfd797ed01a992 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ad/c2/bb32e32cf9b4bd3bc16716f2e628d6717708748b466637c6c42c883d6b5d/Cython-0.24-cp33-cp33m-manylinux1_x86_64.whl#sha256=bc152a2ac2d1d41564011d66cecc13fa5c2c97b88fffba28da4858cd12ad0429 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2c/a9/e4160b66722f0c73b0700305c1f3787e1c6eb715492bd9cc45fdfe3e8a3d/Cython-0.24-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=4e44223aaf48816d9a3539a072be67b7843b6cee7577756060c4425fb602abe7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/05/81/4bb72d2b85b2e234454e6c2831fde357423e81cd82e8b9d828db5d00f25d/Cython-0.24-cp34-cp34m-manylinux1_i686.whl#sha256=c93136f0efd7f910793b5703cab295641398eeb41a99aedfaeeaced5b4a77d22 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/40/43/81059be7be02245d0b9c5f9d0120bcd3edc3ac48aab62471ee2dda16af74/Cython-0.24-cp34-cp34m-manylinux1_x86_64.whl#sha256=8a0b70bc209ef1108e0536fac2dc872bdc90663de0264584a6747d1a27148769 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b8/3b/1ebb729cfb6e2670d463dd1a4fb3c366bb0a0845c377d215bf956cfe0e16/Cython-0.24-cp34-none-win32.whl#sha256=822c595a5a8f83365e8635498eb7363228a81f816b3e0fb14cf32f11b04a550f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2c/f3/aac03645a17192a0e3c8f24b53c51bbbc5407252558928b8e3bc0452de56/Cython-0.24-cp34-none-win_amd64.whl#sha256=bbab4311761ecc079a7a6cdda1fca51113b7be46a9db75d5f6ba708375278bc7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ae/68/85a5dbbde3ea52013f086dc43d9a1540ef3fea4cf4d0570e24aea3279e97/Cython-0.24-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=4113a6f104c05f4ee4e4412c925bf367af2944cef0a54d9d542efa13968352f8 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/94/97/c96e3b642e1d26d8382e8305a6ad7db583b9a40569b85ecf0b2dcc3c2f9d/Cython-0.24-cp35-cp35m-manylinux1_i686.whl#sha256=c1135c78959a14ca887dac6311dda769abeb0f809c9df28ae0277bc830126c87 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/67/0f/b05c37e28f657756ec4170f8600a1c892e0a88729852fa104894c59ce089/Cython-0.24-cp35-cp35m-manylinux1_x86_64.whl#sha256=4bf8c151a5c33cac74f55db8f932ad91a6da009c958ea96e25bc601837c52c90 (from https://pypi.org/simple/cython/), version: 0.24 Skipping link https://files.pythonhosted.org/packages/b2/1c/6f49bb0c06c6f45f0c3a492728b0e49e953114b541ee712ea2eecfc3d319/Cython-0.24-cp35-none-win32.whl#sha256=0330f7f16b359f5272509d06ca25ac29fd3c10f1dc0761913027aae2a305deb7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8e/a1/0b9db839e855a14695ebd47fe9723290abce3d073087f8a286efd1569d13/Cython-0.24-cp35-none-win_amd64.whl#sha256=a5138514618b425ce598b587168f0833d95d2831780f3f81f125b026e0df083c (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/b1/51/bd5ef7dff3ae02a2c6047aa18d3d06df2fb8a40b00e938e7ea2f75544cac/Cython-0.24.tar.gz#sha256=6de44d8c482128efc12334641347a9c3e5098d807dd3c69e867fa8f84ec2a3f1 (from https://pypi.org/simple/cython/), version: 0.24 Skipping link https://files.pythonhosted.org/packages/72/30/be2cf97628d169e1e98aa51715b9684a63db6c6a2e881b5fd42fedf22037/Cython-0.24.1-cp26-cp26mu-manylinux1_i686.whl#sha256=a4492b49a5aa46d8dfb394dfc440b83923c87a00985c9952682fe517875bcbe4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4d/24/036f372871e2b6285bc4a287e759a842549901db500b171176061cc62a31/Cython-0.24.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=6a44f2ae54385d39b2b4f101a8638e4eb8c28d2764ab1bc236cad6e82700413c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2e/2c/bb7871a0b78c300460e38e516de3bd430c0703ae4fdac5f6a6e0d6669786/Cython-0.24.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=d603c021c51d3d4443489dba98ee13f855b8e41aaebfba38945d48c55c5f6289 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0d/29/21e17be55d1d5eb21f67796a3594586d3797c22667b00594b6bcca3e11ae/Cython-0.24.1-cp27-cp27m-manylinux1_i686.whl#sha256=89da063d2d780943ebdd666a5c3fcb9816ecbc4d218122350c66ad8927e0c22b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e9/02/579cbb3222f3f21c5bfc655ee278ee6a2b20c140e2dc698bdc0e7748d670/Cython-0.24.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=f200c1bb37c61e06d590970b15beff13e9fc0911b44afcfa2f67c261e514615f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d5/6b/3cde66a020abd784847a337e6e1488bbf73e2a03bd864fea0abcc59f40a7/Cython-0.24.1-cp27-cp27mu-manylinux1_i686.whl#sha256=7781d105cb55a1e4e56fd6bbcf7022601e2a08762d933c13124437a5d7824476 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7d/f1/ef21dc8cfc1deb5efc6d5260bcfe5892d0482972ab851ec577ad40bba67c/Cython-0.24.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=1ebe26b8450c21a54fb5a5f46c5466bfb39162ea3e525e9644c4f3f2f1325e17 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/41/12/6179a762b69e09e9cfcde2bebfe926d8006665959bb1675aa61603ab1caa/Cython-0.24.1-cp27-none-win32.whl#sha256=d87940142531906e010de7e8bd51cf4ab47523634018df01ccebc295b5656ab1 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2c/7e/5846cba83ab9f448b4d48b375c494908c999da43e96317deb80de1763f13/Cython-0.24.1-cp27-none-win_amd64.whl#sha256=06218cd3754e44975df255780a055b564a88117032ff8581c6ad3b5f939cf3a3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b4/cc/c21801bceac44af30053028e2cd7fd95b21f9c1d50c25a7d489e4d059624/Cython-0.24.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=3d9871b37ed738e4251c3f253f3b35a377fa284bb2c946f662080c46d4aaa783 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/75/6f/62e057282a2434835b97b8c8498e522d3e0c7695ca46300775626b8ab412/Cython-0.24.1-cp33-cp33m-manylinux1_i686.whl#sha256=881c4dbd9e34dea009766d21ee2de57017b25118aab66b2bacacce14c6f65b3d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/45/74/4290a12e0ddd8ab7e349ed44be7d6c02ea4b14ed0b5092a2c4a0f114ddb2/Cython-0.24.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=54f5519b70f8245fc0903802441a10702da898762a13b17659a30656f9266226 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2e/6c/24cbef8ab6f63e2968a6a3be4214c89f9afd9d93435c1e71bb2d8ca10649/Cython-0.24.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=0bba147d04d7988611d7d0f31d3ba5ecd1f37bbf51be544a5133da0395e2e44a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/55/df/937bea2b8fab93cf0e22bcb80554a37030492927b54f7c3ff15bc96c26a6/Cython-0.24.1-cp34-cp34m-manylinux1_i686.whl#sha256=6fff7216cb791b088c4890b3ea603fc09188c1519aea08a15fb6f77cf824a723 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/cf/3a/fa54302e9cc0ad3d1152f6057582a212070ee3379e938112039d0178af3a/Cython-0.24.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=86a81ce35008d6f7a297fea96072dc20a9568ddc5798feee14839d5924c72321 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/26/8a/3e1dbe9b23745bc1e0eec37d1e417ed8762d53e050c385e293a5862dc307/Cython-0.24.1-cp34-none-win32.whl#sha256=6167c6796ca596dc3b55bfe1c93a0d5d1e1fc4b564846c167547b72437f30996 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f5/c1/d2eeb3da92bae5ddf30bb53a83dd92e3abeba0adfbd9c09c323a927801b2/Cython-0.24.1-cp34-none-win_amd64.whl#sha256=8641369e348dbabf54c6a12e676888e3c97e6d1efed3849f2fe83f4ee5d58ab4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b9/44/6f5054c48a574b8e217c07ff5c781521d9648b1568307cc7a4d492577766/Cython-0.24.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=10acc7e5229c46aa3c79d04af94f1017d85b531c043194e002c85a20a399d26d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b5/89/f241524215d1b7bd2f9c70c39486c9886f47df7d7cfa6b5e14ff394f4acf/Cython-0.24.1-cp35-cp35m-manylinux1_i686.whl#sha256=e9f1853be3fb5083659c90e72e735ab264bf673aaf5fa7c0c5e2c001d462e369 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/e1/2b/07a4eb85613650f1c903aa947cdd8d4b7905813582df130956e112fd93e1/Cython-0.24.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=330aa92a0aeb478a018036444209efa64c35c9fc9ad5376e149c2757d7b98bdc (from https://pypi.org/simple/cython/), version: 0.24.1 Skipping link https://files.pythonhosted.org/packages/89/2d/3b4395ce01f1c62f08283b2b03d64cba4e7c1e158983b75f998e9fe7a4db/Cython-0.24.1-cp35-none-win32.whl#sha256=d6dad4d32af3ad1111bd814db5c9deec539ed996c5e846da15db3d30b720b3c0 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/44/f8/232d29960cba655b381d0aabf7db2c412f3701e9beb10a2e35ce578eda6f/Cython-0.24.1-cp35-none-win_amd64.whl#sha256=5c6c4e3b01ed83ef5295d72500a162647088dce0b6174321f44ed2a927b7dd83 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/c6/fe/97319581905de40f1be7015a0ea1bd336a756f6249914b148a17eefa75dc/Cython-0.24.1.tar.gz#sha256=84808fda00508757928e1feadcf41c9f78e9a9b7167b6649ab0933b76f75e7b9 (from https://pypi.org/simple/cython/), version: 0.24.1 Skipping link https://files.pythonhosted.org/packages/a7/10/c36746b7b1878b1a10cacc49a9708ed5d2b0c4548f513716e275fb582d20/Cython-0.25-cp26-cp26mu-manylinux1_i686.whl#sha256=3304e433e692869dcd832f2099f3f2c70b6916570d62ee6ef2c707b280d3300a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f6/30/d2b9d5cec29aa315ed584223a4d7b6dfcb5b471edc1c595b87a0cea37b2a/Cython-0.25-cp26-cp26mu-manylinux1_x86_64.whl#sha256=f77321b8e1dc3736b239a8ed72c10df85de163099cd3cc3880991602b82e2336 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d5/ab/c0c2b69f855265131fcb322e39c533671b7505daf6b6d2355f380f58f361/Cython-0.25-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=2fa49fc8767ce5f75f723ae878d81965800bd5ce46380c2813f717cb7b4d112c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4a/4c/04eb257975bc98517b8d0a74c0cff7db2df7abf04b1782aa6622b1001206/Cython-0.25-cp27-cp27m-manylinux1_i686.whl#sha256=cb72dcb58ff0b50f126184b6d6a7e23508cb7aed59b11cd097b161ddbce15137 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/72/60/ea72ab30c7afafb5690b9484cb06c571ba99c884104b14b35e56ffcbdbb7/Cython-0.25-cp27-cp27m-manylinux1_x86_64.whl#sha256=bb1e98ea8f16bc51ab15eb123a9fd45a84ff14d9cdb8679a9e52eb860edb83ee (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/65/eb/1b3d6480f5633f8329afc9baeb6bd93d0cda783b5e37aaaa8c43e98521c4/Cython-0.25-cp27-cp27mu-manylinux1_i686.whl#sha256=ab2901c3950884449597ebf658b4510761d0de45745b97ef8da1236deb4c6c19 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/83/90/b80f6cafe117be7869f5cd1505968c8fbda358d06a357f5bd536bdeaaecd/Cython-0.25-cp27-cp27mu-manylinux1_x86_64.whl#sha256=35e4c4bdb806163e356a41a68994dac0f7e19431d05918c976bf8034b4fbf30a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/86/83/2d509e921cf7c886a8c2967f5ebe38d3323f6877c8bcc4180c44e7428602/Cython-0.25-cp27-none-win32.whl#sha256=29dbf7615801e5c28526aa299bfde5551260503149c596abcd9d20de60784983 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f7/81/7cbe05849c63e00bb4815522a01d74adeb38d6618bc90138d78712666f89/Cython-0.25-cp27-none-win_amd64.whl#sha256=f6cfb9df240e41356aa74a64fde0ab67fa7b06701a6e0628956ac5af0e66620f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2f/b1/cf7503790e30d0778406d47c2d51b0666a5811acb0713842b5a89d211fd3/Cython-0.25-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=36c45211391ba5ad17009ad4d419663b57436b7331909d83f049705298fa875a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1c/2c/12877688a06e36e8c2e7a0a7dcb41b5f51cb1606754adba0722f8584b009/Cython-0.25-cp33-cp33m-manylinux1_i686.whl#sha256=be3b9a8852643ba35e2913fa79fcdab227de1f7597fb6be2c4ee3b17d7b2f1af (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/46/4d/c6b2693c3d01f74803ef4f7bda3841e7a6fe312136dda858face192d868b/Cython-0.25-cp33-cp33m-manylinux1_x86_64.whl#sha256=38939a1bb73fd91bd650bd8cc6eecd32bf5893f0d078b53ac56fad818f541cba (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/10/3f/50b2151c3e842f68f9b1bc83872d3e6966188cafe3e2b2e9a579ae25d349/Cython-0.25-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=f932f9c288513ca2d31ddc7f2a2909aff041729e87fcb7736e1fa0b0cca9e595 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/21/49/9807f1751f7412cc667d3c5cfb7fd7f87def0b2ef9fb32adc2e22c401cbe/Cython-0.25-cp34-cp34m-manylinux1_i686.whl#sha256=4aff9bf664196ba61b3b99ec12b497e6c04ac32dfffd1e18946eae1da3d3f18a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/37/67/df4d22f964b3839d0637f20c11cbebb20eecd586215b7c7d769d62eaa080/Cython-0.25-cp34-cp34m-manylinux1_x86_64.whl#sha256=e36114b937c48d65808c705490f7088dcca8fcf13f1f80d2082f25ece5c6d59d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/47/69/81b38260e0382250f9e6236fd36fbdfbb6243869e48b120f9a4d0fbd66ef/Cython-0.25-cp34-none-win32.whl#sha256=44155437c907ffd9b0dfb5c4876209243f99882bb455275fbf71effe2c3e7059 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/75/7e/61d764eeac2384ade51b0ac2c6b55384e8f3e82444e06a5807c93e4139bf/Cython-0.25-cp34-none-win_amd64.whl#sha256=b53e94578c1249b39412eb28c581a65c910a486cb3973d51c2a558ad7f6096a4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1a/5a/123a7a63f31e026101a6796e081ad5cb49a2bf74c2e7bf523e487832b06d/Cython-0.25-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=3eeefef3cb168e040a7990545126d335555675fe7aed53f9fdf5ca3cb2cfa130 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/cb/eb/f0a140a7497ae6077dbdb11075d7ab889698612b1b4fa3603dfc9b43b464/Cython-0.25-cp35-cp35m-manylinux1_i686.whl#sha256=b69414574edad47ed7522b96f910e718cdfbe031d0f113723d420ec70b4d6c1b (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/c9/1e/6f7c0625e82bfc4a699f505841fc29eb536cc40b4814896ac0d743541b24/Cython-0.25-cp35-cp35m-manylinux1_x86_64.whl#sha256=ddbbc000b4099006456200317002fd2889bf074752b4f7635f0f8be7bbb532b4 (from https://pypi.org/simple/cython/), version: 0.25 Skipping link https://files.pythonhosted.org/packages/5c/fa/cba2186e0b186e12089fe4045ce08936a1ca09dde7704355977d1a0c65f2/Cython-0.25-cp35-none-win32.whl#sha256=e86f888c67ef0f49fb74cab8352119a7d8a198e952a95618de1b07b455ef63c4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b0/59/4c7702edbc1658ee044c159c26b78d388c7ef30e4570aeb8e0a43c5ba29e/Cython-0.25-cp35-none-win_amd64.whl#sha256=bf1f2a09986638b829c3b001f3337b848a5158c3da94945d1f57e0ff4473ba0e (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/f8/2e/5898046f8089205981447c23ebb8fe02cd9d66939cd74338aa4872853d8e/Cython-0.25.tar.gz#sha256=c651eeec6bdcb57de59527e8765c9d2c4970c56bf96731893df66dda17aba46b (from https://pypi.org/simple/cython/), version: 0.25 Skipping link https://files.pythonhosted.org/packages/db/d5/66f230971239193a5dceb9d6f5d627de067b350ef3bda359dd494dcfe12c/Cython-0.25.1-cp26-cp26mu-manylinux1_i686.whl#sha256=dbd7c6b84e25bbbd826f075a6b89f310f189d13eea3f359a23c78c3ba892e51e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0a/75/db20bffe9c610a12b238f535d3a71e40dfb406772a25b0f8bc2c3ad2ad9f/Cython-0.25.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=660e488e63a5ecf099a17a225d99233756655e95fb5daf0f09800e88127975f8 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/92/35/60697206c917750c6bfbb22c8e47891315f3701d68e39e59044a0f76b157/Cython-0.25.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=138fd3f57867f3a2aab66909aa86da9970ac1ff5fce9411ee5af23ec4ace26b4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a2/39/6017c079ec8425791c0bd4f8f3629cebb5ac07d71591ead60787c986be10/Cython-0.25.1-cp27-cp27m-manylinux1_i686.whl#sha256=70125945c32ea4ba9e9fa6b4f4e62b4f0ca599229a18c9452191c9f41e615b03 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a0/f4/d3eed0c16f3270808ba00f3c01df9ed19302527fa18893f90b14bfd4b375/Cython-0.25.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=0030a84155cda5bc846dfaf6e1ced239820ea630548b34ea854ffbc545e0c42f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/59/2f/ad64f283838dac1ca49ee0cf4b22139df16fe740cb8c153edfa1cf50e4de/Cython-0.25.1-cp27-cp27mu-manylinux1_i686.whl#sha256=c99f686933766de293deb7ceb5585c53e5b1a4825f06820b078435b7650bd208 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/98/f1/517b17fb7036d60c799b79b7a7a61f947d328658558b058551645d1daaaa/Cython-0.25.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=b72debd498e8d06487ae0631b3b7faf953d9fd2e364ffa80f1f35ec1801183d0 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/65/25/c9d06883766d63a2901b32c37cb533fe16b8e3da0f6cdccc400abe80246b/Cython-0.25.1-cp27-none-win32.whl#sha256=f32a7151ccd79e196366eaed01df7c5f2bb9d240cec6b250419e3441030855d4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d3/c6/51c15875c754ddef0871f7a6bfbe48f2072d2f5f361eec6c2d74277a2a6d/Cython-0.25.1-cp27-none-win_amd64.whl#sha256=076a0bafe51a0e9949b893827f183a1537fac4ff3dcb62ddad599807ee8c5f03 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fe/1e/9118add3824d70cb460efd503579cac0b0a0aef78cb4a4c49b11d3bb30dc/Cython-0.25.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=55bf1991ff1f55de82b4d2d40caf1234b1f7b330536ad15009532aa469124efe (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/84/d5/5028b3bdd12fb658f5179c06c885a733b1bae4e8feb47a765d50123b19c2/Cython-0.25.1-cp33-cp33m-manylinux1_i686.whl#sha256=f35ee273141f57eeb9c99ea1f138be411b1de935ac83977272d15a58704589f4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e0/03/c83578e6aa16337b78ba883b4578506004a4e7ccea9be100fef707ced18e/Cython-0.25.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=c79e867ee29b6868ebc56ffaaca292ae5ff294701bc9b62af9ade419b4ad5e82 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b8/65/db8a5d63ac38cc1ed2bb59ddfcf3584dd18fffeea4a92f7cc7dae243db1b/Cython-0.25.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=b3fd02c4349d7868e72f1a6a7d588612aa80accea635ae2227e6baf88edc3ca4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5b/40/23f47f7064f9a19c9871f7d89f560d29eb3079564026866c2a547ef455b2/Cython-0.25.1-cp34-cp34m-manylinux1_i686.whl#sha256=d88f24210d62fba4b6e4e30c69034d1b24bb52d1b88ddcc931733a958e03475b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/80/8e/783e77730f37571b09e01b580d97fed30e56e15f6e51d1c7121f951aa404/Cython-0.25.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=fb089ddb22024df8b4946d479a5702658770f7280695eeda55409409aa126e6c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c3/5d/30dbf32adc3cb7424c36c80950a5a810a71c886982716b186280fd41013c/Cython-0.25.1-cp34-none-win32.whl#sha256=46fcba5289429949301c187337aeb5dbead54676b5f26127bba1a4ad7e8390ae (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/28/34/8f9bfc04eac6fd2230eced52d0125e315861223bcf1e0454318632a26ab7/Cython-0.25.1-cp34-none-win_amd64.whl#sha256=e0ae2bd80e38616a776c08c2a4876932328e91a6bc121a894c2aabba1cb55747 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0f/a3/9484f524d2aa8dd428fde40ada7025356d0388ce673cba4d10edcfbd26c9/Cython-0.25.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=ba88ca62d8d98502c53ec3548457b13f112a1b0440239ae6515da47965cb7788 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/35/d0/b878350cf2fd7df527707401167b4c5fd301ce42ed95ffbb8c334b0e2e22/Cython-0.25.1-cp35-cp35m-manylinux1_i686.whl#sha256=b2ae363cbf236f8c9b5f5272ec010efd6a296bce9ffaf030371c654566e4a9c4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/7f/8d/20ef63fd8c578a1f913d3a35018cc1284aa43f41f66c74ea23af67b3644e/Cython-0.25.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=7a2396c6d7f53567ebc4cb22e8e6062d5de6896d69041a3cfd9e8ae456370359 (from https://pypi.org/simple/cython/), version: 0.25.1 Skipping link https://files.pythonhosted.org/packages/2c/6f/e4f758030fcdfce9d051cee7e16f24e281079cddc9b9e0de0540ec4e5bc6/Cython-0.25.1-cp35-none-win32.whl#sha256=0ec21325630429c339d1f9d3a513cc4133d0afb362c9ee2439d0bc491f58fc80 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c8/b5/a530ffec9f5d32750b0d830ae76866a5709459d5af8a0d48c46d184a152b/Cython-0.25.1-cp35-none-win_amd64.whl#sha256=f598266e55ed8d819036f7663024dbb872f4963955e7f9f69e69a4d6a1e751c9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/2f/ae/0bb6ca970b949d97ca622641532d4a26395322172adaf645149ebef664eb/Cython-0.25.1.tar.gz#sha256=e0941455769335ec5afb17dee36dc3833b7edc2ae20a8ed5806c58215e4b6669 (from https://pypi.org/simple/cython/), version: 0.25.1 Skipping link https://files.pythonhosted.org/packages/9b/d0/e219ceb3089c37cc6e51a1f6116b13ca652f374f91c3dff2a982efe6838c/Cython-0.25.2-cp26-cp26mu-manylinux1_i686.whl#sha256=9ab170d1ab65b6e58cddefe2d3d4545891d99a9ec58f2d9ff2054bba5cf1e7b4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/cb/0c/9d64e6ed68e76eb7d8a1ca8ec0d42ba0cac31dae10c6fbe6b3a5385b83a7/Cython-0.25.2-cp26-cp26mu-manylinux1_x86_64.whl#sha256=61731d93af1388b5adb1ea9fe485aba62331e7c387e1f3d67639d0649a378c70 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ef/f5/384bb6992eeec248ae57618f241bf833d17ed927c5bd7ea9727ba6004feb/Cython-0.25.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=d85417af8bf6add9f1f41b5918acf9da2701e252234092a6dbec6c6a2236341d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d4/33/e767715cf4e56f3e2d6c2d642fc5e3b93b2e0a331d642ddabcbd60dc0717/Cython-0.25.2-cp27-cp27m-manylinux1_i686.whl#sha256=87c2d19ff56276ba67083e2466516c4b8a787ab15d5562dadc57f43fa2f4c547 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f2/e3/ca916bbdf7c55225a8037f5f18c43fd8ce5c750d1385e1a6c3ceaf9347bd/Cython-0.25.2-cp27-cp27m-manylinux1_x86_64.whl#sha256=335d5afed98960937257b0b113e5898060cc3e79ed7c28adfb289d55ca0eb017 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2e/e4/b102e9eb43877392361101843598e2e1673086e1cc48518a58154d799107/Cython-0.25.2-cp27-cp27mu-manylinux1_i686.whl#sha256=308896331c85547b4bf3da940000dbc03e6a28ef38a292508c57414701839601 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/bb/d4/94ac2711755839a2eba6c95fee57f6a09d9e6d6e436a8271212d52d5a7a9/Cython-0.25.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=43a9eafa95b021229550b70de6bfc3cce2e198513dcc8ffd55f4916b50d25aea (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/76/71/8a83c480b09cf71ae9655b44b2da931f68260b6e6b88b53013fb7f257102/Cython-0.25.2-cp27-none-win32.whl#sha256=185cf9b99164d1afce462c685f0edde99015d909e15763494dffe2b47fd4cbcb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e2/da/0bb5a20302b99639417ea0450578de734971ee4457ccff77cf6263f7d7d0/Cython-0.25.2-cp27-none-win_amd64.whl#sha256=f01e03638423dcd1555f5fccc67a9adce4aec99e645eee01f43ea091c5844053 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6b/91/243e427a7561b663a88daf0fd3ac0bce5aa7137743c5b44fe576a7287c02/Cython-0.25.2-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=16210e8b3e64b3d6b27ce4f0d53e78640e91a5e0a8d1d739adbf75b5eb698871 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/51/6e/0e7ea8be8485697e534c4525f152ba7911b9bd4d6465d20f142dea79e3ab/Cython-0.25.2-cp33-cp33m-manylinux1_i686.whl#sha256=a4d7cac05f411e71b6b6e812f781da20665add998b0a9a3ed98ef1b66e3f0b79 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/06/77/369d4d83102c9333a093da9f00fe3e0de3028125d20bbcf5a5144d232959/Cython-0.25.2-cp33-cp33m-manylinux1_x86_64.whl#sha256=51b3dd45cd311fd05bab71c114349c329fceb21d47481440d534d9e02d2e9167 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/32/8b/16ec8a5740d8205fa4f344cf759e105e9623f0682a4cc20992f9addcda6c/Cython-0.25.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=25f7ac45b8bf06739ecd22186c5405e62832564586dfc33fc620e35477c29d2c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/33/34/f495d81568c9aa806dbfa669fbdd6946d070c91d79f5333f3a76eadd7d6b/Cython-0.25.2-cp34-cp34m-manylinux1_i686.whl#sha256=50edcb346e6d4f4b4881d3c473cb804ea7b9fe910f9f6308cf89b684eae8fc64 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/06/8f/30c07880f81ff018ff92a4b325d8b297ad790378e929933e8bdf8a276ef9/Cython-0.25.2-cp34-cp34m-manylinux1_x86_64.whl#sha256=d65b60db3f7e57e0c2afcbb0e94845cf8a10fdd2920f37cbd032f24040d7ae02 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5d/71/976e71e0b28e3c4765f36ee6107b3b640846669207020096696c217ce191/Cython-0.25.2-cp34-none-win32.whl#sha256=6f30bd0c9a1b1fe2ef38d530431d0efbd46bfb3ea681c7c14ab8054c571c9ab7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fd/c7/d6a81d64feaf2b5fe652a66a7f10e642ea62d8de83a746fc2ad09948d8cd/Cython-0.25.2-cp34-none-win_amd64.whl#sha256=6464f875934483fc7be1dc6663a191ba306a2c3d4041f555be917f83b1b7009e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/24/d1/65891a1352db9824517b8c9db0406143b5f5502d194638ef632934281cd6/Cython-0.25.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=8c42126986cdc0186139487f97bcaa0835634ebe4ea64a548c9591751a508148 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5a/5f/d4e1bebbb100a406b1b8406497766c4e742389df793ebd0bae56e749aae1/Cython-0.25.2-cp35-cp35m-manylinux1_i686.whl#sha256=6c008b7eda7da74bd222d88923e9381f25cd235958333a6da454f60ced634a6f (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/11/a4/4e93591fcf898a229579b0fd02fe2fd9326b9bb3ce34ceee4a2b87937ca1/Cython-0.25.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=b1c8f489e5ce9c961bff89f8d3e84e8f4da366e0c7aae81f46ec6401446ef8ff (from https://pypi.org/simple/cython/), version: 0.25.2 Skipping link https://files.pythonhosted.org/packages/70/c0/93fca0620085270e10511c34c05655f4207d8b5e1c37a592751f96b288a6/Cython-0.25.2-cp35-none-win32.whl#sha256=e2928580127a43a616565aeb354a6cdcf8ae72829852d2298c517dfc322e7347 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/62/98/9fb0536dd67113eb464666db11f65429180a1f683d7cb786f96db172f71b/Cython-0.25.2-cp35-none-win_amd64.whl#sha256=4983354d35f14decdf9bea85e54e5dcaa06967a3b016cac3ea2c9d4d2cbc4146 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/cf/43/f48b19243e3c620b6ec8cbaa92c523058245204d7ae0575e4b6927b90313/Cython-0.25.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=12efb3c1b221a99a9bfac206cd687f4ba3a0dd8f186cbf64785cef6517fd3147 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/87/60/f2914cdf3a6feda555d6a787173d7f89ae5a9e164986bc70533a1d07c569/Cython-0.25.2-cp36-cp36m-manylinux1_i686.whl#sha256=475fd6ca6e59a64442fe0926a82eaaeb8474f8eb0dca0f3fc09f8e4f7ef26b5f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/94/b5/cdc587086ee51e073da0a794984da29f1a8418d93728c249f0caa85094ea/Cython-0.25.2-cp36-cp36m-manylinux1_x86_64.whl#sha256=1f4b1408bd2c5c24ac6313c82843313c677072f0dea0c041019669a10b194ca3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/11/ef/6a23ab7c8c81a87148447dc12bd0e594213e1cbfe9376bd76082fb80d78c/Cython-0.25.2-cp36-none-win32.whl#sha256=cf6ce3f98b90817c53014ded2d1792cabfcf8a042aa4c0e6088598acc3141790 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/74/41/de9dd956efe3eda0759f1ff7854e6322e494c32d3c94a349fc0805873c7a/Cython-0.25.2-cp36-none-win_amd64.whl#sha256=d6b7863c59dd9e149a2b3583d47990834c9d36be153735d43997d0ff1e80d89c (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/b7/67/7e2a817f9e9c773ee3995c1e15204f5d01c8da71882016cac10342ef031b/Cython-0.25.2.tar.gz#sha256=f141d1f9c27a07b5a93f7dc5339472067e2d7140d1c5a9e20112a5665ca60306 (from https://pypi.org/simple/cython/), version: 0.25.2 Skipping link https://files.pythonhosted.org/packages/04/22/05046d021d577b6ada8d3d546086d6b17127692e8308b1d8cfe15d77f46a/Cython-0.26-cp26-cp26mu-manylinux1_i686.whl#sha256=d7bcb9b5346de585d172cc2325a4bdac90030dbecd7679ef61fa66cd69308d5e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/90/ad/6fe8e5e6cbf6b25512f9737a5657322231978c38f5411f63cb8a4b61f9e5/Cython-0.26-cp26-cp26mu-manylinux1_x86_64.whl#sha256=d6293de1bd68c2baaa73b45c9906783cb4adcd22aa68594fc3dd98cac8783892 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/22/75/2d061a90259dd966b2f6a3f81ef83999c5a1dc19baa68f0e196f1ad836a1/Cython-0.26-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=5f7e554310b4b7dd57f4e776cb90396dc17fe044f4ec3fdba5e8833144bee083 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e9/27/caedb837b787fcf6f83e7734f381756c44bcc8ee43185d821fda5b917039/Cython-0.26-cp27-cp27m-manylinux1_i686.whl#sha256=a43c378726c5ded3eb7d3e9b4a164e3dfb1270e4d900aece8f3f7dabe528930d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/60/62/8c202f67902bb62c0ee03450fb794041706623d0eeb05a976181339bf3fe/Cython-0.26-cp27-cp27m-manylinux1_x86_64.whl#sha256=5dea9152588c32b714dfa68a5568e04009e260de5b96b820f6703bf3b7f7a560 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3e/5f/596344f4739156f577a40dbd32d2a5b3c0e31ea2cf2213671c3910bab7b4/Cython-0.26-cp27-cp27mu-manylinux1_i686.whl#sha256=c3b229cc4060cd90d879066b0ca8e7516ffe405bda8c34e2900bd77aa1537361 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/87/6c/53a9e636c9dbe7acd5c002422c1a7a48a367f3b4c0cf6490908f43398ca6/Cython-0.26-cp27-cp27mu-manylinux1_x86_64.whl#sha256=4c383c00834cb5a5ae68c712b4955f50bfcfb789fed5381211e41b2d779e0dc1 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/79/4c/12545931d7a720e05cf066268a23d541364d381dca79fa88cddb2c5495f7/Cython-0.26-cp27-none-win32.whl#sha256=bf6aedd41da5285d0bbd25c8cb57bc27429d76d62e651a8d70eab1220902a4e9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/83/89/0200ee281f83ff72c91acceb2666049c87254e927a4c45f9227666cb3cf9/Cython-0.26-cp27-none-win_amd64.whl#sha256=4a8ec5e1cf8182537fc52ada1c3a4e023d098d136d2e4cc7d1bb99539081c127 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d6/12/6cfef614d343b305dd7ccc8ef390a8833cda6c2e0889d255adbebd237934/Cython-0.26-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=7d1d5f2dac329bb86b837ed7b1e4d87e28cf66135883eadbc999ec46c9b4e29b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b3/f9/b62649d4834a9d8dcb4e88c4bb90557de8617abd983a71c69753e6b4203e/Cython-0.26-cp33-cp33m-manylinux1_i686.whl#sha256=87d6a780ec65cebfbb8c0c78a176d17cd21f141ddfc7f38195eee4da47ad2307 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4c/3b/2818304c91c8734b8a248c1e94285e2d8711112d7e2eed180fca508c8a7d/Cython-0.26-cp33-cp33m-manylinux1_x86_64.whl#sha256=fbc063dfff767770d83e1ef2ec95a08ecced2ec71061d00981f9c59ffedff6af (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f0/af/bd9b8db56e3802608325912062eb1922aaa1614d6c2ff848bf576e27db05/Cython-0.26-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=4d22244cc9ee68184dffdc5b82973d5e94c52c774a2dc262d05c0df26d53e603 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c6/4b/9ab41b49d2e88381801a2c76b1e6557b797a2a138e42fc45072614e34e99/Cython-0.26-cp34-cp34m-manylinux1_i686.whl#sha256=940ab84c6b0be48453620d2b34ce0566bef971c164d057f52444c2c9461726c9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/63/33/35d6e63ea02b72c2cd2f0a26c862932d1653a2b2bea9dc044c09dffd4f85/Cython-0.26-cp34-cp34m-manylinux1_x86_64.whl#sha256=44400de11b90d5b384820b0a84d0055f13313908ce7b4f4a35aaf67cb6ca3b4f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5f/20/49f6d8a73b6099b2eec578c45c792b3a0c2e80a0d933106f0cbf0a2e4acc/Cython-0.26-cp34-none-win32.whl#sha256=33d2dbe6b7547bfbe2e70c51682263d517da45fbb40a48621656e8566ab0818b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6c/a2/aea9a93c36e08f7a59b503a994fe306be56b8cb491e85d1e6f598af4f901/Cython-0.26-cp34-none-win_amd64.whl#sha256=c34b1c85c17fc4f96b8ac9b923159eee99fe0ee74710f20fcdf4888f93a9516b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e1/31/e74ad083f48fc24280413acbff81241a93bf84a4cfa35a319c10544ab7ba/Cython-0.26-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=5d9f8e832cb828a656e9bbdddfa16a74ce6c47a278de0b2d42690dc66f2f6187 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/24/7d/a8ed9bbc42621ae6bfbfe64270b0285b58e05c2cfe19f9e631e90ec7c5bc/Cython-0.26-cp35-cp35m-manylinux1_i686.whl#sha256=3a75abae5447899eab63329f73607379b6c3415611f8b30067e761ad56f7861d (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/81/43/dee85893e89ce7020e6b35673a926183acf32c3a11f6997a16b1f4500523/Cython-0.26-cp35-cp35m-manylinux1_x86_64.whl#sha256=ea93ac8f3c8a05da7bf417414e91c81b156e8d5c578a053f3396d9feff6c803d (from https://pypi.org/simple/cython/), version: 0.26 Skipping link https://files.pythonhosted.org/packages/5e/34/f71323baefdb1a89452807aa0cc70e42324f926aa9a474e2cd466bb05477/Cython-0.26-cp35-none-win32.whl#sha256=db9cb52f486ca8b65b2bde5e3ae826112938a0dc1cbaad8be34808de6003b2c9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9f/d2/5f5e60b073e63ff0e422c8e8fc6a9427784fec33f54adb5f6ad2c1b250c1/Cython-0.26-cp35-none-win_amd64.whl#sha256=9e24343de9a9506d5d410b4110a896d9f422d345547cc6606d9317b527e95b4b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9b/32/bddf5fe33938bd215cd5de525227e1637b5e73c34a94b5237fd2014305be/Cython-0.26-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=c2deea143223c84984e9458e8f41ce69f8869ddde0fd40a443b2d4a210ea19c4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/bc/98/8273a0196c0f6b4b6b5963ad881e70ad12e187955fe7a0a543a7c15d7463/Cython-0.26-cp36-cp36m-manylinux1_i686.whl#sha256=b6a0a56e4dcd016fa1f22434b6dc1e476850f50efa439b786a51482b370c5742 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a5/cf/f89f542b096a8574712a3d97a2a2c1aa3881a3f988473ccefc2f8a11add9/Cython-0.26-cp36-cp36m-manylinux1_x86_64.whl#sha256=6ad88cc9166e968f528b54455c1421af0ee3fe9c42ac810f462c8afcb099eb6e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/16/64/0f5d76ff8a3c6d6ebbfadf338b2b504fcbf24fdb99f25a182b1ee883ce3a/Cython-0.26-cp36-none-win32.whl#sha256=68d2477b49a70376ff3b876dc9a5c6080c4860413bb139aae225e245d004cd3e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0c/da/2f0e1960474a32b9e6ab197a24b4124df95f605c64daee763bd846ad39df/Cython-0.26-cp36-none-win_amd64.whl#sha256=bf3066461ff495b03e78a4ab5cfdf062cbc2ac5a05f41a971bdcb63574ad6c36 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/10/d5/753d2cb5073a9f4329d1ffed1de30b0458821780af8fdd8ba1ad5adb6f62/Cython-0.26.tar.gz#sha256=4c24e2c22ddaed624d35229dc5db25049e9e225c6f64f3364326836cad8f2c66 (from https://pypi.org/simple/cython/), version: 0.26 Skipping link https://files.pythonhosted.org/packages/e5/ea/4dfa0131a4cdec9361e2393f4ab61637a263772bf88bf0483a04611eccc7/Cython-0.26.1-cp26-cp26m-manylinux1_i686.whl#sha256=98262ce1805a0330d755006d3d72c203279f84881ce08eecf2b6fd9b5b66e9cd (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/75/55/e96c8ae527afdffdd6c6d524abf936f6c29dc8ed63b5ed8449fc161be67f/Cython-0.26.1-cp26-cp26m-manylinux1_x86_64.whl#sha256=941e836335d97226ca98cd613d2a8db65e7fdfeec0707b6bf8fc7f923a360903 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3e/c0/f188cbdd67d9a9b94ca9b591c88589c513a4390cc32a1575a91f4bbf9120/Cython-0.26.1-cp26-cp26m-win32.whl#sha256=fedfa9211e4abfd75022e1b9124e395374f88c88442523de8c2ede117711ffe3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8b/97/457a2082fe1b6ea4a16e78df9a4f245ffcae256eaf054ec0ecf124cf6bd0/Cython-0.26.1-cp26-cp26m-win_amd64.whl#sha256=d91e105fef5a622d776380c4e49a2c5e28d6be631d384756b67d561c09692eb1 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4c/ae/e8011ba8a6e01dfb86c4516320bc30f2646318a75c3d709b43594e0a40c1/Cython-0.26.1-cp26-cp26mu-manylinux1_i686.whl#sha256=396a1c5ecc4210dd41b6521cd8398e7955784982b5a369695ae21176db31bdf7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8c/d1/8f3907a0314efe0cc153065db4a9456fe43fb80f7aa0fb66db9583373128/Cython-0.26.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=4c11f0b79abac9779c24c0fbeeac21389766ffa60db54caa043292091091d2b4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/32/20/237c21b4c8c471d2b482c988b067fd0c1ca15e52d0afec7004475aeb5aad/Cython-0.26.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=1a4e373da9c1a20b48b0f542fdd01b79841f51297075df9c6049c20203409d81 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/dd/ce/2a5658c7483e3375a8f267833eb1e1c3c8298ecf58771645a963f3e5650a/Cython-0.26.1-cp27-cp27m-manylinux1_i686.whl#sha256=64961a6003bd236988d063d76754bd47565a4fdf26e0699e89282682179211e6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b9/6d/22271c5921f278e478ebcbf5f0c3df528a977d7dd3ca1356866a4406679e/Cython-0.26.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=50f4e33b164bceb821d1c4375d7668ad17aeac7a78ec245a861386d5ce0a0563 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/09/16/025f8b5da616b84fc616507d8040240f501ffe1a8549b369bf3f2ee5e2c3/Cython-0.26.1-cp27-cp27m-win32.whl#sha256=ebb35f14ac61779465b1c97515bd1a7886fa795780bc35eb354b192a32896768 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9e/4c/24e3c1df799d452268d824bd881956ad51d12876451449cb64b0fe524b80/Cython-0.26.1-cp27-cp27m-win_amd64.whl#sha256=5dbf22d73cca80bab3e82f0bb7579ec07fcab9baed728e374ea454c423f3c9a3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c7/58/ac7df72494cb9497bdc4fb4a8fdc3df9dfc5bac25a5d669abea970435626/Cython-0.26.1-cp27-cp27mu-manylinux1_i686.whl#sha256=738d510499c2d92b307d26ad6bc5794bbed21105679124b78f92f05c6d58776f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b5/36/7ad64cbef22ed7b1625bb56ddef8b32aed3056e2cc5d4407547d4e83d531/Cython-0.26.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=3fc982053c4a780c98448882c02a9b7ef85be6308b714e5b78be72e67b748fee (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/56/77/4c79154d5d31bd4f45681aec910b025ec865bfd693c5cc66cfa666e47872/Cython-0.26.1-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=9a60e6e283bddf3d2cf674d896c457e9ee3cf2eeb679a9392c57e93da658067f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5d/29/e407bc0a99f5cff40a0d18b1d46d13d6fb943d6f3c60c83548e4ae74f880/Cython-0.26.1-cp33-cp33m-manylinux1_i686.whl#sha256=54b73ff7a5c59d8455655e97c412b9e7b6b4f484c33a21fd66f463fc16d8d700 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/63/01/5633993bb1df5a8e436d908e2036063de090567ae419597325949e19fb08/Cython-0.26.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=64ec98d442ab2b56a1e743a7c524c4456c78757245c53cd102dd4f60b6981cf1 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7e/b8/94aa2d5e74131d50a55eb38007198e250aa8d6d1a3ce856166cf15c007c6/Cython-0.26.1-cp33-cp33m-win32.whl#sha256=7ff8250b1cc70e35d878cacffaea9ea875125f8c71f856ec93307e8dd5f8d059 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/75/9c/7203c6faf11c16867249d5eb442edf9b0e3fb36c7058ac00ea214a72f8fa/Cython-0.26.1-cp33-cp33m-win_amd64.whl#sha256=6b20e1aa533be34c333aa67c37dcb8fa5281e80f155f7d44ed8e86fb6283d368 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/23/91/eff49746cd5f7adf3236da8b6be5c251b2cfc3a26952b4ee1da329b1fdf3/Cython-0.26.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=b6fdf64c756bc42eca4f42cd3b81a3b746126868edf34c6e10f6fcf6b7717338 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9e/65/c7bdc7de9e893c5673ba6ccb23ce2bc6db7d420e5cb1770e65a08121352c/Cython-0.26.1-cp34-cp34m-manylinux1_i686.whl#sha256=3f683f22c0221b4d65e6a1738f4e8c17a0719d6e82a86b0897c74fa0d24fef78 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/26/e9/56acbc5c5350a4cf1c9788bb805efea011f6bc5d63b36bf2a18ee74facac/Cython-0.26.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=a9e2cbfdeb6e4eeb3f95e2dcc92d71cbb36cf042b987b6810e3e759869085410 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2e/16/b24d847eedfdf18ca473624a8daf7f3ad2267f2cdb285995591f5780a641/Cython-0.26.1-cp34-cp34m-win32.whl#sha256=1fdb73fda01469bfe0c26f79ef62348888ea11bce9b92c187b58a7f9a30a9e2f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f9/c9/19b1b4bae046c234a5c0b774194c721e7dc0e5698dce326b951fe4cc3eea/Cython-0.26.1-cp34-cp34m-win_amd64.whl#sha256=d07db732baa5fa5ca9383b272b50905e65665e1b4ea28426708f847bb41eeab2 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/73/d5/819d0c4167fd284e85bf654335dd7fd58f10ebacd9669c9158bf493a1933/Cython-0.26.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=ef5e49ed50c856e31d134164a05bfc9ea2f65d2d40ed65dd1dfd455a93b73d40 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ae/bd/16da9b4de7126447dd5af5a0b3268afeb2b8069c4124d83b9bade73952d2/Cython-0.26.1-cp35-cp35m-manylinux1_i686.whl#sha256=710c4b312a2c752101e34d6875f9a5ab24956d41016430e8cb453de7137be464 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/24/c4/29ec390839b3a0ad80f0cb878bc23da3e2b9c1761906846891af5a7a26ec/Cython-0.26.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=c7df43ee3fade5471a5a990d90b4c44a3b964e63b101759ccf6a06c049d6b2a4 (from https://pypi.org/simple/cython/), version: 0.26.1 Skipping link https://files.pythonhosted.org/packages/78/bc/a99f2211f7c89241f4153e2ce5ebc2c6452e73706c1b62e09d3cf73b7323/Cython-0.26.1-cp35-cp35m-win32.whl#sha256=7c2f3fb93d5cfe57d6b965c5cb29083e122af528efbb27e00c2a3a59c6fd4ddd (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/98/62/e9447ec07667f0e5eeabf7b318fa3585be3eceb1f515d4910543ddc91851/Cython-0.26.1-cp35-cp35m-win_amd64.whl#sha256=71e47fbe29e78e7bb2d998f90d9051442c33560549a61777f5696b3ee18729d4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/64/f1/7959585c3ad4a78ab43445a19b0bcdce80cca5875dd4bdb8dc81496a7d41/Cython-0.26.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=31d155b4e4902644bd2867c624b1cd3e11545b213f84a1d028f0df14a3b22612 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e9/6a/469a069fbdcd5a503c94eb5a38b0ce6f421b2fdfccbbb005113f0c03c780/Cython-0.26.1-cp36-cp36m-manylinux1_i686.whl#sha256=fbb7d093d541f4ccccdff33897d87e85503be5c5ebe05f25fe6a6648238f507a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a0/f6/3927706fef7b6a191b2274a6f74416f47d2fecb8bacd8341c634c02f7b30/Cython-0.26.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=c0dcca01098684d4356604077ef644c046643bb766ee237cad88ae4e82921445 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/39/d8/ee52e57144258a31edb5a8d825b868c42ec7e3292c040d00f6f4fb40138b/Cython-0.26.1-cp36-cp36m-win32.whl#sha256=bacce121c7d30801f72ef0268a265e6506f11690056bdd14fd41b6b6204d8db3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9c/84/e5a2b3bd355beb23b941c209330a5523bfb1a8fb23ac6ed752e69f30e46d/Cython-0.26.1-cp36-cp36m-win_amd64.whl#sha256=f11e9445830125000a353a9e49ff3d1b6f0f43affe2925222c8790ca03a19483 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/68/41/2f259b62306268d9cf0d6434b4e83a2fb1785b34cfce27fdeeca3adffd0e/Cython-0.26.1.tar.gz#sha256=c2e63c4794161135adafa8aa4a855d6068073f421c83ffacc39369497a189dd5 (from https://pypi.org/simple/cython/), version: 0.26.1 Skipping link https://files.pythonhosted.org/packages/d4/bb/afaf1c034678c65f0248a0f00faf1fc431748c9a36dba4487080b0b30813/Cython-0.27-cp26-cp26m-manylinux1_i686.whl#sha256=16fd6dd14ae33dbd18d41207d2d1fdb4db7c25a44c75703cb948515e32276b32 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/92/57/808cd201d425eaff9e5167f3c7c64d08f9c3cb9e8f37138645d34824aa51/Cython-0.27-cp26-cp26m-manylinux1_x86_64.whl#sha256=6a6b60d7bcfb72bd0193a86d3b271d5dd4a1f2ce9db25d5ffa7f333337abdcdf (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f9/60/f2e8c34ea5bb7e249dd38673eb2e8ddf43eb5b0111235af3b866ba1c24ee/Cython-0.27-cp26-cp26mu-manylinux1_i686.whl#sha256=5301ccd5dbff018f46a7cda22fde4f71e4116622b716d81d9077d13e7475993b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b3/18/392f79be269fcc6f9714a6bc9d97bbb466a35b73516425862fd1184da259/Cython-0.27-cp26-cp26mu-manylinux1_x86_64.whl#sha256=a07be6ceac59439a78878c996a8ae169a95413265f2080b04ad4036918c27231 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4c/64/b02968f450d66cd9c7d5c362e8d364f328cd2775517b3479b14f3725de55/Cython-0.27-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=fd543e2e7dcc07f820cea46c548fa27e676dfd472db0df43ad9493dac68f06da (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5a/4b/bed2401ddb4071aac3e129612c98292614eb20189437110e8de10efb3859/Cython-0.27-cp27-cp27m-manylinux1_i686.whl#sha256=472b6b08b29ee2151a0e32111d0e6d2e9b277ffbde38e67896f60b4d1a74ab4c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/77/1d/e733a4f6e9cbf1ba3454b6cc5260073cc09997695ea3cc8b2e0f40ea3073/Cython-0.27-cp27-cp27m-manylinux1_x86_64.whl#sha256=51d725e023126ded1008a1a31b382969ddb4dfa623227bb17036c8bce2dbf586 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3a/27/d9d4e6bea4946c2b404824763acc5482a665223a8044651d42a8c4577678/Cython-0.27-cp27-cp27m-win32.whl#sha256=964699e78602836c52e27bdd2ca587454d720f79c6ab80675564950ddf1fe6bb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2d/e4/b2a5dc0731c4702b1a4b2870135b9a54537e3092e629692416f7c0bded4f/Cython-0.27-cp27-cp27m-win_amd64.whl#sha256=03640f428c7392df0d3da39331add2f5d8b6413746d2a2857b9d18477f57a4bb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/83/3b/74d961325c8819c7fd46670fbad41283104a5816ff7588f8866817f6234c/Cython-0.27-cp27-cp27mu-manylinux1_i686.whl#sha256=4a9dd8a17dd11b5842e9bfd9cbc6b0dc3379ed1cf36b3e1a242c8a159611e786 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d1/81/be6ec234ab87261613ac4b2574dca8492f39d8aa1764ccd45a05f1bbc4b4/Cython-0.27-cp27-cp27mu-manylinux1_x86_64.whl#sha256=e514f48cca21e560587262c6f26467f7fc5076bdb715d271b2ba4c909e4b5e96 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/cd/cc/1653a15e2988ef9b163f34f764ad7a62864c6910cbe86a56e5499a8fff81/Cython-0.27-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=1cac7f626de8df123b963a4455956c6cafa21950e1e3b0d2bc719a731d9c2093 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c8/64/ed44ba947d04d29f7806f99c520a208740eb2c9d9bf6ff671ab09c421eb0/Cython-0.27-cp33-cp33m-manylinux1_i686.whl#sha256=981e64b6d2f43ad3c552c4b374f6f8e9270846029fc3ec0236e54fec4c1dfbd3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/cb/43/72c8ddbafd014bea1d9549d34149a56c40a0d16b50c90450dc22b5f5b4fc/Cython-0.27-cp33-cp33m-manylinux1_x86_64.whl#sha256=e901c0b83577104f4b5686359de7b8a133f505477f6586a0d1e02147c25f65b4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/66/45/3f66ac01b108809a61a2394d1ee9196edb72687ca33eadffe6747732cd1b/Cython-0.27-cp33-cp33m-win32.whl#sha256=6d6301e8b4bbd92a706cd2e87fe1c5e68073244c0056c84f0ee513a41d1ff429 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/36/5a/4a92e0351d2787e80622a6ef0903b5a5bc735f8e4befbdc6999a6f5ccdc8/Cython-0.27-cp33-cp33m-win_amd64.whl#sha256=fb290b4f879a057421e7eaeca9e21ea3fb1d20544f6c53d838e98cf6d2124f8f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f9/0e/a81dd550eebef6677d238bbe4b13498a2f086c69dfc238baf6cc78604158/Cython-0.27-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=5396a256ca04b7f7df849f27cb73fc98dda92573022266210d3a816e6298c07c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/95/e9/cc638000c48661e69e36a9d31e625a06cc64a7bb94298cb81775fdaa47bb/Cython-0.27-cp34-cp34m-manylinux1_i686.whl#sha256=2dc6ce13785ffb3d21d2ca6753da8442fc9de5b2614f5b33f488226a8bd7bb50 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/46/8a/19473e09d61f3d4687791a7fa1dc418e6c49f6a6e8e6ed59c4c17e5c11e1/Cython-0.27-cp34-cp34m-manylinux1_x86_64.whl#sha256=b9ce154cff048e0dd40cec5dd0556893558cfa0f660cf03a59a6c1b935d3f5a9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/da/79/73c39c3356f7bd1a73ab6764324d5eabd8e99230f8f8dad432fc6aec932d/Cython-0.27-cp34-cp34m-win32.whl#sha256=32c1537059c4e6285c3c6866a19d08f8f9e12b50b5cff349c87f6b9d76691b09 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2f/98/486872dbbee475fb82733e2d65737c1cfd4c68be4e68332c119586e6d2cb/Cython-0.27-cp34-cp34m-win_amd64.whl#sha256=4d3cdd8f40cd689a50ae6d741474710f47e12a7d43a5140e82641a11867d2baf (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/af/6c/fc4d0420377a1b08d4c3b8b1531f38536f61f7aa3b45ca27d75b47666f25/Cython-0.27-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=40dc8be0ea8f284332cc2bde654ad73d7b648fd5277ba02c333b65e35d2cbb7e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c1/ac/c9d132696a5da93a0505a57b13b017d7fb4f52d8fbbc6639e95a6201b1f3/Cython-0.27-cp35-cp35m-manylinux1_i686.whl#sha256=32a7668e2a3b0322317174982d833124b280bdcf8b4cc160ae9e7d11ffc99e63 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/22/44/1f7a1d71b97a20168f62541a1a4d7e001567056e63d1038715423c5b7f24/Cython-0.27-cp35-cp35m-manylinux1_x86_64.whl#sha256=9353a19cc002a7fba7dcc38c4b89d8c954cb6d02dba1206f38f4338b6bf58dfb (from https://pypi.org/simple/cython/), version: 0.27 Skipping link https://files.pythonhosted.org/packages/54/82/be52c973db4e1750ae202d404a9a3308d62753f20605eeca2bc037ca289d/Cython-0.27-cp35-cp35m-win32.whl#sha256=b8a4354537a397a3aa557fd2d386766dfeabb8cbc4c1da59e1581987ae82c30a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8c/8b/8145e2acfc0cba66e97c9e3ea087768a52d0534cb0dd96c7fc65341afdbd/Cython-0.27-cp35-cp35m-win_amd64.whl#sha256=7f82c0f42da6025833462f106e025a5787c230befca4eff2ae9ed83a8088a61a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/97/8f/d2d51b782379f55a644cf47e80a7f9a02dd66d9b36eb8ee735a40f055b04/Cython-0.27-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=5d096fe3f908461665c0c826c5330b4f9408b80a597fba5b8e3c0a0fb09a7f44 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9f/d6/2c9587baadd1f41a7baf769f231dffb435689c37d15335862901d74d1668/Cython-0.27-cp36-cp36m-manylinux1_i686.whl#sha256=fbc22778bd7c6e93e72428e22af669964e1fbe89b8bef37251b562bcd79c366a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d4/98/9fd11025fbfaafd200cc13bc82e97a2b91a991babc1daad881f4facad8ff/Cython-0.27-cp36-cp36m-manylinux1_x86_64.whl#sha256=ffc0172296ec333507e11430229873c3e8109a500b3b816cbe407e7508937ce8 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b7/62/ab32d29e5dca766693d681463ce926f4d63b51330b311d613aca7db006d6/Cython-0.27-cp36-cp36m-win32.whl#sha256=e96165d49f6b9223cd8312e5cdb9b0b30795534d52627e9eae70af6b1a3b2bfe (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/77/bb/2927f4ba2178cf44547d8b07e801635cf449d5c7096271b7543f6544ae5b/Cython-0.27-cp36-cp36m-win_amd64.whl#sha256=aa91a2bf14921d862e3bd14c48f31b754411b0703cfb762878b5920e754e1042 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/94/63/f54920c2ddbe3e1341a4c268f7091bf1bf53c3d84f4b115aa5beea64aef9/Cython-0.27.tar.gz#sha256=b932b5194e87a8b853d493dc1b46e38632d6846a86f55b8346eb9c6ec3bdc00b (from https://pypi.org/simple/cython/), version: 0.27 Skipping link https://files.pythonhosted.org/packages/b7/6c/ee06eb04e7e2efefc7dc0e694e8a654b89272e359f7140e6a8f249d9a79e/Cython-0.27.1-cp26-cp26m-manylinux1_i686.whl#sha256=5f22b7b01bf36c77de989daa0992f5d5615d6073c950313c835620b6054f681d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ea/5d/bcbd9131dfc4cbdefa2ca9ebbda7b133eeeaf494a3c52ea4db156cf2f493/Cython-0.27.1-cp26-cp26m-manylinux1_x86_64.whl#sha256=2a9aba9f70bf070caf57f0e9d7eee6009743c2588eabe5604ced87786c4063a6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8f/74/6e67cc6bb298b73990fb351f5240083ebcdcd2227ed1c4cf7beb88ccb5a3/Cython-0.27.1-cp26-cp26mu-manylinux1_i686.whl#sha256=1710cab4556b1281ceb77324b40d2ea1e5ecca7474a31cfae0fbb4261a252f28 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fd/ef/45fbaa072d98fdf1642ebde15b976b82c547055439885bb42b4c1a904677/Cython-0.27.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=f8477b8bfda72f29b042dd7a9f08ba1f24b245c77dbbaf3460e66ca82a279b04 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c6/86/996dcbb88618f62c9fa95d29ecaa1cd472f45c79801614ca57f74334daac/Cython-0.27.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=85af318b8bd6ad128c1e3a524adf4b7ed0859ac72863a853c6372887e7f25a81 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/62/73/8328b1ed34fec6a2eae93199558c373061649f757c3a6721da271ddf166f/Cython-0.27.1-cp27-cp27m-manylinux1_i686.whl#sha256=c0a29637a69944742a2f60790ef14b258e62db6b213581ee2d66790d49799388 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/dd/1e/00bdc72209bc018c040f7807648e6864433bbe3404b450463d737bf304c9/Cython-0.27.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=d8fbe72107a49ab40554423138abca6d1547da344f08978dce499d9ba14c3e58 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b1/31/9ae4e8be8b5a079deb3fe61bc83d3cce22d72a96cc54a8e9d17fe2495d7a/Cython-0.27.1-cp27-cp27m-win32.whl#sha256=eefa894279a359b307f87a08cd971951865cbf5bc3008ee9dd04bce54a357f4b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/96/4b/b4cd133410d4293bfe699a42f41c2434c165799492321016c4b5cb26a792/Cython-0.27.1-cp27-cp27m-win_amd64.whl#sha256=680f16a0e2c4cb244a41fcebfe37d2e17e5ae2e0343251f0fdff811d5121d21e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d3/2c/fb9e3c30ab32538800536901bf64908ec4c1766bb9eab028ca4df5daa38e/Cython-0.27.1-cp27-cp27mu-manylinux1_i686.whl#sha256=ae7aa1c85134742511be69efe383da6fbaa6f8ef1b6a79039d74c5f34b215131 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/77/6f/e8fb32058357d7f924c7b584c444eb1f0b2864130d6b50a46aa36942a5c6/Cython-0.27.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=74499327da8db844dde2377a7406ee6f0b6ebc2d3f14b75cd826b8e6ccde1b60 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0b/db/84ad4297bb664bef2785226388a2f53eba09f75829e1eff42fea70ec17b7/Cython-0.27.1-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=f6a1e55e31f932969fe74b4afa1fd0ae40ab414916b0fdb0e71895576abb7768 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/60/4e/733afde825df0c781dee2ce2e749e645509f26a848c467c701887e3497bf/Cython-0.27.1-cp33-cp33m-manylinux1_i686.whl#sha256=14efcccbd69d9b23e7bf30315583d6babb81800320a2ecedd7c463e557e1fe30 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/96/56/1020da754cfeac26a03151722d1cdf9f5ad68c3c8041ecb11829a3960c3f/Cython-0.27.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=f909bcaef918b499343d18531fba3fb5660685315c53be381b02f20e20be0cab (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6b/6a/fa8d20fb8b661854a7140e290c52693ab3e8afdc9a8a7bf1194d9a227918/Cython-0.27.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=fb0e827bc7a9eccee6489870de3a758466da6e92b4945fa462c457d55ee7365c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/01/28/c3b8a7c7deddada894efd1a5af124ac5a4ff4425fd7ca90dabd31d2a7592/Cython-0.27.1-cp34-cp34m-manylinux1_i686.whl#sha256=627bb471984d79fec801233efd4d7be688a0367ec1a4f841f652fefb13a4769f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/99/30/555a64584974308444d9d60622fb25124aea4f5c284f1195213e1678f1c1/Cython-0.27.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=c6eaab717cb6b425708f549edf98b21ad91286ff48bf4bcf6168a17a4cdaf2df (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a7/c9/fba53694382af7c6d10525ce3c7542557ac9f70d79ef10a297341aee7c77/Cython-0.27.1-cp34-cp34m-win32.whl#sha256=d4f52599dea20dc7cab3e61099854f1e8dec314a2809c9806693a22710502f23 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/61/0e/df3163f72f5ffffa35f83fa114b54104de4fd08013dd1ad061a6dc453617/Cython-0.27.1-cp34-cp34m-win_amd64.whl#sha256=546202d434978e1abbf58cd44d58419ce3404a40124dfe3485e2ea953e767a19 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/91/48/e1094f2ba3ad6438e315f26d1d9e93bdf8ce4fc5c9a731b524bfb1125a53/Cython-0.27.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=611317c1950305c56eb84797b2530ffe28c880f7a8d3011ff7b55d361398cccd (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/af/a6/f03a10f9c65036d744800ebc796b538be7078cf3fdd4d0d4d22e9560693a/Cython-0.27.1-cp35-cp35m-manylinux1_i686.whl#sha256=e1c3099b68ba66a10b96ccebd14ceebe6f92893b6761d6910fa7be2dab9d426b (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/c4/b0/2f289284bcb73e4fab09868acb63a67b11c74db733da85f73abd1b148f71/Cython-0.27.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=355591656e3f904eaec2819fae843331979e84d266f532bcfcadde1e86c8aefb (from https://pypi.org/simple/cython/), version: 0.27.1 Skipping link https://files.pythonhosted.org/packages/80/d7/7071af7a7fc90232c792204247ecd61f75f47c9fa1dd6139dafd19318e41/Cython-0.27.1-cp35-cp35m-win32.whl#sha256=ea16d90e32238c3be1cfffcdaec3b6d2e9dbbd02910f768d56035777da77904e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/67/75/4086509894f70e9429541038eabcf6d0e22a97672bd569de49457d941877/Cython-0.27.1-cp35-cp35m-win_amd64.whl#sha256=724fa6335bee86253351fe188e8563d0d61d4bf4cc858774f2466ac768525fee (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e4/a4/c7b8709c326ed2036522ef9b4914eff5d9421a3a914b20d697aed5bb4228/Cython-0.27.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=540b758b2b2584c4871bbfdec2a863501125c3ebbaf6e6d7e3e968830750cc8a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d5/6f/f0dedc8cd434ab3c49fa1b1dd4196187de84d6f4c11f8a1f9c617293fc39/Cython-0.27.1-cp36-cp36m-manylinux1_i686.whl#sha256=e0298a3c374e5ffbe9685ebe598833a320eed02008dfceddf7ce4c07bef822f9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7d/85/4c2eb3cc8d8fd418bb754828fe08d43de95306eb3637eb7b51e13bd9ed5a/Cython-0.27.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=0d21ca8a4316fa116c5712fd267143ce49cfb797a7450ae8f004d5d2a2c46cad (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e5/3e/9da51756d0f3b255b19dbc84c68243fa3019a82752b06d743bd85e67cdbf/Cython-0.27.1-cp36-cp36m-win32.whl#sha256=d88a5fcb7983279ae07b110062b68b415ca275a43898822e54e145b2b310be53 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b9/95/1066f794590424804de7fa7b0bd77589ac43e4ea2f2f2fdd64c2a9185814/Cython-0.27.1-cp36-cp36m-win_amd64.whl#sha256=1ee6418d7b889093b4f202c282b928bc51f8add60728d146953cbc66c979872a (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/10/32/21873ff231e069f860098b1602bb9e3ae2806d2f73ba661b5d806f200243/Cython-0.27.1.tar.gz#sha256=e6840a2ba2704f4ffb40e454c36f73aeb440a4005453ee8d7ff6a00d812ba176 (from https://pypi.org/simple/cython/), version: 0.27.1 Skipping link https://files.pythonhosted.org/packages/1a/89/9cbb4f645ac6968440444b5ee07769d83f69273214778a187f33045bca96/Cython-0.27.2-cp26-cp26m-manylinux1_i686.whl#sha256=308e0733e42ad4033e9567c6e76d1fabd58d0522a9bf4bc121bd57216fa395b2 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/65/18/9b48d321e7497ae7884c5cbcf9801cc2746d45a5da53cef567e15b072907/Cython-0.27.2-cp26-cp26m-manylinux1_x86_64.whl#sha256=f74f942e587353ac40aaf0f0019769ba9fa0a09ce78c7c6748f812f5a3328f7d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4e/e1/b97834065d1d335a7fed0842358c85f8090df2bf8379eb56da51844c9616/Cython-0.27.2-cp26-cp26mu-manylinux1_i686.whl#sha256=81ef3d59fc31f4303d50b6a607e6d7a65fd7394c1efca0f86b6cb12354d7df6f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/bc/b3/2efd2f171cece43e09d33138d76b004f3f1e18810b7ca64f69f944e561b0/Cython-0.27.2-cp26-cp26mu-manylinux1_x86_64.whl#sha256=a9ebd734dc21bf570f20b7f23b3b964a264260298cb603d318890162b8217e8d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/09/a4/7f04cee089af8085db6e88a5948cf29c173b89b7690d49477120c80ffe3e/Cython-0.27.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=c48201f309d2b8a5d5ea809a3c3618c2a07f181769951c3098e0ca4d8c4361eb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/13/36/ade2bee4f41dc819c89de4ed8ee7195a87978aceb302c0ba781375345266/Cython-0.27.2-cp27-cp27m-manylinux1_i686.whl#sha256=6e0cf97dd152b44f2a329d79cbbbe943fc25e92e92f7960e569ca04873e68069 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3e/ab/7fa915dd1b72eda0c0e2deb6621c0918db62539a141db8a7f9cb04339735/Cython-0.27.2-cp27-cp27m-manylinux1_x86_64.whl#sha256=e30997354452e4d9bec8baf36694c269500b59af551bc5fdc9db842872ebf814 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2f/5b/908186be4044573dd65b04a10cfe1caf3871785da887c641d4c1482573b0/Cython-0.27.2-cp27-cp27m-win32.whl#sha256=ff7c89a62b5d1d17909a136b521e7b7530d1b0bcb46dc7fbdc6c249498487852 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e7/14/7e48eaaaaeeab45158d9bd97830467d63911e72020b2acd6cd68b30661d3/Cython-0.27.2-cp27-cp27m-win_amd64.whl#sha256=f60467533ac46f3f9fca86f1e50f6ee4398451a24754a1a45010c11682c08365 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1e/a6/0c2a3dcc487e4bb608afac710cedd25ec317e21bd3e6de4083eb9e94f4d7/Cython-0.27.2-cp27-cp27mu-manylinux1_i686.whl#sha256=42828882912ec288b7837b0e098db744445fe54e56c0c1e1e1f87a3b12dffa54 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d3/26/3af82c85e7fb3fe549fa9555df773caacb520d2fa1f95d211b1f7a6ecbbc/Cython-0.27.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=05178560788190d4a2b544f820c1427d51f27adfa9dd228d3cfa42cdfb8e9b59 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/59/cd/ff75cb8164ceb7a65f473f08c10d4924089ed5389fe0d7c978cc652d5dc7/Cython-0.27.2-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=336438fd9f808db9a790c3153cfd048eb65b4b97f3c1942e89a2f16de72dbfd6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5d/69/753b4aa5fc5294c8d8b252981ffccbb309cbbc558e7d962c82ba981ea801/Cython-0.27.2-cp33-cp33m-manylinux1_i686.whl#sha256=7b5c6782b72f6487060abe5f60abc133f6b1e9f6c2bee8749192aea9cfe994e0 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/cd/1f/50fcf11e1be5fc1ffb39d5dc25f3e5837a7d595a2af73346e97044c250a1/Cython-0.27.2-cp33-cp33m-manylinux1_x86_64.whl#sha256=d4d615e16bcb0e972dad85e96ef331e77f62225aaab6619affcb50b9b0ec8ab7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/05/09/7dfe7d989508a318645971ff2574c9252b3c248e842eac6f49d0a5548916/Cython-0.27.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=64026fa6a8247665379685faac4757753852395ba0a9e362085fff40ba47c259 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/18/86/76b56ed7f818027703902b83c280897149c09d1ffb26c146080628434745/Cython-0.27.2-cp34-cp34m-manylinux1_i686.whl#sha256=449344485750646a2a2ae441163bfba0290d8725bab608347b39c9d7c7ca63c7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5a/c8/06e47a65ea7e10479fe8695b2186ca03ca9c25706eecd9a2f9ec1f33cc76/Cython-0.27.2-cp34-cp34m-manylinux1_x86_64.whl#sha256=958eadd3c3bb55975897b79a321519269e222fdeea4206fc915e27b35236d471 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/89/5c/5ef8fe12ef6659c1af5ecc3f4e3634cce2e7123e35636a3dd894b1dcc895/Cython-0.27.2-cp34-cp34m-win32.whl#sha256=7df51f1b28d783a6e1d34c6eda8fd2e084461b93df7e5e33b19a0060ea8e8c8d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0b/1a/ab8fb796b7b9d62431e490b16ebe0612a12bda3c6a6cdb58d43224741090/Cython-0.27.2-cp34-cp34m-win_amd64.whl#sha256=71a8092dcd3c64c72ae188d67acfc0f130fb67aba9202b38dd18c6a3d5fec952 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5a/d8/84ffd07824c208c02da028d023fadc9c31d3c58bb7573eb74bb26a6e5abf/Cython-0.27.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=2fa06b1b0c34192bd698f976e23a2239ae6d4a2bd6c43a8bebee0b484b4e2618 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a3/46/3bcc3940f8b4e44b3645176dd277abf85d77301ae8a6d27933cb5cc6134e/Cython-0.27.2-cp35-cp35m-manylinux1_i686.whl#sha256=91d00d93a79d5bb872fb7a8bbe5bf12607b6953c61e5893a7a81ba55f77052bd (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/50/1d/e678a8430057748d8f18f3bc5da647f616e7f33c7a188d59061940836c77/Cython-0.27.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=ce5afe0ec471faed31f3c36876fdb2a6a19cccedf6dbdeed41b17b6372631d35 (from https://pypi.org/simple/cython/), version: 0.27.2 Skipping link https://files.pythonhosted.org/packages/df/80/db88148bc07ab96a2c6157ee0da4f81bff7e146e7b98fbbfa686f74e4f02/Cython-0.27.2-cp35-cp35m-win32.whl#sha256=b8c92a3e4f3f1b9118a50ec04deda96d903e1f049fb959a5a7c48a579b58dba0 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/72/99/f4ac9c8416f47bd6abb01935ba145aa3fe306d381f0bbf63bd83b746dc76/Cython-0.27.2-cp35-cp35m-win_amd64.whl#sha256=2fc974c0edebb144c5f44da635ceea7b9c3e09641e916604725c1d50acf12e03 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/50/7d/d89fd236ff3cd4f16d13b0b6f677119cf70e67d87821eb1bbff60a3fead6/Cython-0.27.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=f2bd7c2ff4339b5c9eff3bf75eab67ec36527524add2b6a25a159100e819c4a3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c7/f2/107750e7f9ae4db03365168190cfc105859e1e23f21dfa1d19505e87a6f1/Cython-0.27.2-cp36-cp36m-manylinux1_i686.whl#sha256=74a684ceaf5c3ed920aa933ecb3cac1d06a258606b3e24357122dc5ec821330f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/17/0d/d36f7c926e665e15379c4bd9c12692b20a443128bda7519bb7ead9db5e5a/Cython-0.27.2-cp36-cp36m-manylinux1_x86_64.whl#sha256=7ad0bac4913f1dd8befa95d925840a2c93e8c9bb1593af07574acad9a261a17d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7a/36/b519f69b0cb4e30feb100ecc4062e8a63bb653e31e698d4a65787ff5c32a/Cython-0.27.2-cp36-cp36m-win32.whl#sha256=a34713608d465e68e946e7616b92552a232fc375518641863266e63f74fd0005 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/26/10/ea118be1c4df6fd9954948a11f035bf19e04abfdf4a7b61d6010d4c3eff3/Cython-0.27.2-cp36-cp36m-win_amd64.whl#sha256=84b47505e7ab9cfb505ba3a7c7bac6468a2306c3b0c2a79b633be266177a880a (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/98/bb/cd2be435e28ee1206151793a528028e3dc9a787fe525049efb73637f52bb/Cython-0.27.2.tar.gz#sha256=265dacf64ed8c0819f4be9355c39beaa13dc2ad2f85237a2c4e478f5ce644b48 (from https://pypi.org/simple/cython/), version: 0.27.2 Skipping link https://files.pythonhosted.org/packages/29/bf/18f097fac11d84de2ddcb97fe41ea00cb58b67da2cd8b753d8a2b13a2620/Cython-0.27.3-cp26-cp26m-manylinux1_i686.whl#sha256=aba08b4db9163c52a1106efa8b19c5a4e519e5f45644551bb1358ec189a14505 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/50/12/4af9bc1ed0f6111cb9ce0a4c03533a1f705a5c1311bee0022f103829452b/Cython-0.27.3-cp26-cp26m-manylinux1_x86_64.whl#sha256=d17a6a689bb3e6c0f280620dfddb1b91ffb8fcdae3b8707bdf6285df4100d011 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2b/2d/8f9c73961cdaa02978f78a9a026e19c0dc62379ff87aad553a1ad2eec1be/Cython-0.27.3-cp26-cp26mu-manylinux1_i686.whl#sha256=82bbbeadbc579b6f2a7365db2d3ea21043699e424cfcca434b3baa11309260ae (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/db/c3/741f67897a6024bae3c8abc4a9309458e3e89eaf3666704c33deae16e91e/Cython-0.27.3-cp26-cp26mu-manylinux1_x86_64.whl#sha256=cefa9356770d71176c87ab60f6fdb186ec9cbc6399a6c2de1017852505d44963 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/56/a0/3c452ed0d30f40469808dc747cc249bb040abf3706232e320892d1ef69f5/Cython-0.27.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=83237d27b6dec0f6b76406de5be1cf249cffb4377079acc3f3dfa72de1e307cf (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d7/05/b06fd9a15d5b1f87636c19fee9e34a5ab58d3c23bd6cf8c334c868cdbb3e/Cython-0.27.3-cp27-cp27m-manylinux1_i686.whl#sha256=7fbd49b1bd5240feb69ec4c67f4c76fc9dfdfc472d642833668ecaad0e14673d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0f/4e/b917a61e9722176e51ae1715a80d341fd0d9ee138c2b426ca27706be4213/Cython-0.27.3-cp27-cp27m-manylinux1_x86_64.whl#sha256=abfb2426266d806a7d794a8ecbd0fbb385b48bddf2db6ac9a2e95d48e2c603bd (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/19/05/92ccc1cad0b2340d1b7a9bf82e1797fa31d4f14f35d584e7f5d11bf1b994/Cython-0.27.3-cp27-cp27m-win32.whl#sha256=fb5b8978b937677a32b5aecc72231560d29243622a298a5c31183b156f9f42e3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/00/ad/6ecbad8f935e351b7de6661ee22f040e0bea82eb945f2c2f4fb40c08d950/Cython-0.27.3-cp27-cp27m-win_amd64.whl#sha256=e30fd7a32cbe7fe6c186deefef03670bf75d76ead23418f8c91519899be5518e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f1/6d/bf0d3ccb10668bc9ab4aa48aefa014d9d12437d8c0e4e7050aabd136cd6f/Cython-0.27.3-cp27-cp27mu-manylinux1_i686.whl#sha256=d8e40814fefc300bc64251f5d6bd8988e49442d7ded0e5702b5366323a035afc (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2d/b7/628a25a5f27df575aa6b9d0d8d30e2b4375ce70679b566175c60f5c02d4f/Cython-0.27.3-cp27-cp27mu-manylinux1_x86_64.whl#sha256=8a4733edf3ca1c7dd9c7e1289dd5974657f1147642ef8ded1e57a1266922e32a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/19/ad/f08eb4721f090052d5dd97084cb2cf0fbeb9289e5664140901b4883493db/Cython-0.27.3-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=b9bc1d7e681c5a7560280a5aa8000f736eb0e47efacb7b6206275ed004595a92 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/12/e3/1ac53eabdb90164d0c874f6c68eab1ab67be299f6f0d71be4819c31f3cc6/Cython-0.27.3-cp33-cp33m-manylinux1_i686.whl#sha256=251bb50e36044ad26ff45960a60cb75868757fd46900eaf00129a4af3a0d5fcc (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/46/d0/7ff095d11abf8c70ce63055fa4ac889fa915fe1b3c568c8df86b13886f70/Cython-0.27.3-cp33-cp33m-manylinux1_x86_64.whl#sha256=e86984b90a0176bafb5890f1f14a2962317eee9e95e0a917e6b06a5b0c764e25 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/dd/d0/ccbbbb3c64d0542d10aa5fdf254dce2ad3adc917fb8eee827393fd42a4ed/Cython-0.27.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=4c958bd9e50fcd316830561f0725b3ccf893de328566c960b7bb38424d3b983d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b5/46/91403eeda30006f229c48d6dca98964e43b80e3f4a08ca6ebd160d8d3a42/Cython-0.27.3-cp34-cp34m-manylinux1_i686.whl#sha256=a51c3a1c948664874f91636ba6169bca4dc68f5fac7b980fcb9c769a8d1f9ebc (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/51/97/f0c58fc6a989d6ab8065bc81d9c4b7527a40d122340007c6ebe0cca7ec7e/Cython-0.27.3-cp34-cp34m-manylinux1_x86_64.whl#sha256=28c938bc970d2b5fe296460cf6ed19d0328776a6295f68a79057060e60bfc82f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e5/58/389627575080641a78333901deb12121f2f758dfe503ade7d9f40ed1cfed/Cython-0.27.3-cp34-cp34m-win32.whl#sha256=38a9e5afc5e096f26bfe5c4b458541e455032028cb5356a734ba235868b19823 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ba/c8/e9289e88183f6b297198fb7f05ec4c994cde259afc0a0ea5b693973541e6/Cython-0.27.3-cp34-cp34m-win_amd64.whl#sha256=3914ae1268334208e33b952e9f447e0d9f43decd562f939d7d07e8589d0473ba (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f5/13/9c8cc05ed676db0938e240ebc04509e56d81bea483caad75af6e660bc415/Cython-0.27.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=f441347d0d07b4cb9ca36bda70c3aa98a7484a262b8f44d0f82b70dbb5e11b47 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0a/a7/84aec49197c13d7505241d63dffa4dd98f6dedb22e6f1a9544feaddee7e1/Cython-0.27.3-cp35-cp35m-manylinux1_i686.whl#sha256=f01e79f4123205d0f99b97199b53345cb6378974e738792c620957c6223fded9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/04/78/b3675b946c64b838c5769fcbf0295f8d20d4d8ce150dfeb2f8f3bb1740d1/Cython-0.27.3-cp35-cp35m-manylinux1_x86_64.whl#sha256=56a9f99b42ad6ad1fdb7705c16aa69b2e1a4ac34f760286a6de64c5719499da7 (from https://pypi.org/simple/cython/), version: 0.27.3 Skipping link https://files.pythonhosted.org/packages/72/6b/eb7a430645a8db88438ed64d8d2339c24a58b5cf649051da8b8bffc1f8cf/Cython-0.27.3-cp35-cp35m-win32.whl#sha256=9f8bbd876c4d68cb12b9de9dc6734c17ca295e4759e684417fd7f3dd96d3ed2c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fc/53/51d4b6a61bffbf09662f213e23a3911110a5ef318d718ea5d56acca98c33/Cython-0.27.3-cp35-cp35m-win_amd64.whl#sha256=7bc07c32703e4e63f2f60c729b0ae99acbccbfd3ae4c64a322a75482d915d4af (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c1/81/88c07a2b60002e5b1cab79c860523b1a95f7c4d1e77df36ec7cc29264da1/Cython-0.27.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=8afdc3751c6269ef46879ca6ff32a1362f298c77f2cf0723c66ae65c35be5db0 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/60/ce/4b2c430ad17a03541b4d22090e7cc38cda8f2c184c659fe39e20fa06877a/Cython-0.27.3-cp36-cp36m-manylinux1_i686.whl#sha256=264a68823751fe2a18d0b14dd44b614aecd508bd01453902921c23fd5be13d4c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e9/91/46cb3f4c73f1e96faa517f96e9d12de5b8c97d404c7ab71553da0e58c980/Cython-0.27.3-cp36-cp36m-manylinux1_x86_64.whl#sha256=ca81d4b6f511f1e0d2a1c76ad5b3a4a3a0edf683f27600d4a86da55cb134372a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/91/68/ab79c0a6b8a5a47c8fb7c7817e91bd33785860e0504ba9eab88001df3399/Cython-0.27.3-cp36-cp36m-win32.whl#sha256=26e24164d59e92280fa759a8a361c68490763ec230307e21990020bdeb87de50 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/11/70/a932bd73b223065329d6c0d755b50761aa871c5000f8200a61bf4714fb81/Cython-0.27.3-cp36-cp36m-win_amd64.whl#sha256=5e0006c3a2849b7a36d2cb23bcf14753b6ffc3eafac48fa29fafad942cfa4627 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/ee/2a/c4d2cdd19c84c32d978d18e9355d1ba9982a383de87d0fcb5928553d37f4/Cython-0.27.3.tar.gz#sha256=6a00512de1f2e3ce66ba35c5420babaef1fe2d9c43a8faab4080b0dbcc26bc64 (from https://pypi.org/simple/cython/), version: 0.27.3 Skipping link https://files.pythonhosted.org/packages/c5/15/b7ae70010702a6137bdbab0482bbf1b63a60e6ad720631fed2ab11b19edb/Cython-0.28-cp26-cp26m-manylinux1_i686.whl#sha256=35696be120cf3c8505a461cf9ac7792fc92c938f9e92526a8b1bb581f802c920 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/bc/3d/45b8d1151687d7a3e7ba405f4351e2da40bc2c0b52d4412f0e2d6ca4cdbb/Cython-0.28-cp26-cp26m-manylinux1_x86_64.whl#sha256=cad1cef5ea2bcd43d0391af921715150e84fb6122f322dde2f5faea68f6fdb13 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7f/69/9caf3e568ddf2315b25559043996e5b93ae3d883a0ae21d0caae2418b6e3/Cython-0.28-cp26-cp26mu-manylinux1_i686.whl#sha256=5b9f283ca14b4d572d87f741b3c67a2d922d28e03d8bc692d700cfe4c7b94270 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b5/15/91d91233ade91f55a70b106b4da4a8de2ab958c64d326aeab1fbd5a7913b/Cython-0.28-cp26-cp26mu-manylinux1_x86_64.whl#sha256=a1370f5c245980c61e815a073d5117ae56b1f56a83c473e2d49cdafec569581f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b7/7b/19c17207db6dbec3bf185626705e3dd1d4a6b1bfbe77dd7ae58c59c7c5ba/Cython-0.28-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=732f04055108a70571a2f5336dc2d07cd7ee8c63cc18777200604e7a0a9bb223 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/78/35/e718749a7fd018c8342ad7048afc128b2a8215b3a56ec467802c5ba226fe/Cython-0.28-cp27-cp27m-manylinux1_i686.whl#sha256=d622bade45e1807f6149fee559e65a24b2ae54ab9d8ebfba2b546eec78a771de (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2a/09/9bb4935e2bec0ed2b49005736d529551d2f61f820fed5f111c5e1bfceb94/Cython-0.28-cp27-cp27m-manylinux1_x86_64.whl#sha256=fb0ea686f6e39bac3b070e43b2fda4cd47b08e6539390f3953b2c40117c40766 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b9/d6/47fc6f3d1e79d215bcf4c8529f7b35e3ae9bc776c602bf535ecd3e2ab905/Cython-0.28-cp27-cp27m-win32.whl#sha256=dd889b21a275a516383c3bc4d65c7ba2bacee592a5478bd1b20421f2ec9702eb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1d/c2/95dec858c2a566b8486a9840609de582e6378dde7e884e3457534c40ef9e/Cython-0.28-cp27-cp27m-win_amd64.whl#sha256=96392fb9c6d69efd689fc62df5eb06a7efe8ef6c432b316d2cec4054710c13b5 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c4/56/3878b92bbc83b435b473c895ad247822962473447c8029a0fa4560fb6f11/Cython-0.28-cp27-cp27mu-manylinux1_i686.whl#sha256=b654751d6e87de3dcea998a2afb438402a8e1bf4d60df91f163e2c086096b388 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f7/a1/0ecf3ace2e97eaf63f93931be38361763fff0118aca6b70119dde9867e14/Cython-0.28-cp27-cp27mu-manylinux1_x86_64.whl#sha256=bbce622d2d0cacd810ee275db149950b7c4530eec0c4acfa8cf211079138b92d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0c/21/030b8f9efa3bd9520095f3b6ee87bbfdb4b17b3c604ac28d87de0efdc292/Cython-0.28-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=02540b24230fa8111ac5b2602ee61d4341adbe25d8b5a4ba8becf675c2253a36 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4e/a5/f083e22b5063a9f55662a274f3836c4c925434fdffdbe6f7b5d98f51473b/Cython-0.28-cp33-cp33m-manylinux1_i686.whl#sha256=086c082b77565382e1c67e864c0c4832d49dc38bdf551f69c789cbcec9b1d190 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/02/b2/85c487a1eb393c92962383bb279abcbbe066724a9a452e8e8643e2e3fdab/Cython-0.28-cp33-cp33m-manylinux1_x86_64.whl#sha256=24078813387ce0613f8e1cb9f44e07a2abacb0ca2ec697886cb020c7628f6107 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b2/2b/44bd9dd897ef7656c00623b74c12eb1d534983882ca3880b6db0b02adc57/Cython-0.28-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=bb3f13351f13ee0fd920319589c14e3e1b8a8188c1ceeec780f9b77f6f627e7b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3c/49/d3d864d0b4a16c78e17f282460ffac4dd028fbd56f332795571a8c339a9a/Cython-0.28-cp34-cp34m-manylinux1_i686.whl#sha256=995409aa518e87fd63098a6c2f437fa8483bd1be1485bb76446622663b071a3b (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e7/a4/09ea7a08d0f14c4f230672bba47071481609474818f615a1dd11677ea0a0/Cython-0.28-cp34-cp34m-manylinux1_x86_64.whl#sha256=667f7f6da9951d3ab2ac5c50ee686bec42307f0d004483a981efc813caf76481 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ff/46/49c8c756e034b82369dc7157b2951e8f1ff8c0ccaccedb2d1d633f5bacf5/Cython-0.28-cp34-cp34m-win32.whl#sha256=c0fa07a0e1b33eb0d7ad4df5e9658367a40a4af0915ad652a7c7774368fbcca1 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/83/b0/ee79ccf48d305135965dacf977a7b2749d3b9792454a409d3fc693436a59/Cython-0.28-cp34-cp34m-win_amd64.whl#sha256=44b94943552074b1644b9727395c06b6efbaf562083a9e2bd89c6a41d0df8159 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/52/59/5fc9f3917f515a62d7eee86b79d1fca7207c0f4aabdf7f99674d73c1bba3/Cython-0.28-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=047acc6712ee6fd97d661e9a804befe1307156d7595501bd1aeaaa882c01e8a9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4f/8a/9ec4a862b655f5837503663e78a82461d7eebce75fdf50b9529b8e4ebbd5/Cython-0.28-cp35-cp35m-manylinux1_i686.whl#sha256=d8de4ccc93a660adbeaacaa10a544072bc840a48a16680ece472c3d9c70989ce (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/ce/aa/3d192695884eea98bdc1c6dcb061b3a0b450883775d674728ac31d28c61e/Cython-0.28-cp35-cp35m-manylinux1_x86_64.whl#sha256=678f18c41248510e0ea924bc467b9586ec19726c01dd44f69086ab61c3406191 (from https://pypi.org/simple/cython/), version: 0.28 Skipping link https://files.pythonhosted.org/packages/02/ff/88b5841cceb5405c056f65b37f0b906adecef91ac905377694ffed0daad3/Cython-0.28-cp35-cp35m-win32.whl#sha256=ee7ccfcb3f46d6f8cea1eb6819c7d82c34e0f5bd8dda7c4413ccbbbb575565bb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6a/f7/527c7f0ef5853562525f1ff056d76fab6b0d4a8143d383c4bd5dde6674f9/Cython-0.28-cp35-cp35m-win_amd64.whl#sha256=02414e1cae1882d48e8fa9cdefb6e7bd3dd200a5dc5120a3905df164d23e7894 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/97/4f/dbaa195bfa7dc0bbd56d36cb6bf1d77031f7e12c4666ddc13fecb07cfa7f/Cython-0.28-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=ac0b06430117241e59d07a3b965cbbdc62ac7315f5f6c3b9826740f80cf6ecd6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/be/3b/d16c9afacf5c6517f3b6cfbba7c53b46acabb0fab65d05af1aaa2160b189/Cython-0.28-cp36-cp36m-manylinux1_i686.whl#sha256=7abe6b8c7435f26ce022419d4a5bd5e81a9a31cc32d984939bb808709ecad528 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1a/ee/fa4ff946ac727492a6eab051b92e2929de4ccdc254e26fb0913218747ca6/Cython-0.28-cp36-cp36m-manylinux1_x86_64.whl#sha256=5c0bdd626e3e30656059383a0c2ee4150985ffe888c5951f2381f1120e281cd6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/20/db/44d9d4ff759301bcb0dba9392a586bd93307234c08f834ab8e61d714fb95/Cython-0.28-cp36-cp36m-win32.whl#sha256=fee8d2fefbccd2029812a344e03fdd028bdf9147e4a0cb117ad2d1db14e46e11 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9c/9d/e6355e82deeaef52ba204ba54209f451f860346e18e51002db7bf2b3860f/Cython-0.28-cp36-cp36m-win_amd64.whl#sha256=20c73f0af4df69948aff13183163613855a12973c66ddbeed83b079b73d83ea1 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/fa/86/0c8311bcba3b3f0944c135db95312e057a353058f522692e4dcf6d4bb978/Cython-0.28.tar.gz#sha256=518f7e22da54109661e483a91a63045203caf9fd78da4a69185a7622f759965f (from https://pypi.org/simple/cython/), version: 0.28 Skipping link https://files.pythonhosted.org/packages/bd/40/ccb9988acbb3bf5fd8cb2689d5645c1209609f42f0bfff59d963fbd3352a/Cython-0.28.1-cp26-cp26m-manylinux1_i686.whl#sha256=7cdd5303121024269610236876d9f4beb6a909a1ea5d7bc48e7bbf5d8774a3f2 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9a/32/b9cd239999880a0a05b641430f0c26394c8ee3617aaa6d30c853a2ed61b2/Cython-0.28.1-cp26-cp26m-manylinux1_x86_64.whl#sha256=330c95c03e39835976d1410f5fa877b75fcc5c50dc146d4c02377fc719b1f8c9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/47/40/fb1fa692d0da48a0218f36e6c2701f0f05189d86bfb4a184a90ac7f73310/Cython-0.28.1-cp26-cp26mu-manylinux1_i686.whl#sha256=e27e12834ac315c7d67ca697a325d42ff8395e9b82fb62c8665bb583eb0df589 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a4/e7/a549709888987c636316ef39574d742024f1de804f79af7267c8ab26f849/Cython-0.28.1-cp26-cp26mu-manylinux1_x86_64.whl#sha256=d08f5dd2fbf7d1506c9d986a8352b2423170002ddb635b184d2a916d2b5df0d6 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ca/fc/b0e0d28ae6444d9f8dbe646cedbe3f16ef61d487c1bc71578d6b2c68da79/Cython-0.28.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=26196ff8fe00e7c4c5815a310c368edfc1a1c8a3c90ac9220435d1b01e795cf7 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c7/29/05bcdf778960520011bc73c15fbaac05f0092ada6bddf8f4c50bcb242e7b/Cython-0.28.1-cp27-cp27m-manylinux1_i686.whl#sha256=ea22d79133583b5b0f856dbfda097363228ae0a3d77431deaba90634e5d4853a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3f/0f/224388d8a1c1a841b084d7c5407f834e46d043c220db69efd0ba9c9e5ba3/Cython-0.28.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=1a434e7621ca6671ce949893fef94b13a580853ba976e729f68dda5ab270ee8a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/74/23/ddb527d184485c6325d338f0fcd80e9ab5cb122c9d829aa5cc3c9e2c73c8/Cython-0.28.1-cp27-cp27m-win32.whl#sha256=b5c2e31be55bc61d3c758889d06b16d84f4fda944832fbed63c113ec2dbc5f97 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9e/b2/4e03424425b5aefede8e79c08581c614578aeb2f3fa641b0179a3952107f/Cython-0.28.1-cp27-cp27m-win_amd64.whl#sha256=ea113ff58e96152738e646b8ee77b41d3994735df77bee0a26cd413a67e03c0f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e2/ac/5d69c9a77b8c9686132897f6f04079601329e28815bdf35a4a1b52719a2d/Cython-0.28.1-cp27-cp27mu-manylinux1_i686.whl#sha256=d2b636c16931663aeb8ffb91cf871a912e66e7200755ce68aa8c502c16eb366f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1b/97/1418f5d6fdc9776570fdbd0157133f0f30670eaef385caf90ba334d31366/Cython-0.28.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=15cbde95cdf6a346c63c0b38b895aa3186d0a49adcaf42b9e19c4cb0473cb921 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/18/41/5df7fd1c8ffe0d7ceacb0d9fbc07482b3f1bb6b98637a743c853fb19ed76/Cython-0.28.1-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=4e07e619af85e7c1ec2344ecab558929bb4acbca25f8f170d07dc677e8ee413f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d8/77/723ae532858def02c13a30193776d48ccfc06906fea29cc301cc280f4601/Cython-0.28.1-cp33-cp33m-manylinux1_i686.whl#sha256=32638aefc164404ac70e5f86558cd3aece34df17db16da905abf5e664073bae4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a9/3f/040de570869f056268e940798308a580b06a66a6ce51644a98a41aec49b1/Cython-0.28.1-cp33-cp33m-manylinux1_x86_64.whl#sha256=996ae959ab2600b8ad4c80981afc32e89b42d0abe3234c48e960e40180459cb2 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/65/78/da1a997402336c3fdccbe9301618003feff7f4f3110c95a0fe7a68a2eee7/Cython-0.28.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=0a44c3645a84724d4f7f7c1126f3807cad14271f210bb1a9a15bfd330c8d20b9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/56/f3/ada3d805ecf5985c2fc200077991be6b29e8b9727b18f6bfce6303f9ee67/Cython-0.28.1-cp34-cp34m-manylinux1_i686.whl#sha256=2b73b062658511167dde37a51acb80ae6ddea1ffa284ebdbc47a900f21e63c70 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/32/90/48509b817d9f95ba14d6b97cd2cd75b15eb2c24f697f9bab2a34d1cde061/Cython-0.28.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=3fc9b945541cadb5a10316e48b5e73f4b6f635b7d30156f502b66f3766545b23 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/69/9d/d9f79ed22adc5e00d7b0ad00b95f5869d55a603087950619a3aa4dfd4183/Cython-0.28.1-cp34-cp34m-win32.whl#sha256=427299c47cfe04d97f9f09ea55570c05898a87b64caf6ddebb529b6f64e5d228 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/15/94/721b9c4b0b0e63dd1366c642f71d80aa95aeb76afa6e740536c703255527/Cython-0.28.1-cp34-cp34m-win_amd64.whl#sha256=5010e048fb9791522fe626bd40137b8a847ba77a6e656bb64d6d7acdc45ece32 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ac/2b/5f42b08e5b06b21673ed2f226908bcebf35077079af3ebce0d08bfe907a5/Cython-0.28.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=80856aa45004514a3ff5e102bd18fbd5230d234311de1f83d4e5b97ef42f6c93 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c9/d5/b3f292f39f4cbd63776c5e69c83c211dfc2a29dbd8c9dc623212871b18a4/Cython-0.28.1-cp35-cp35m-manylinux1_i686.whl#sha256=1da199a5be7c486ee89b4a8bda7f00f9fd98b800d9af3a1fe3fc63e68dadea85 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/c1/40/4be8161a4b8772070c2b72259911d59e09d2044bab460816a9b4ac14be89/Cython-0.28.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=2b9aa64473fefbe988e36a30915732a0e2a75ffe0f3e81a70e3f8d367c2e4119 (from https://pypi.org/simple/cython/), version: 0.28.1 Skipping link https://files.pythonhosted.org/packages/9b/be/b78a2f1a4a381ab8773b4f8e4dd9b41af0209c845c9cb41a85b7b33c0bd2/Cython-0.28.1-cp35-cp35m-win32.whl#sha256=e47bbe74d6c87fab2e22f1580aa3e4a8e7482b4265b1fc76685fc49f90e18f99 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/44/48/6c7a96f0376d780dc70361f7b9d41485037d359e2bd514e02ff4eb7fafb1/Cython-0.28.1-cp35-cp35m-win_amd64.whl#sha256=e312dd688b97e9f97199a8e4ba18b65db2747157630761d27193a18761b23fed (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/dd/1f/fbc379eeb53eedbff12d0623a154902c06ac6a386830cdc30d4ccb874453/Cython-0.28.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=38b499fa317cf6939e46317457240553b13e974f08ed387523f10af26e269f6c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/37/59/bceb032cd9257db3936f3df243e8a9f28aecb05db382dfdd594291d01271/Cython-0.28.1-cp36-cp36m-manylinux1_i686.whl#sha256=70bc2806fc9e5affcf74c0d4fa12cba57ffb94cdfc28b975692c8df56ea86402 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/40/be/4a1a4eaa46cab956cadb2c13d4a52a7795bb4dd62cc17b153c65a30dea0b/Cython-0.28.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=3c60caa0075aa1f1c5e10b5352d2e8bb9a18361ce9fca50fa7d4baea67804ade (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fb/50/c944341b23bf38b221239c4299ecebeca5c3299c6541f75af54830fb017e/Cython-0.28.1-cp36-cp36m-win32.whl#sha256=c39b3a042bf5ded7c8336c82b1fa817e1f46a7ef16d41d66b3d3340e7a3b60ed (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/94/80/0689f28e0232ff611b275358dcd2cebfe9cf758ea6a8fe07b7f10ad99d98/Cython-0.28.1-cp36-cp36m-win_amd64.whl#sha256=175273eb6a90af364b9b2aea74e3c3eebcde9caec02d617cd8886c0933ec3304 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/be/08/bb5ffd1c32a951cbc26011ecb8557e59dc7a0a4975f0ad98b2cd7446f7dd/Cython-0.28.1.tar.gz#sha256=152ee5f345012ca3bb7cc71da2d3736ee20f52cd8476e4d49e5e25c5a4102b12 (from https://pypi.org/simple/cython/), version: 0.28.1 Skipping link https://files.pythonhosted.org/packages/f4/b8/1b3fd5ff55841b39497db2708349f69d8c70715187502264d83666a73e95/Cython-0.28.2-cp26-cp26m-manylinux1_i686.whl#sha256=e05d28b5ce1ee5939d83e50344980659688ecaed65c5e10214d817ecf5d1fe6a (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/45/02/67c9891a4fe9a9af1ed903fc1cbc8b5b1f75defa5ab905a01eae37c4e4f9/Cython-0.28.2-cp26-cp26m-manylinux1_x86_64.whl#sha256=4cfda677227af41e4502e088ee9875e71922238a207d0c40785a0fb09c703c21 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a4/ef/b870718ff9e96ca188a12b92da78b3759363884ae82502b309e4f3a3e6e8/Cython-0.28.2-cp26-cp26mu-manylinux1_i686.whl#sha256=0d2ccb812d73e67557fd16e7aa7bc5bac18933c1dfe306133cd0680ccab89f33 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c6/91/f9b6d803e4cb92c1048adca62ed19725bd2a28c32b4ca4db18a3f8c9ae5a/Cython-0.28.2-cp26-cp26mu-manylinux1_x86_64.whl#sha256=7656895cdd59d56dd4ed326d1ee9ede727020d4a5d8778a05af2d8e25af4b13d (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/05/78/5e9d91476b222c12aa841597f7819af4a79a1f6266e68ab90aaa2e722c83/Cython-0.28.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=6ba89d56c3ee45716378cda4f0490c3abe1edf79dce8b997f31608b14748a52b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/33/5b/5aeda122b51edbd674f3b6ed8bc07c5fa4c557124bc9d5834a08ce01e6a7/Cython-0.28.2-cp27-cp27m-manylinux1_i686.whl#sha256=4ec60a4086a175a81b9258f810440a6dd2671aa4b419d8248546d85a7de6a93f (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/69/9d/759634030a73840036dc8958619d3b6df0d2d9e489cabd5866ee05f84337/Cython-0.28.2-cp27-cp27m-manylinux1_x86_64.whl#sha256=9a465e7296a4629139be5d2015577f2ae5e08196eb7dc4c407beea130f362dc3 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f0/51/2384a7c610939608aae3225c5feceabbbd1b128a04fe58b22ad7b76a2960/Cython-0.28.2-cp27-cp27m-win32.whl#sha256=c623d19fcc60ea27882f20cf484218926ddf6f978b958dae1070600a1974f809 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3e/44/81595da84848788b1f1ad177bdd936881a1e6ea25eb88b927729d60fcace/Cython-0.28.2-cp27-cp27m-win_amd64.whl#sha256=9eab3696f2cb88167db109d737c787fb9dd34ca414bd1e0c424e307956e02c94 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/18/e2/4c7fe92aa52a77d512b5ab3651d6a1e5d9b1e9283f7a05189a8f23f9db2c/Cython-0.28.2-cp27-cp27mu-manylinux1_i686.whl#sha256=96dd674e72281d3feed74fd5adcf0514ba02884f123cdf4fb78567e7be6b1694 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fe/d6/a097bd9913cc0fc974b968f5586d3f0609f46ca58b2aae3b8dfd51c1fe18/Cython-0.28.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=03db8c1b8120039f72493b95494a595be13b01b6860cfc93e2a651a001847b3b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d2/d0/e18d33a737e371aaf94ed76fe3634c7d1aa503a693247e1d3ef618a9afcc/Cython-0.28.2-cp33-cp33m-macosx_10_6_x86_64.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=67e0359709c8addc3ecb19e1dec6d84d67647e3906da618b953001f6d4480275 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/df/7e/3e5f895d04c6bbeca5dd1b242a760183e6d74c8eae9628e331887c82b0ab/Cython-0.28.2-cp33-cp33m-manylinux1_i686.whl#sha256=9a60355edca1cc9006be086e2633e190542aad2bf9e46948792a48b3ae28ed97 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/61/80/8b483e665a2e784d81f89ba35a2b6ae90c840cb5ba9132cf049c58076320/Cython-0.28.2-cp33-cp33m-manylinux1_x86_64.whl#sha256=6ca5436d470584ba6fd399a802c9d0bcf76cf1edb0123725a4de2f0048f9fa07 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/86/c8/63bfee0424a087732a3e860fe6f07596a15cab32d0b8227f70ba49b60cec/Cython-0.28.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=c3ae7d40ebceb0d944dfeeceaf1fbf17e528f5327d97b008a8623ddddd1ecee3 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/43/08/bb58765feabc5f6334ed998578b08d051f3bd90094444a3e2ef01037d08a/Cython-0.28.2-cp34-cp34m-manylinux1_i686.whl#sha256=cf17af0433218a1e33dc6f3069dd9e7cd0c80fe505972c3acd548e25f67973fd (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/70/25/1e1521e6ce2cf78ff4a8b06fbc2cd513ce004ec337000eddfe016fdf3fc6/Cython-0.28.2-cp34-cp34m-manylinux1_x86_64.whl#sha256=85f7432776870d65639fed00f951a3c05ef1e534bc72a73cd1200d79b9a7d7d0 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0a/61/18f71007318aaaf60c24b4456bd7dfc468cc877101516955393f0f2dbe97/Cython-0.28.2-cp34-cp34m-win32.whl#sha256=51c7d48ea4cba532d11a6d128ebbc15373013f816e5d1c3a3946650b582a30b8 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/95/d5/67f84b14edacac08ce32f6ca0e7b95b9ed146565bf3eef9db1d13ac1dda8/Cython-0.28.2-cp34-cp34m-win_amd64.whl#sha256=97bf06a89bcf9e8d7633cde89274d42b3b661dc974b58fca066fad762e46b4d8 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/23/fb/530103cfb2d09dee765e3b9ddf526d5451d143d7a48950ed5de24a18b78f/Cython-0.28.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=6a93d4ba0461edc7a359241f4ebbaa8f9bc9490b3540a8dd0460bef8c2c706db (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f3/29/6f546896bc6de64d171625ae2713c277c3629a607713cc1ca3e15e83f4dd/Cython-0.28.2-cp35-cp35m-manylinux1_i686.whl#sha256=24f8ea864de733f5a447896cbeec2cac212247e33272539670b9f466f43f23db (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/27/45/10692bafc368df4b7bda95748e14eb0113a418ef60c12b8260c750b8c94d/Cython-0.28.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=f5f6694ce668eb7a9b59550bfe4265258809c9b0665c206b26d697df2eef2a8b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.28.2 Skipping link https://files.pythonhosted.org/packages/66/8e/40be9de1b8e255542dca944339d091fcf75da8163bd924a90fec5a17cb96/Cython-0.28.2-cp35-cp35m-win32.whl#sha256=db40de7d03842d3c4625028a74189ade52b27f8efaeb0d2ca06474f57e0813b2 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/14/63/594da894d3825390e15c8fad53e1c7a68b8a6e8cbddcea028252f3a039f8/Cython-0.28.2-cp35-cp35m-win_amd64.whl#sha256=c719a6e86d7c737afcc9729994f76b284d1c512099ee803eff11c2a9e6e33a42 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1c/97/f96d3ad8f5365328c0d02090e95e2fcd499825d53947e88ce8e02104507d/Cython-0.28.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=4984e097bc9da37862d97c1f66dacf2c80fadaea488d96ba0b5ea9d84dbc7521 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/44/a5/966493ad915e304bd6ab95b097953e2b15a7a11a0adc21cb5831c9d97b1f/Cython-0.28.2-cp36-cp36m-manylinux1_i686.whl#sha256=37e680901e6a4b97ab67717f9b43fc58542cd10a77431efd2d8801d21d5a37d4 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/19/eb/c4d9f3beafd5ac0615936860bcee41d93ca58f8734a16715da0037d2c468/Cython-0.28.2-cp36-cp36m-manylinux1_x86_64.whl#sha256=daf96e0d232605e979995795f62ffd24c5c6ecea4526e4cbb86d80f01da954b2 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/18/b6/73e9ee519d9dbddb4badcdbbb9725925b99741a258195026dd64d132ea46/Cython-0.28.2-cp36-cp36m-win32.whl#sha256=30a8fd029eb932a7b5a74e158316d1d069ccb67a8607aa7b6c4ed19fab7fbd4a (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/86/2e/fee3cd9e5146a6912ed73e43ed43517d0c0961386cbcce1e8147d11f73e5/Cython-0.28.2-cp36-cp36m-win_amd64.whl#sha256=deea1ef59445568dd7738fa3913aea7747e4927ff4ae3c10737844b8a5dd3e22 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/79/9d/dea8c5181cdb77d32e20a44dd5346b0e4bac23c4858f2f66ad64bbcf4de8/Cython-0.28.2.tar.gz#sha256=634e2f10fc8d026c633cffacb45cd8f4582149fa68e1428124e762dbc566e68a (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.28.2 Skipping link https://files.pythonhosted.org/packages/98/65/a1473fd4a9f3bb5bc8f4742ec1a14932028aeafe91ec8e3ab4bca7194b4c/Cython-0.28.3-cp26-cp26m-manylinux1_i686.whl#sha256=cc4152b19ec168391f7815d24b70c8911829ba281bd5fcd98cab9dc21abe62ff (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/56/27/417fba805c05e077c07cb8c3fcb7450b01d2424ddef05fbeb5a3cc30d80a/Cython-0.28.3-cp26-cp26m-manylinux1_x86_64.whl#sha256=62b594584889b33bbea7e71f9d7c5c6539091b341334ef7ca1ae7e30a9dd3e15 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/21/4a/df3cdc76f589d11eca13441a9952afabe37356b821b8c970448642708631/Cython-0.28.3-cp26-cp26mu-manylinux1_i686.whl#sha256=15614592616b6dd5e919e158796350ebeba6cb6b5d2998cfff41b53f568c8355 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/76/8a/26772e94231a67ea76c6cc05f780f90a2a0195b904f1361d3c9971ffdbdc/Cython-0.28.3-cp26-cp26mu-manylinux1_x86_64.whl#sha256=295facc211a6b55db9979455b856180f2839be22ab767ffdea55986bee83ca9f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c3/8c/7f02cdae3473a2bba01a8385031a07694d54b1f837e5a060960900be0137/Cython-0.28.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=85b04e32af58a3c008c0ba8169017770aaa342a5972b748f81d043d66363e437 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/22/b5/16539fee139b7fdcdf7f149082325fabcd47a4685016e3f779457343220b/Cython-0.28.3-cp27-cp27m-manylinux1_i686.whl#sha256=f99a777fda569a88deea863eac2722b5e88957c4d5f4413949740da791857ac9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/aa/1c/ebe1787696f60251c0cff93fde1e7bc97ef015bfb8134ad8263d94a2e992/Cython-0.28.3-cp27-cp27m-manylinux1_x86_64.whl#sha256=8011090beb09251cb4ece1e14263e574b38eda696b788552b369ad343373d0e9 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/bb/d9/5045aa3e4c258b7c7cd740b502830a31696e7b506a8d620eddb5dc9e029f/Cython-0.28.3-cp27-cp27m-win32.whl#sha256=56821e3791209e6a11992e294afbf7e3dcda7d4fd54d06396dd521928d3d14fe (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/db/02/473a6bf31e6560d8313818d61007baa721b0827970b87385ef271b403a57/Cython-0.28.3-cp27-cp27m-win_amd64.whl#sha256=d7152006ed1a3adb8f978077b57d237ddafa188240af53cd72b5c79e4ed000e3 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a4/41/81d6e598ed4f697d129b26619b3eec25686b85663591eb45e67de2d0e9c3/Cython-0.28.3-cp27-cp27mu-manylinux1_i686.whl#sha256=edd7d499685655031be5b4d33005096b6345f81eeb7ab9d2dd415db0c7bcf64e (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f6/23/ef5521e077e9e7ef8e4603e27713ae95fee69e9c19c7cd036b4299c7ced5/Cython-0.28.3-cp27-cp27mu-manylinux1_x86_64.whl#sha256=a1af59e6c9b4acc07c429d8495fc016a35e0a1270f28c57317352f512df7e214 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/53/4e/f42db38f5eeffa02445722da77ac714e2670ae6f727eced17b0366dbbd6a/Cython-0.28.3-cp33-cp33m-manylinux1_i686.whl#sha256=70f81a75fb25c1c3c61843e3a6fe771a76c4ebf4d154455a7eff0740ad47dff4 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/13/9e/c4773423ea779994c2da49a6ecf0e83af0410b8787e9496e2d9f1341b01b/Cython-0.28.3-cp33-cp33m-manylinux1_x86_64.whl#sha256=e5f877472993474296125c22b84c334b550010815e513cccce73da854a132d64 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/be/ec/7e533b3a9b6301a43220811bf5a486d71e9eb51dbfa13611d434e0a0126d/Cython-0.28.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=0f2b2e09f94c498f555935e732b7321b5f62f00e7a789238f6c5ddd66987a54d (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f8/83/d1267c742407e18d0bdb6dc9a9bc513b5fb167d823cb354edb07918ac904/Cython-0.28.3-cp34-cp34m-manylinux1_i686.whl#sha256=0344e9352b0915910e212c38403b63f902ce1cba75dde7a43a9112ff960eb2a5 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/93/70/9c0cb59667fa20ab95e8c9b9a45aa123396e882bac2dca6826181aef91c6/Cython-0.28.3-cp34-cp34m-manylinux1_x86_64.whl#sha256=36c16bf39280fe857213d8da31c07a6179d3878c3dc2e435dce0974b9f8f0729 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7f/93/f6e636c02f84b55a8cc1df078d0cea193e9426c56b2a038a73b05ada368b/Cython-0.28.3-cp34-cp34m-win32.whl#sha256=b894ff4daf8dfaf657bf2d5e7190a4de11b2400b1e0fb0902974d35c23a26dea (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1d/e6/ba3c49c142060dc08579af08391e40b10b61cfa219ca75a0bcc12b654d3d/Cython-0.28.3-cp34-cp34m-win_amd64.whl#sha256=80d6a0369333a162fc32a22637f5870f3e87fb038c7b58860bbe00b05b58aa62 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/17/8e/1c41d48ec9426b4e91a335ab8ab34a35ddb24bb6dbdaa20ec446ced1f0bb/Cython-0.28.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=c981a750858f1727995acf861ab030b267d264ca6efda2f01104941187a3675f (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/69/93/fef119086bcdd2a2d4d64593ba36f628b60b0c026d831f6408a03ee90e62/Cython-0.28.3-cp35-cp35m-manylinux1_i686.whl#sha256=d0f5b1668e7f7f6fc9849f49a20c5db10562a0ab29cd66818894dfebbca7b304 (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/e9/87/d1880619f40f7ae1ec33ab6e798c74726b67dea287698efa6a1154d41701/Cython-0.28.3-cp35-cp35m-manylinux1_x86_64.whl#sha256=0a390c39e912fc5f82d5feae2d16ea061971407099e1efb0fecb255cb96fbeff (from https://pypi.org/simple/cython/), version: 0.28.3 Skipping link https://files.pythonhosted.org/packages/0a/8c/31d9cf95cda77f9b6f62602e8b96ab1e20797125e83821717fa8f22f196d/Cython-0.28.3-cp35-cp35m-win32.whl#sha256=e7c2c87ff2f99ed4be1bb046d6eddfb388af627928037f9e0a420c05daaf14ed (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/90/3e/8fb8aacc6eef05b2c80ff46f02c850d41ea01dc43eb539c45aa2b783b2d2/Cython-0.28.3-cp35-cp35m-win_amd64.whl#sha256=3fef8dfa9cf86ab7814ca31369374ddd5b9524f54406aa83b53b5937965b8e88 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/90/f3/45726cd4e63233043ff4ad3ff25df7a74f52fe90477af240054113af2ccb/Cython-0.28.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=c2659981150b4de04397dcfd4bff64e384d3ba25af60d1b22820fdf108298cb2 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d2/fb/c5ddfcbcb9e5c40f7ca48d87622442fee812bf9ba1d4b5eadc6d2d841b49/Cython-0.28.3-cp36-cp36m-manylinux1_i686.whl#sha256=455ab39c6c0849a6c008fcdf2fae42475f18d0801a3be229e8f75367bbe3b325 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6f/79/d8e2cd00bea8156a995fb284ce7b6677c49eccd2d318f73e201a9ce560dc/Cython-0.28.3-cp36-cp36m-manylinux1_x86_64.whl#sha256=9ed273d82116fa148c92901b9639030e087979d455982bd7bf727fb486c0bd17 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d2/f2/b33ba05ee2a85f6f9a31efc2415a8e4e24b803c683601cd8123eeeb773f8/Cython-0.28.3-cp36-cp36m-win32.whl#sha256=200583297f23e558744bc4688d8a2b2605ab6ad7d1494a9fd8c8094ad65ebf3c (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e6/38/6065465361fec313f2a694532e8b66a2fcae39e646bd045f2f6f7376bf1a/Cython-0.28.3-cp36-cp36m-win_amd64.whl#sha256=439d233d3214e3d69c033a9a93516758f2c8a03e83ea51ae14b6eed13687d224 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/41/8a/04337f7553ce4232c31bd6d4c35199595a64825442a7b1f5f3b255a59b37/Cython-0.28.3-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=bd6ce209cc00cac2a7e216d4145a6b323b30d1c7414e369fbd427bf07d966f2a (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/bc/9b/cd5badc27c32eb6deff9dd8cf8238a06888351d590943d7d3614bcbef5f4/Cython-0.28.3-cp37-cp37m-manylinux1_i686.whl#sha256=c347d0a129c9742fefeaecf2455576c5ae73362aa01a27cea26fac237b7e2a87 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9a/d2/96fba0d2a79164cc4750a32f514cc5ff0c97fa647e8136c0237dbb628a0a/Cython-0.28.3-cp37-cp37m-manylinux1_x86_64.whl#sha256=9c4db4cfc8ac219b50484a505e3327142db04d5e9954aaed00ab729ef4beb142 (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/80/df/d0f69a103c4fd59e18d300ee537b3d4455da5549cc3bf7370ee218965620/Cython-0.28.3-cp37-none-win32.whl#sha256=951cbd5e479aaff70ea7aa09eb8c50e2c98c9bc08abc5a72e504c90ebd4564bb (from https://pypi.org/simple/cython/); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8e/f4/bc2fda2629e1d83de797d2a1f95bb2a009deea41661837ffe8eff1bd03c1/Cython-0.28.3-cp37-none-win_amd64.whl#sha256=6468345ee884a244d3b5250dad8696015ed8c6d24379b64767340379c1ff158a (from https://pypi.org/simple/cython/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/b3/ae/971d3b936a7ad10e65cb7672356cff156000c5132cf406cb0f4d7a980fd3/Cython-0.28.3.tar.gz#sha256=1aae6d6e9858888144cea147eb5e677830f45faaff3d305d77378c3cba55f526 (from https://pypi.org/simple/cython/), version: 0.28.3 Skipping link https://files.pythonhosted.org/packages/e5/96/9bf9f45d3613768ae4b90c4bc523bd373beff178865a963ec90f62131ecf/Cython-0.28.4-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=202587c754901d0678bd6ff89c707f099987928239049a528470c06c6c922cf8 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6d/d1/b5eb5b020e68b673d9384629ef30bff6c215db3331abb1a3ed2506ee3a62/Cython-0.28.4-cp27-cp27m-manylinux1_i686.whl#sha256=a0c263b31d335f29c11f4a9e98fbcd908d0731d4ea99bfd27c1c47caaeb4ca2e (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/5d/ef/7781c5c7f26e3c7bcf48460485cc0d5d2db274186f391fb50c336e2578b2/Cython-0.28.4-cp27-cp27m-manylinux1_x86_64.whl#sha256=4c67c9c803e50ceff32cc5e4769c50fc8ae8df9c4e5cc592ce8310b5a1076d23 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/07/19/01f0efbff9633ab2a7c157ea6f4432a314ed2e6cf5b196651cc151aa9c28/Cython-0.28.4-cp27-cp27m-win32.whl#sha256=484572a2b22823a967be106137a93f7d634db116b3f7accb37dbd760eda2fa9f (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/61/12/2b6296ee290e5280c17a08ee56efe4cb23a1127225e8ffa1634e76097b17/Cython-0.28.4-cp27-cp27m-win_amd64.whl#sha256=722c179d3df8677f3daf45b1a2764678ed4f0aaddbaa7211a8a08ebfd907c0db (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/bf/20/90184b9c2f15662b21ba038f785a296268e94ba10bec6f23800b031b7e66/Cython-0.28.4-cp27-cp27mu-manylinux1_i686.whl#sha256=ee54646afb2b73b293c94cf079682d18d404ebd6c01122dc3980f111aec2d8ae (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ae/02/4f218b527aee1a1ea5592ec2f75052f6dbc616f6107a1c7658f92ae19962/Cython-0.28.4-cp27-cp27mu-manylinux1_x86_64.whl#sha256=0e6190d6971c46729f712dd7307a9c0a8c027bfa5b4d8f2edef106b01759926c (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6f/c1/5763aa5296d37d86f47d63866d55878b4968d44e0ef0157405091a1c6e10/Cython-0.28.4-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=58113e0683c3688594c112103d7e9f2d0092fd2d8297a220240bea22e184dfdd (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/33/55/475945023855e3b15ad9a0c89433bed738b55d98b25cd80761679d75f5b3/Cython-0.28.4-cp34-cp34m-manylinux1_i686.whl#sha256=01487236575df8f17b46982071438dce4f7eaf8acc8fb99fca3510d343cd7a28 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b6/dc/f67cd160d763f052113a098938af9adc528f8dc0203d2fc89e2e4e897d3a/Cython-0.28.4-cp34-cp34m-manylinux1_x86_64.whl#sha256=f16a87197939977824609005b73f9ebb291b9653a14e5f27afc1c5d6f981ba39 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7f/49/b7e78ac27a74f9f4177e27ca9e4067cdf666d6533d33cb4858106dad6c17/Cython-0.28.4-cp34-cp34m-win32.whl#sha256=6b54c3470810cea49a8be90814d05c5325ceb9c5bf429fd86c36fc1b32dfc157 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4c/0f/a2276c2795805b472a1ea29a578e58e6668068867949f1d7af32370ae60e/Cython-0.28.4-cp34-cp34m-win_amd64.whl#sha256=3a296b8d6b02f0e01ab04bedea658f43eef5ad2f8e586a820226ead1a677d9b1 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fb/00/dcf5fb10fa9f6367edb3f2c2dbf5c2688afc6f18508157cb2eac10f37265/Cython-0.28.4-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=71ac1629e4eae2ed329be8caf45efea10bfe1af3d8767e12e64b83e4ea5a3250 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a1/e2/bf61a4d7efb83c61240146230a667ead91b02ded4705a399f0c608e4ad96/Cython-0.28.4-cp35-cp35m-manylinux1_i686.whl#sha256=345197ba9278cf6a914cb7421dc665a0531a219b0072abf6b0cebfdf68e75725 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/93/a3/213a6106aed3d51f5fb6aa0868849b6a3afe240e019f6586c52cac3bbe7b/Cython-0.28.4-cp35-cp35m-manylinux1_x86_64.whl#sha256=99546c8696d27d0efa639c77b2f8af6e61dc3a5073caae4f27ffd991ca926f42 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.28.4 Skipping link https://files.pythonhosted.org/packages/07/89/a0480d061741f3ad5fee5121e99ab45848ff24246a2661c86be5d433d47d/Cython-0.28.4-cp35-cp35m-win32.whl#sha256=65cb25ca4284804293a2404d1be3b5a98818be21a72791649bacbcfa4e431d41 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d0/18/bfadb4f9643c6d028cb9629f9c4995f391d4176dc6a0a4278c4c0b10bd20/Cython-0.28.4-cp35-cp35m-win_amd64.whl#sha256=539038087c321911745fc2e77049209b1231300d481cb4d682b2f95c724814b3 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/bb/7c/236ca25870bf6f369ba6690b3585d8617592b3f9b049d2bdb3d96ec89bc2/Cython-0.28.4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=0671d17c7a27634d6819246e535241b951141ed0e3f6f2a6d618fd32344dae3e (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1d/82/dafe5376eee2176b78ec7d2ada465a9bdce9c6c54b23f426214bfc0d9a65/Cython-0.28.4-cp36-cp36m-manylinux1_i686.whl#sha256=7eff1157be9e26bf7494288c89979ca69d593a009e2c7420a739e2cf1e0635f5 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1c/10/ffebdb9faa901c83b69ab7040a1f5f3b2c71899be141752a6d466718c491/Cython-0.28.4-cp36-cp36m-manylinux1_x86_64.whl#sha256=699e765da2580e34b08473fc0acef3a2d7bcb7f13eb29401cd25236bcf000080 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/52/09/a1d9b38c908676322019238704e5af48688283496d080ffae29339e6aeed/Cython-0.28.4-cp36-cp36m-win32.whl#sha256=a29c66292605bff962adc26530c030607aa699206b12dfb84f131b0454e15df4 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f4/4c/42cbdcbfe6ee9e2e7c50430f5bf204df2f7d4fab8cd488b23ab01ee9c5e0/Cython-0.28.4-cp36-cp36m-win_amd64.whl#sha256=d9272dd71ab78e87fa34a0a59bbd6acc9a9c0005c834a6fc8457ff9619dc6795 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b8/38/b1677e93c8da333554b417ad63b4eec4272e50d6fe141253134e8ea92dbc/Cython-0.28.4-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=b57e733dd8871d2cc7358c2e0fe33027453afffbcd0ea6a537f54877cad5131c (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c6/53/ef2f4332bc30b45d02c16f593a10ac5d8ba94e6f3ee69e0381bf558100c1/Cython-0.28.4-cp37-cp37m-manylinux1_i686.whl#sha256=e9d5671bcbb90a41b0832fcb3872fcbaca3d68ff11ea09724dd6cbdf31d947fb (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ee/40/33b9c40490978acb710c836b1bc9997fceebcfd1e0b2dd0f25128cdb199c/Cython-0.28.4-cp37-cp37m-manylinux1_x86_64.whl#sha256=aed9f33b19d542eea56c38ef3862ca56147f7903648156cd57eabb0fe47c35d6 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b2/db/48ea1b4f8c22af2efa08cf8254aa9e660a92bb6529ea2b9c837566ef6ce4/Cython-0.28.4-cp37-none-win32.whl#sha256=a4d3724c5a1ddd86d7d830d8e02c40151839b833791dd4b6fe9e144380fa7d37 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/05/1d/023fe2fbbe35516e086a8eb2587a9c5181a3aaedc5486a3ec99ec10e9015/Cython-0.28.4-cp37-none-win_amd64.whl#sha256=d5bf4db62236e82955c40bafbaa18d54b20b5ceefa06fb57c7facc443929f4bd (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/d2/12/8ef44cede251b93322e8503fd6e1b25a0249fa498bebec191a5a06adbe51/Cython-0.28.4.tar.gz#sha256=76ac2b08d3d956d77b574bb43cbf1d37bd58b9d50c04ba281303e695854ebc46 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.28.4 Skipping link https://files.pythonhosted.org/packages/71/c5/b02fe88cfea10ebb0973033933a4bedbebd6047250ea89470264d4d6f362/Cython-0.28.5-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=13c73e2ffa93a615851e03fad97591954d143b5b62361b9adef81f46a31cd8ef (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/69/f9/8ea7a7b2a250516987fcf4eb20b4b2209342d720446d353757cb851dcd7b/Cython-0.28.5-cp27-cp27m-manylinux1_i686.whl#sha256=9ec27681c5b1b457aacb1cbda5db04aa28b76da2af6e1e1fd15f233eafe6a0b0 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f4/1d/824b13fac1d4aff86be9043b9353e70e722f2e82d4a98dd1be80f37b75d8/Cython-0.28.5-cp27-cp27m-manylinux1_x86_64.whl#sha256=13eab5a2835a84ff62db343035603044c908d2b3b6eec09d67fdf9970acf7ac9 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/45/6a/ee830c861104af76083778d8ad3e8593f5bfe293d82c1dd3c1e38ababa18/Cython-0.28.5-cp27-cp27m-win32.whl#sha256=e22f21cf92a9f8f007a280e3b3462c886d9068132a6c698dec10ad6125e3ca1e (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0d/b5/12b5d6df13bff5d3f7de8021852ae465f518f2f325b237b8372e6d163708/Cython-0.28.5-cp27-cp27m-win_amd64.whl#sha256=b2ba8310ebd3c0e0b884d5e95bbd99d467d6af922acd1e44fe4b819839b2150e (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/09/63/45ff29af26f9f590f02419d03d6b1675e1991b3b33a9fb394a2e870547d5/Cython-0.28.5-cp27-cp27mu-manylinux1_i686.whl#sha256=022592d419fc754509d0e0461eb2958dbaa45fb60d51c8a61778c58994edbe36 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9c/ae/be506d47f77fd31101a29eb740120f39050423f941cb0a461e4247330a47/Cython-0.28.5-cp27-cp27mu-manylinux1_x86_64.whl#sha256=ae4784f040a3313c8bd00c8d04934b7ade63dc59692d8f00a5235be8ed72a445 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a5/94/51025f165d222bbb395004b30e8d2f3820dc2baf4cdde3e2b128762e58d0/Cython-0.28.5-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=ef86de9299e4ab2ebb129fb84b886bf40b9aced9807c6d6d5f28b46fb905f82c (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a7/8a/1b4377493dcf036238d2b3515435a1beb281903de7cc3411d7c34c940fcb/Cython-0.28.5-cp34-cp34m-manylinux1_i686.whl#sha256=183b35a48f58862c4ec1e821f07bb7b1156c8c8559c85c32ae086f28947474eb (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a5/8f/de2b47d5dcec0a5906a352c8a115612ca19659bed9ffd369f949c963d19f/Cython-0.28.5-cp34-cp34m-manylinux1_x86_64.whl#sha256=693a8619ef066ece055ed065a15cf440f9d3ebd1bca60e87ea19144833756433 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/95/53/6d419994b5c1f7e29dd86ef0c668decfac8af652a60aa01870741ec4e0e3/Cython-0.28.5-cp34-cp34m-win32.whl#sha256=87e57b5d730cfab225d95e7b23abbc0c6f77598bd66639e93c73ce8afbae6f38 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8e/80/734610e6d9cd20a52d6dcac8b8f5f934404aaf51a6b213fab0766220314e/Cython-0.28.5-cp34-cp34m-win_amd64.whl#sha256=07659f4c57582104d9486c071de512fbd7e087a3a630535298442cc0e20a3f5a (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/28/e1/8494cfb5443bc63ceaa643ffd93d03ea1f9353df67207424ca9b804a1530/Cython-0.28.5-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=cdbb917e41220bd3812234dbe59d15391adbc2c5d91ae11a5273aab9e32ba7ec (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/24/22/64605c447e446386e26fa764aa7bfad79deb97e80d97770fa2ec3fed6831/Cython-0.28.5-cp35-cp35m-manylinux1_i686.whl#sha256=32de8637f5e6c5a76667bc7c8fc644bd9314dc19af36db8ce30a0b92ada0f642 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/99/f9/1c93f3ef9189e53c8647b55ea60ad5f6fd4cdcb0217fc97e87e299d8528d/Cython-0.28.5-cp35-cp35m-manylinux1_x86_64.whl#sha256=660eeb6870687fd3eda91e00ba4e72220545c254c8c4d967fd0c910f4fbb8cbc (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.28.5 Skipping link https://files.pythonhosted.org/packages/ce/6a/59e68457bf2ee5cab65876488f4d522cb40bc2686c19b2524feb9fd9849d/Cython-0.28.5-cp35-cp35m-win32.whl#sha256=9400e5db8383346b0694a3e794d8bded18a27b21123516dcdf4b79d7ec28e98b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9e/1d/ef4ebed736a12310e11c1d84c02e9a1d30791000327a1cf2eabb71ba9f78/Cython-0.28.5-cp35-cp35m-win_amd64.whl#sha256=ee7a9614d51fe16e32ca5befe72e0808baff481791728449d0b17c8b0fe29eb9 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fa/50/c95a83d423b75537581d61bbf6618dd8dc96c5ca812f36296a37276ab736/Cython-0.28.5-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=827d3a91b7a7c31ce69e5974496fd9a8ba28eb498b988affb66d0d30de11d934 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/92/e0/84550bb17e3185c46f3ef4cdfec09eadac7263ca9e71e188f4d198a9c1ae/Cython-0.28.5-cp36-cp36m-manylinux1_i686.whl#sha256=ea5c16c48e561f4a6f6b8c24807494b77a79e156b8133521c400f22ca712101b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/19/8e/32b280abb0947a96cdbb8329fb2014851a21fc1d099009f946ea8a8202c3/Cython-0.28.5-cp36-cp36m-manylinux1_x86_64.whl#sha256=4172c183ef4fb2ace6a29cdf7fc9200c5a471a7f775ff691975b774bd9ed3ad2 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ff/8b/c0740e7281f49096ab54b439e6e527643d9f7c0412c7d7527f2efb6e1796/Cython-0.28.5-cp36-cp36m-win32.whl#sha256=c78ad0df75a9fc03ab28ca1b950c893a208c451a18f76796c3e25817d6994001 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b3/b1/50ae389b0cf0f63e0e988df2162593e1dbfd1807c92a5d90c03c8c249c3f/Cython-0.28.5-cp36-cp36m-win_amd64.whl#sha256=d2223a80c623e2a8e97953ab945dfaa9385750a494438dcb55562eb1ddd9565a (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e3/bb/d43cf512f7ee32653d8e3ae8dbb71f111096a8a16c1176128915de1a3ff5/Cython-0.28.5-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=553956ec06ecbd731ef0c538eb28a5b46bedea7ab89b18237ff28b4b99d65eee (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ff/ad/07e6f8c121115725995af1c734e7d337cae2abb5314f3614e093ea98beb6/Cython-0.28.5-cp37-cp37m-manylinux1_i686.whl#sha256=2f526b0887128bf20ab2acc905a975f62b5a04ab2f63ecbe5a30fc28285d0e0c (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/45/13/f3b479013bd3ca96696702fa823ff3d8f81a445dde9a5b2dfee361404bfe/Cython-0.28.5-cp37-cp37m-manylinux1_x86_64.whl#sha256=f3e4860f5458a9875caa3de65e255720c0ed2ce71f0bcdab02497b32104f9db8 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/76/64/110bacbf53fe2cf545b0ede8b92d787a1244c655d483472b6ed1964716bc/Cython-0.28.5-cp37-cp37m-win32.whl#sha256=759c799e9ef418f163b5412e295e14c0a48fe3b4dcba9ab8aab69e9f511cfefd (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e4/eb/8e28b1d38e6efbc3f20913b21332673e63d60d2db641de2536e94cebfbb4/Cython-0.28.5-cp37-cp37m-win_amd64.whl#sha256=fc6c20a8ac22202a779ad4c59756647be0826993d2151a03c015e76d2368ae5f (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/21/89/ca320e5b45d381ae0df74c4b5694f1471c1b2453c5eb4bac3449f5970481/Cython-0.28.5.tar.gz#sha256=b64575241f64f6ec005a4d4137339fb0ba5e156e826db2fdb5f458060d9979e0 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.28.5 Skipping link https://files.pythonhosted.org/packages/d5/92/ba1714f8709b0354339cea67a86a7149cc371340fcdfa6268595189b4ce9/Cython-0.28.6-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=6e2e3d356f4fa19cacbe90d2e8b1584177132e0a66a4c2acaa091323282d9219 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c6/8b/268a771966f99f1ae156bf836c38fc11994f9f4111df7500e4f988222be8/Cython-0.28.6-cp27-cp27m-manylinux1_i686.whl#sha256=f50a20a8e8d3587bbf88f7e4e481f1a2ed0ee4b48e71f2e8bc0e317ab9a6bbf9 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ce/af/f5210282051d7342dd9f530f312a7e3472102222586d72c4ae2e5aa58ace/Cython-0.28.6-cp27-cp27m-manylinux1_x86_64.whl#sha256=a034c76e2a97ad2ac00274618929e27590287dc5621e619c546eb2266af5432e (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e9/be/b3158abde5e45a93c66b49dc075236ac1b0867d1f143a9c1e73142cfc926/Cython-0.28.6-cp27-cp27mu-manylinux1_i686.whl#sha256=8226f1eb9bd96bd4de2170591a2f9016d45e93c25403eddec9e3bbff020f13f1 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/20/09/13f04e31f2aecf8cfe7acccb11a14387a74201fbb05c71992ed805953c03/Cython-0.28.6-cp27-cp27mu-manylinux1_x86_64.whl#sha256=abc8ab512280beefee09b027aef568d0e169e35e7a631b24614e2df3b663e506 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f5/e8/087b6d99d985571ec38e37210ea209605c5031c93cb929dd9cbf872f8d74/Cython-0.28.6-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=7eadb52ebcb0c76c5da80b4a1decd8840b94b797328fc44c3a0932d8451582cd (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4a/25/b875167adbead285ed34ae395ac12570b78a5f5f5a296fe0883f2c0aee8e/Cython-0.28.6-cp34-cp34m-manylinux1_i686.whl#sha256=6bf997f82d95ddf453047bac31eb45a2b472047283aca3b616ff20034ae872c0 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/2a/10/88adec8abd6195976cbd655a4ff3adb923ae0d5fd98db5da93b1b680b4fe/Cython-0.28.6-cp34-cp34m-manylinux1_x86_64.whl#sha256=459889235236945cb6f05b94b7663026ee35f546aac0adb03615a6c8e0aff6e2 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/43/c0/d6e5603fa59a7c4914b2a90620e9feb8200983c25e00332d169eed3b283a/Cython-0.28.6-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=05bbcd36ff1698158295e4af59c0e49300119128c01e95111e44f23c4d786a19 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/03/be/c5be37c04cfcbf1fd965c6e4237d25bb50a84a5afacfd0a576913310eb2b/Cython-0.28.6-cp35-cp35m-manylinux1_i686.whl#sha256=d95af14f97ae3f705264f670169781c8bc503c4a9c78816b973a50073de1c271 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/62/06/c640b5cdc6aa571a839edfd7c6644a0903ffc284f0ef84d5b3751d0dbec3/Cython-0.28.6-cp35-cp35m-manylinux1_x86_64.whl#sha256=05c663128048340a7385a64f5d9665b71379ca93a5892a549f36e31e385c204d (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.28.6 Skipping link https://files.pythonhosted.org/packages/e1/a0/fb57a99ada9cea619dfa5d46ab8f70331c144d9147627e0fd764b8b0ffd9/Cython-0.28.6-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=daad4f55e3c5080e5dcc4ef5148293f3f7aa5f4b29135f4a04fa8314c5e95986 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6c/fe/6392c355566cfc07b9eed81a75f03e1289499049b249cdcdf304112108dc/Cython-0.28.6-cp36-cp36m-manylinux1_i686.whl#sha256=282dfbf3a3361f737b9cc1a845342a16f5cc08e36c1cc491b39e030194e6597e (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/da/7e/bfcb9575a04b147885b014689f8d57421ef759114db2183af035f2c872a2/Cython-0.28.6-cp36-cp36m-manylinux1_x86_64.whl#sha256=685d1ee8889fd4eee68c8a361ab7fa0e4e15d23ff78f4d80bc9ef5d09198c604 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/15/b0/60a218be2af3e2423a9a8fa7c46151501a294ced0e5ac8784fe552c37636/Cython-0.28.6-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=f2c53778c502b87bb921e7e4a9594f3d1d97a67d547ff294163173ee8ad3e5c7 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/87/99/274fd2a19b64c4f8adcce601eb2385d9ca65d02a3ce55e359d124a5e9dea/Cython-0.28.6-cp37-cp37m-manylinux1_i686.whl#sha256=6846264ab7c0f88dbf6ff09fd9aa7837d888f1a16634c5c8133e13b27d9deb53 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/fa/66/23f68610350c5624f899f044e61df9477ca18a172bd78bdca23c0961c2e5/Cython-0.28.6-cp37-cp37m-manylinux1_x86_64.whl#sha256=85b8fe9bf21f99e75ac29ab8251819e464e706937585e2c0828ab86026e53b4f (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/fa/b2/4f4441937b9902fe1dbbde17858de91e5809a938a0110f89df5296e0bc41/Cython-0.28.6.tar.gz#sha256=68aa3c00ef1deccf4dd50f0201d47c268462978c12c42943bc33dc9dc816ac1b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.28.6 Skipping link https://files.pythonhosted.org/packages/39/b7/ed8679ce3b7ef166a7afcde8a71f5d682b762102328fb8eb68ffbe4944e0/Cython-0.29-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=fceb8271bc2fd3477094ca157c824e8ea840a7b393e89e766eea9a3b9ce7e0c6 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/6a/a4/84c1dd3af262987b6547bc4914de0d3938c7fd15056808fc59bc042a3063/Cython-0.29-cp27-cp27m-manylinux1_i686.whl#sha256=a3e5e5ca325527d312cdb12a4dab8b0459c458cad1c738c6f019d0d8d147081c (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a3/ac/a387b278df9e738601fcc5a674de5af196f50c4b07e5ba97464acb869b5d/Cython-0.29-cp27-cp27m-manylinux1_x86_64.whl#sha256=df428969154a9a4cd9748c7e6efd18432111fbea3d700f7376046c38c5e27081 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/99/d8/9f11f119e501785969847a6575dd8fe4b38bf5b7cd5fd6272437c3a8ce58/Cython-0.29-cp27-cp27m-win32.whl#sha256=48b919da89614d201e72fbd8247b5ae8881e296cf968feb5595a015a14c67f1f (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f7/6c/767bd11289851e3c3b94ca99aec951b411fe72c9fe86ccf23db881c315e5/Cython-0.29-cp27-cp27m-win_amd64.whl#sha256=de46ffb67e723975f5acab101c5235747af1e84fbbc89bf3533e2ea93fb26947 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/38/31/6518bb63e810cfeafb37854f8b2a26cf20595830bd838b5bccb545e21134/Cython-0.29-cp27-cp27mu-manylinux1_i686.whl#sha256=acf10d1054de92af8d5bfc6620bb79b85f04c98214b4da7db77525bfa9fc2a89 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/85/29/ccdbce68ba5fb97fd11c08e3cc79576f13e6e300d32a7953cd4c878c0996/Cython-0.29-cp27-cp27mu-manylinux1_x86_64.whl#sha256=339f5b985de3662b1d6c69991ab46fdbdc736feb4ac903ef6b8c00e14d87f4d8 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b8/98/0cf59fdb25202e9839685bded1799a4601737fccf4d530a505f4eb0f1302/Cython-0.29-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=501b671b639b9ca17ad303f8807deb1d0ff754d1dab106f2607d14b53cb0ff0b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ba/5d/4e1dc7eb815ea153a97a036142ac86e2f524d542056e6be96a322301bb67/Cython-0.29-cp34-cp34m-manylinux1_i686.whl#sha256=42c53786806e24569571a7a24ebe78ec6b364fe53e79a3f27eddd573cacd398f (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/dc/f1/9bb8a0f5f7023243f3e67825d1f98024e35b53e1d85ab40c393c38b42a46/Cython-0.29-cp34-cp34m-manylinux1_x86_64.whl#sha256=49906e008eeb91912654a36c200566392bd448b87a529086694053a280f8af2d (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/57/0c/d7e5230e61665e1726218edfd96d0674e7c23bb1d069e0431d2f01527538/Cython-0.29-cp34-cp34m-win32.whl#sha256=019008a69e6b7c102f2ed3d733a288d1784363802b437dd2b91e6256b12746da (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/9e/eb/5bbcc9a408fb3cb75a0d50cfe509d8d30fc084c7d5e5fedc8b4ed396d024/Cython-0.29-cp34-cp34m-win_amd64.whl#sha256=f7a43097d143bd7846ffba6d2d8cd1cc97f233318dbd0f50a235ea01297a096b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/94/8b/b1eae591cc2e0420bc2422e7899b36a5c937e36b119ea0f3b9842d11ca7b/Cython-0.29-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=1441fe19c56c90b8c2159d7b861c31a134d543ef7886fd82a5d267f9f11f35ac (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/84/19/32c6d84c3ffc1d4ff45cb1a401aa52b357e400892b20833196a143bf63ac/Cython-0.29-cp35-cp35m-manylinux1_i686.whl#sha256=5574574142364804423ab4428bd331a05c65f7ecfd31ac97c936f0c720fe6a53 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/a3/ab/29206c2fd58d62f76f80cfe74f44d0ea8a2733d467693f6bdb0f4c7413ed/Cython-0.29-cp35-cp35m-manylinux1_x86_64.whl#sha256=1d1a5e9d6ed415e75a676b72200ad67082242ec4d2d76eb7446da255ae72d3f7 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.29 Skipping link https://files.pythonhosted.org/packages/f1/bb/e46e0e33b8f07a345cecae4e1050a52234d81ea698e21d73230373f6ac60/Cython-0.29-cp35-cp35m-win32.whl#sha256=7dcf2ad14e25b05eda8bdd104f8c03a642a384aeefd25a5b51deac0826e646fa (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3d/b3/73eef5ba7356dcd83383a339c92b0ae3cc92f38e213eb9e0f859f7283455/Cython-0.29-cp35-cp35m-win_amd64.whl#sha256=8ca3a99f5a7443a6a8f83a5d8fcc11854b44e6907e92ba8640d8a8f7b9085e21 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ba/37/6c3697a6b6e66f87cb37a9dceebd4dc781b2fa1852bc25e871559eddafda/Cython-0.29-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=6092239a772b3c6604be9e94b9ab4f0dacb7452e8ad299fd97eae0611355b679 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/23/7b/311758ab8f97dee136fa930e08971a3cd06d0d431004f5448016a4cbb81d/Cython-0.29-cp36-cp36m-manylinux1_i686.whl#sha256=3d0afba0aec878639608f013045697fb0969ff60b3aea2daec771ea8d01ad112 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/64/3f/cac281f3f019b825bbc03fa8cb7eb03d9c355f4aa9eef978279a4966cb21/Cython-0.29-cp36-cp36m-manylinux1_x86_64.whl#sha256=927da3b5710fb705aab173ad630b45a4a04c78e63dcd89411a065b2fe60e4770 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e7/97/28579644358bba9801d9ca2bdd515b80d2d1fcc8c3d62ce930e88e16548e/Cython-0.29-cp36-cp36m-win32.whl#sha256=f5ebf24b599caf466f9da8c4115398d663b2567b89e92f58a835e9da4f74669f (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/96/c4/788fda7577a63f36ae983df5027e92beb96e52b7fe40b0097c0e18a11b96/Cython-0.29-cp36-cp36m-win_amd64.whl#sha256=a7716a98f0b9b8f61ddb2bae7997daf546ac8fc594be6ba397f4bde7d76bfc62 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3a/ad/836782c4d860bf8099d94e76a551c2d69cf516c790c4b4c01e394fa6b379/Cython-0.29-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=49fc01a7c9c4e3c1784e9a15d162c2cac3990fcc28728227a6f8f0837aabda7c (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7d/da/a1c12a003e60325d04d6036fe78581e29d472690e839efc772de422612f4/Cython-0.29-cp37-cp37m-manylinux1_i686.whl#sha256=ff919ceb40259f5332db43803aa6c22ff487e86036ce3921ae04b9185efc99a4 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/4b/bb/c035c58a1e3761050e83d831db2ff4954fb7f292fb0891a89d062fedeaab/Cython-0.29-cp37-cp37m-manylinux1_x86_64.whl#sha256=f79e45d5c122c4fb1fd54029bf1d475cecc05f4ed5b68136b0d6ec268bae68b6 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/24/d6/757c6088a14f8626a7107b8e4a0079c177297ba6fedab3744893a3cd7a16/Cython-0.29-cp37-cp37m-win32.whl#sha256=71ff5c7632501c4f60edb8a24fd0a772e04c5bdca2856d978d04271b63666ef7 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7b/d1/1ae665dca22e975289d13806aa4e27e1fde06ce2a830dcd45f104314db0c/Cython-0.29-cp37-cp37m-win_amd64.whl#sha256=35bdf3f48535891fee2eaade70e91d5b2cc1ee9fc2a551847c7ec18bce55a92c (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/f0/66/6309291b19b498b672817bd237caec787d1b18013ee659f17b1ec5844887/Cython-0.29.tar.gz#sha256=94916d1ede67682638d3cc0feb10648ff14dc51fb7a7f147f4fedce78eaaea97 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.29 Skipping link https://files.pythonhosted.org/packages/f3/23/a0250d58779db1315e9732370f16ccc3698859698950db0c5b7b3b582aea/Cython-0.29.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=b72db7201a4aa0445f27af9954d48ed7d2c119ce3b8b253e4dcd514fc72e5dc6 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/69/5c/8dd01c97f9cc93a9e5ee7b6808e148254cbf2bce07deb548f44dcac409e5/Cython-0.29.1-cp27-cp27m-manylinux1_i686.whl#sha256=b50a8de6f2820286129fe7d71d76c9e0c0f53a8c83cf39bbe6375b827994e4f1 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ce/8e/27e2ef9e4219c2b2191518a0f9b18ba73daa825b7c2614fcf2f66529c246/Cython-0.29.1-cp27-cp27m-manylinux1_x86_64.whl#sha256=f5774bef92d33a62a584f6e7552a9a8653241ecc036e259bfb03d33091599537 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a3/30/051ff8bd04152e75710e6293b83d120adaa1957949e4e5154b9adbb27804/Cython-0.29.1-cp27-cp27m-win32.whl#sha256=3d38967ef9c1c0ffabe80827f56817609153e2da83e3dce84476d0928c72972c (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/95/83/5496f93f0d8edf73b8982e0e5f2b583c50094b9dd655ed485b27fd04e739/Cython-0.29.1-cp27-cp27m-win_amd64.whl#sha256=6990b9965f31762ac71340869c064f39fb6776beca396d0558d3b5b1ebb7f027 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/93/08/cb83f15d4f083fac689177ecfbcb5865e6581b30e59daba330bef4f89344/Cython-0.29.1-cp27-cp27mu-manylinux1_i686.whl#sha256=a3f5022d818b6c91a8bbc466211e6fd708f234909cbb10bc4dbccb2a04884ef6 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b3/b8/31ce8eb5fc8dd7a8900d0bc7ed4291fc823e7356c9db136c208d74b04353/Cython-0.29.1-cp27-cp27mu-manylinux1_x86_64.whl#sha256=e16d6f06f4d2161347e51c4bc1f7a8feedeee444d26efa92243f18441a6fa742 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/db/fc/b5bc7c88c1af004a03936be83c6e9a2a3b3b7085da4dacf8b7b1c975d618/Cython-0.29.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=222c65c7022ff52faf3ac6c706e4e8a726ddaa29dabf2173b2a0fdfc1a2f1586 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/b5/93/c04c3c6d21d1eadb15890f0f82c85147766e31a63154650ce08bd8e50610/Cython-0.29.1-cp34-cp34m-manylinux1_i686.whl#sha256=87c82803f9c51c275b16c729aade952ca93c74a8aec963b9b8871df9bbb3120a (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/1c/08/fa2a85aaed9e909fe88036a4985ae331fc784dfa88dcca7ec1e42a960b19/Cython-0.29.1-cp34-cp34m-manylinux1_x86_64.whl#sha256=a0b28235c28a088e052f90a0b5fefaa503e5378046a29d0af045e2ec9d5d6555 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e9/b3/7af1cd2c1611dc524e807b836f0ff4a3f119dd88524a8742e0881f0dd521/Cython-0.29.1-cp34-cp34m-win32.whl#sha256=31bad130b701587ab7e74c3c304bb3d63d9f0d365e3f81880203e8e476d914b1 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/87/1f/32d722aaa5331f23d358fa29dc1351769f7c3be9e22e171ba07e3050fac5/Cython-0.29.1-cp34-cp34m-win_amd64.whl#sha256=3895014b1a653726a9da5aca852d9e6d0e2c2667bf315d6a2cd632bf7463130b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8e/30/aa0a6e09ac9201816e25b0b31a7da28ccc85a17b8b75aa12c38cff079891/Cython-0.29.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=0fbe9514ffe35aad337db27b11f7ee1bf27d01059b2e27f112315b185d69de79 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ac/c9/19b2158333a58c96a39254dd98069671c0fa360468646b5279bd56a8e224/Cython-0.29.1-cp35-cp35m-manylinux1_i686.whl#sha256=0202f753b0a69dd87095b698df00010daf452ab61279747248a042a24892a2a9 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/88/63/e844d2e35ad3b97e14b7549030719baa4eb6c4c8c4ef0a844e4ba4cf10e2/Cython-0.29.1-cp35-cp35m-manylinux1_x86_64.whl#sha256=d3444e10ccb5b16e4c1bed3cb3c565ec676b20a21eb43430e70ec4168c631dcc (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.29.1 Skipping link https://files.pythonhosted.org/packages/d3/d5/d6278e96e6c849d6c67cce35c99730fb075373d3b3bdbd1369fb47de8356/Cython-0.29.1-cp35-cp35m-win32.whl#sha256=8fd32974024052b2260d08b94f970c4c1d92c327ed3570a2b4708070fa53a879 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/78/e6/dc0b47f211c20d9e53aa2ce80d957f89f4e640f2b53480fcea77bba1dfa6/Cython-0.29.1-cp35-cp35m-win_amd64.whl#sha256=5f66f7f76fc870500fe6db0c02d5fc4187062d29e582431f5a986881c5aef4e3 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/54/af/985e7b50e993ab446e0385fbfbc27ce697d9baa62a190e7f55f94ade4616/Cython-0.29.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=6572d74990b16480608441b941c1cefd60bf742416bc3668cf311980f740768d (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d0/e1/340fe1681e53a64409199f9d071ad67bf99732ea606f52b3e42652a79481/Cython-0.29.1-cp36-cp36m-manylinux1_i686.whl#sha256=18bb95daa41fd2ff0102844172bc068150bf031186249fc70c6f57fc75c9c0a9 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a2/e0/0592be5b851c8013aa253592606ca265862d27444d908e029fd75d563c9c/Cython-0.29.1-cp36-cp36m-manylinux1_x86_64.whl#sha256=9a81bba33c7fbdb76e6fe8d15b6e793a1916afd4d2463f07d762c69efaaea466 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d5/6e/98315adc530c2dd8587ea7da6d9ad1fa4e7097ee3aecb1d03553ef8aed3c/Cython-0.29.1-cp36-cp36m-win32.whl#sha256=aa8d7136cad8b2a7bf3596e1bc053476edeee567271f197449b2d30ea0c37175 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/d5/5e/a268f6cb3345f04e5d2791ac03f1adaac37e7343e5442bcebaa3056044de/Cython-0.29.1-cp36-cp36m-win_amd64.whl#sha256=5478efd92291084adc9b679666aeaeaafca69d6bf3e95fe3efce82814e3ab782 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/94/16/fda171c9d860d4c693f85740cd8fd2a319a7fbf4dfcccd6323c1a114705b/Cython-0.29.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=2387c5a2a436669de9157d117fd426dfc2b46ffdc49e43f0a2267380896c04ea (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/bb/9f/7c890407a53e33e506b77573cc2315b47fa50d3ceff5679ce2ddb6b16e47/Cython-0.29.1-cp37-cp37m-manylinux1_i686.whl#sha256=b528a9c152c569062375d5c2260b59f8243bb4136fc38420854ac1bd4aa0d02f (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/3d/8e/83059cce6911dcbe98f99b44acff495fdfd59d26e1a9c411f5708b846c21/Cython-0.29.1-cp37-cp37m-manylinux1_x86_64.whl#sha256=a7252ca498f510404185e3c1bdda3224e80b1be1a5fbc2b174aab83a477ea0cb (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/59/a1/e3627b0654569d7c02f8f305100669361a9007bf5d32c50f25baf2b52fa7/Cython-0.29.1-cp37-cp37m-win32.whl#sha256=5c2a6121e4e1e65690b60c270012218e38201bcf700314b1926d5dbeae78a499 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/de/c8/daeef2f83ae402fc3c3eef4295e07fc46b267e5f12c7a8ee05b685de5c59/Cython-0.29.1-cp37-cp37m-win_amd64.whl#sha256=9c31cb9bfaa1004a2a50115a37e1fcb79d664917968399dae3e04610356afe8c (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/f0/f8/7f406aac4c6919d5a4ce16509bbe059cd256e9ad94bae5ccac14094b7c51/Cython-0.29.1.tar.gz#sha256=18ab7646985a97e02cee72e1ddba2e732d4931d4e1732494ff30c5aa084bfb97 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.29.1 Skipping link https://files.pythonhosted.org/packages/53/ad/849fede9bde38a2cae028d7c0d66e8798c3e617395208e4faf383c7fee74/Cython-0.29.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=a6581d3dda15adea19ac70b89211aadbf21f45c7f3ee3bc8e1536e5437c9faf9 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0e/09/843f59d83e648afebb219ac4073c015083f15d4892de1b3f162c74209a6e/Cython-0.29.2-cp27-cp27m-manylinux1_i686.whl#sha256=cdfb68eb11c6c4e90e34cf54ffd678a7813782fae980d648db6185e6b0c8a0ba (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/86/5e/f49cc0e7948c97c193e5e238493f1b67c07487c8612892e94eb0ff9cdeb0/Cython-0.29.2-cp27-cp27m-manylinux1_x86_64.whl#sha256=ca7daccffb14896767b20d69bfc8de9e41e9589b9377110292c3af8460ef9c2b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/db/99/abe7138ecee0793485bcd233fcf630a74bb06c6ebea6c311023eb10dd458/Cython-0.29.2-cp27-cp27m-win32.whl#sha256=085d596c016130f5b1e2fe72446e3e63bfcf67535e7ff6772eaa05c5d2ad6fd5 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/f6/cb/248b0ff6e44e5afb878e696d41ab3324391de2269b7d981b7b4aafb2760e/Cython-0.29.2-cp27-cp27m-win_amd64.whl#sha256=e8420326e4b40bcbb06f070efb218ca2ca21827891b7c69d4cc4802b3ce1afc9 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7e/6f/a7df460dfbdf4832457676eac0a18d07b970115023b2d78049a46f34f65f/Cython-0.29.2-cp27-cp27mu-manylinux1_i686.whl#sha256=9e60b83afe8914ab6607f7150fd282d1cb0531a45cf98d2a40159f976ae4cd7a (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/eb/b0/0069db01146b4810cbe2d7045ebbc80baca5470ee4b51b1e991eb90d8f07/Cython-0.29.2-cp27-cp27mu-manylinux1_x86_64.whl#sha256=382c1e0f8f8be36e9057264677fd60b669a41c5810113694cbbb4060ee0cefc0 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/0a/27/66d6aeccbbc4c755facc8107a98384176eedb1d19be1a043e899f03c42ef/Cython-0.29.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=12c007d3704ca9840734748fd6c052960be67562ff15609c3b85d1ca638289d2 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/a1/a9/d8ba31053e6f7be6a9b908ec1786b6a21909ace55173167a1c0a93d73bc3/Cython-0.29.2-cp34-cp34m-manylinux1_i686.whl#sha256=3669dfe4117ee8825a48cf527cb4ac15a39a0142fcb72ecedfd75fe6545b2cda (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/64/84/7aa8a40dd12d95d009e9eab3fd741546b334347b86070cf77f1df3522365/Cython-0.29.2-cp34-cp34m-manylinux1_x86_64.whl#sha256=bc524cc603f0aa23af00111ddd1aa0aad12d629f5a9a5207f425a1af66393094 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/26/9d/3cb4717848ac8c6d2a09e47a05bfa846808a90c3f4494ae65a1262ea1f9b/Cython-0.29.2-cp34-cp34m-win32.whl#sha256=6f1a5344ff1f0f44023c41d4b0e52215b490658b42e017520cb89a56250ecbca (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7f/99/f96aed5065d6f572dc8941bddc9da89e7ad988d958a437ac07e793dbaea0/Cython-0.29.2-cp34-cp34m-win_amd64.whl#sha256=af515924b8aebb729f631590eb43300ce948fa67d3885fdae9238717c0a68821 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/7c/b0/1b3f1b853e07afbd37ee87892f53a7b02cfbe3d4e1fdca9d055cfbce25b2/Cython-0.29.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=e7f71b489959d478cff72d8dcab1531efd43299341e3f8b85ab980beec452ded (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/81/6e/47cb3aaf6471935fe54d514cf4135c45322071dd2e135ffd322f428c33e8/Cython-0.29.2-cp35-cp35m-manylinux1_i686.whl#sha256=998af90092cd1231990eb878e2c71ed92716d6a758aa03a2e6673e077a7dd072 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/ab/d9/f4d9b5d009230bb865e9490e7f524dd79357e2061d611f1e07ab5ec76704/Cython-0.29.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=7a29f9d780ac497dcd76ce814a9d170575bedddeb89ecc25fe738abef4c87172 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.29.2 Skipping link https://files.pythonhosted.org/packages/73/06/1ea840fe31c04cc0a189e4c48ad929461f369045cbf694cb0ee38c48735e/Cython-0.29.2-cp35-cp35m-win32.whl#sha256=3585fbe18d8666d91ecb3b3366ca6e9ea49001cd0a7c38a226cececb7852aa0d (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/e5/dc/958d0924fef765e2c9f2e799bde525550e56132557900f9e430af02e4930/Cython-0.29.2-cp35-cp35m-win_amd64.whl#sha256=eec1b890cf5c16cb656a7062769ac276c0fccf898ce215ff8ef75eac740063f7 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/38/59/20c75143a5cd173bd75a0b869c6eea6ab0712a06b8b64cbb6913220614ba/Cython-0.29.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=44bb606d8c60d8acaa7f72b3bbc2ebd9816785124c58d33c057ca326f1185dae (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/ca/53/c099b583e86d75bebe3b35e561a6ffe4b14c795ba7bdf4cd03f67f9692ae/Cython-0.29.2-cp36-cp36m-manylinux1_i686.whl#sha256=1014758344717844a05882c92ebd76d8fab15b0a8e9b42b378a99a6c5299ab3b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/39/b1/2acbf92bb3c817dc99a7588a6196629a0490b3f940b672136aa4d09f91ea/Cython-0.29.2-cp36-cp36m-manylinux1_x86_64.whl#sha256=1b6f201228368ec9b307261b46512f3605f84d4994bb6eb78cdab71455810424 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/c5/64/f5070f3d3a274ec3672b6eff184283df59c9ee7731445f1ee32aa7088467/Cython-0.29.2-cp36-cp36m-win32.whl#sha256=e17104c6871e7c0eee4de12717892a1083bd3b8b1da0ec103fa464b1c6c80964 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/75/29/d15e080367241e5623bc99b8d207b998a1c2c02de269123c899b0df90f00/Cython-0.29.2-cp36-cp36m-win_amd64.whl#sha256=b49ea3bb357bc34eaa7b461633ce7c2d79186fe681297115ff9e2b8f5ceba2fd (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8f/29/269d532be38d80e64dd7583cdcd48c86aeed389e3ebbed9f29b1468f6d01/Cython-0.29.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#sha256=d21fb6e7a3831f1f8346275839d46ed1eb2abd350fc81bad2fdf208cc9e4f998 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/71/1e/552830a9a146c0d78e2f8cbafd1160935abc2932c0c671be235b6b34d5f5/Cython-0.29.2-cp37-cp37m-manylinux1_i686.whl#sha256=1a20f575197e814453f2814829715fcb21436075e298d883a34c7ffe4d567a1d (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/25/63/14ded19bc584405b7633a3ba8e2019f2126f214eca2a88b79b2d71e6aae4/Cython-0.29.2-cp37-cp37m-manylinux1_x86_64.whl#sha256=004c181b75f926f48dc0570372ca2cfb06a1b3210cb647185977ce9fde98b66e (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/de/94/d86f9dde26afe40c43085e2da68c2f49869e35174deda8f8aadc34398bbe/Cython-0.29.2-cp37-cp37m-win32.whl#sha256=8022a5b83ef442584f2efd941fe8678de1c67e28bf81e6671b20627ec8a79387 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Skipping link https://files.pythonhosted.org/packages/8d/a7/744a10a1ec1cae02459e4ca837ba9e8d4f8d906d1b9e5e9c6bc767a54582/Cython-0.29.2-cp37-cp37m-win_amd64.whl#sha256=f04e21ba7c117b20f57b0af2d4c8ed760495e5bb3f21b0352dbcfe5d2221678b (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/c1/f2/d1207fd0dfe5cb4dbb06a035eb127653821510d896ce952b5c66ca3dafa4/Cython-0.29.2.tar.gz#sha256=2ac187ff998a95abb7fae452b5178f91e1a713698c9ced89836c94e6b1d3f41e (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.29.2 Using version 0.29.2 (newest of versions: 0.22, 0.22.1, 0.23, 0.23.1, 0.23.2, 0.23.3, 0.23.4, 0.23.5, 0.24, 0.24.1, 0.25, 0.25.1, 0.25.2, 0.26, 0.26.1, 0.27, 0.27.1, 0.27.2, 0.27.3, 0.28, 0.28.1, 0.28.2, 0.28.3, 0.28.4, 0.28.5, 0.28.6, 0.29, 0.29.1, 0.29.2) Created temporary directory: /tmp/pip-unpack-uthmswth Looking up "https://files.pythonhosted.org/packages/ab/d9/f4d9b5d009230bb865e9490e7f524dd79357e2061d611f1e07ab5ec76704/Cython-0.29.2-cp35-cp35m-manylinux1_x86_64.whl" in the cache Current age based on date: 191305 Ignoring unknown cache-control directive: immutable Freshness lifetime from max-age: 365000000 The response is "fresh", returning cached response 365000000 > 191305 Using cached https://files.pythonhosted.org/packages/ab/d9/f4d9b5d009230bb865e9490e7f524dd79357e2061d611f1e07ab5ec76704/Cython-0.29.2-cp35-cp35m-manylinux1_x86_64.whl Downloading from URL https://files.pythonhosted.org/packages/ab/d9/f4d9b5d009230bb865e9490e7f524dd79357e2061d611f1e07ab5ec76704/Cython-0.29.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=7a29f9d780ac497dcd76ce814a9d170575bedddeb89ecc25fe738abef4c87172 (from https://pypi.org/simple/cython/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*) Added Cython>=0.22 from https://files.pythonhosted.org/packages/ab/d9/f4d9b5d009230bb865e9490e7f524dd79357e2061d611f1e07ab5ec76704/Cython-0.29.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=7a29f9d780ac497dcd76ce814a9d170575bedddeb89ecc25fe738abef4c87172 to build tracker '/tmp/pip-req-tracker-fq773yxm' Removed Cython>=0.22 from https://files.pythonhosted.org/packages/ab/d9/f4d9b5d009230bb865e9490e7f524dd79357e2061d611f1e07ab5ec76704/Cython-0.29.2-cp35-cp35m-manylinux1_x86_64.whl#sha256=7a29f9d780ac497dcd76ce814a9d170575bedddeb89ecc25fe738abef4c87172 from build tracker '/tmp/pip-req-tracker-fq773yxm' Installing collected packages: Cython changing mode of /home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/bin/cygdb to 755 changing mode of /home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/bin/cythonize to 755 changing mode of /home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/bin/cython to 755 Successfully installed Cython-0.29.2 Cleaning up... Removed build tracker '/tmp/pip-req-tracker-fq773yxm' 1 location(s) to search for versions of pip: * https://pypi.org/simple/pip/ Getting page https://pypi.org/simple/pip/ Looking up "https://pypi.org/simple/pip/" in the cache Request header has "max_age" as 0, cache bypassed Starting new HTTPS connection (1): pypi.org:443 https://pypi.org:443 "GET /simple/pip/ HTTP/1.1" 304 0 Analyzing links from page https://pypi.org/simple/pip/ Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz#sha256=88bb8d029e1bf4acd0e04d300104b7440086f94cc1ce1c5c3c31e3293aee1f81 (from https://pypi.org/simple/pip/), version: 0.2 Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz#sha256=83522005c1266cc2de97e65072ff7554ac0f30ad369c3b02ff3a764b962048da (from https://pypi.org/simple/pip/), version: 0.2.1 Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz#sha256=183c72455cb7f8860ac1376f8c4f14d7f545aeab8ee7c22cd4caf79f35a2ed47 (from https://pypi.org/simple/pip/), version: 0.3 Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz#sha256=34ce534f17065c78f980702928e988a6b6b2d8a9851aae5f1571a1feb9bb58d8 (from https://pypi.org/simple/pip/), version: 0.3.1 Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz#sha256=28fc67558874f71fddda7168f73595f1650523dce3bc5bf189713ecdfc1e456e (from https://pypi.org/simple/pip/), version: 0.4 Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz#sha256=328d8412782f22568508a0d0c78a49c9920a82e44c8dfca49954fe525c152b2a (from https://pypi.org/simple/pip/), version: 0.5 Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz#sha256=e27650538c41fe1007a41abd4cfd0f905b822622cbe1f8e7e09d1215af207694 (from https://pypi.org/simple/pip/), version: 0.5.1 Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz#sha256=4cf47db6815b2f435d1f44e1f35ff04823043f6161f7df9aec71a123b0c47f0d (from https://pypi.org/simple/pip/), version: 0.6 Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz#sha256=efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec (from https://pypi.org/simple/pip/), version: 0.6.1 Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz#sha256=1c1a504d7e70d2c24246f95bd16e3d5fcec740fd144df69a407bf65a2ee67586 (from https://pypi.org/simple/pip/), version: 0.6.2 Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz#sha256=1a6df71eb29b98cba11bde6d6a0d8c6dd8b0518e74ceb71fb31ea4fbb42fd313 (from https://pypi.org/simple/pip/), version: 0.6.3 Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz#sha256=ceaea0b9e494d893c8a191895301b79c1db33e41f14d3ad93e3d28a8b4e9bf27 (from https://pypi.org/simple/pip/), version: 0.7 Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz#sha256=f54f05aa17edd0036de433c44892c8fedb1fd2871c97829838feb995818d24c3 (from https://pypi.org/simple/pip/), version: 0.7.1 Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz#sha256=98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09 (from https://pypi.org/simple/pip/), version: 0.7.2 Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz#sha256=9017e4484a212dd4e1a43dd9f039dd7fc8338d4eea1c339d5ae1c80726de5b0f (from https://pypi.org/simple/pip/), version: 0.8 Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz#sha256=7176a87f35675f6468341212f3b959bb51d23ea66eb1c3692bf746c45c716fa2 (from https://pypi.org/simple/pip/), version: 0.8.1 Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz#sha256=f80a3549c048bc3bbcb47844826e9c7c6fcd87e77b92bef0d9e66d1b397c4962 (from https://pypi.org/simple/pip/), version: 0.8.2 Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz#sha256=1be2e18edd38aa75b5e4ef38a99ec33ba9247177cfcb4a6d2d2b3e73430e3001 (from https://pypi.org/simple/pip/), version: 0.8.3 Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz#sha256=34ba07e2d14ba86d5088ba896ac80bed845a9b276ab8acb279b8d99bc77fec8e (from https://pypi.org/simple/pip/), version: 1.0 Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz#sha256=37d2f18213d3845d2038dd3686bc71fc12bb41ad66c945a8b0dfec2879f3497b (from https://pypi.org/simple/pip/), version: 1.0.1 Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz#sha256=a6ed9b36aac2f121c01a2c9e0307a9e4d9438d100a407db701ac65479a3335d2 (from https://pypi.org/simple/pip/), version: 1.0.2 Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz#sha256=993804bb947d18508acee02141281c77d27677f8c14eaa64d6287a1c53ef01c8 (from https://pypi.org/simple/pip/), version: 1.1 Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz#sha256=2b168f1987403f1dc6996a1f22a6f6637b751b7ab6ff27e78380b8d6e70aa314 (from https://pypi.org/simple/pip/), version: 1.2 Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz#sha256=12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1 (from https://pypi.org/simple/pip/), version: 1.2.1 Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz#sha256=d6a13c5be316cb21a0243047c7f163f47e88973ebccff8d32e63ca1bf4d9321c (from https://pypi.org/simple/pip/), version: 1.3 Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz#sha256=145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957 (from https://pypi.org/simple/pip/), version: 1.3.1 Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz#sha256=1fd43cbf07d95ddcecbb795c97a1674b3ddb711bb4a67661284a5aa765aa1b97 (from https://pypi.org/simple/pip/), version: 1.4 Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz#sha256=4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e (from https://pypi.org/simple/pip/), version: 1.4.1 Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz#sha256=25f81d1a0e55d3b1709818dd57fdfb954b028f229f09bd69cb0bc80a8e03e048 (from https://pypi.org/simple/pip/), version: 1.5 Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl#sha256=00960db3b0b8724dd37fe37cfb9c72ecb8f59fab9db7d17c5c1e89a1adab49ce (from https://pypi.org/simple/pip/), version: 1.5.1 Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz#sha256=e60e936fbc101d56668c6134c1f2b5b40fcbec8b4fc4ca7fc34842b6b4c5c130 (from https://pypi.org/simple/pip/), version: 1.5.1 Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl#sha256=6903909ccdcdbc3297b74118590e71344d6d262827acd1f5c0e2fcfce9807499 (from https://pypi.org/simple/pip/), version: 1.5.2 Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz#sha256=2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738 (from https://pypi.org/simple/pip/), version: 1.5.2 Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl#sha256=f0037aed3ce6cf96b9e9117d42e967a74bea9ebe19088a2fdea5de93d5762fee (from https://pypi.org/simple/pip/), version: 1.5.3 Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz#sha256=dc53b4d28b88556a37cd73052b6d1d08cc644c6724e37c4d38a2e3c03c5440b2 (from https://pypi.org/simple/pip/), version: 1.5.3 Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl#sha256=fb7282556a42e84464f2e963a859ac4012d8134ba6218b70c1d82d145fcfa82f (from https://pypi.org/simple/pip/), version: 1.5.4 Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz#sha256=70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9 (from https://pypi.org/simple/pip/), version: 1.5.4 Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl#sha256=fe7a5808190067b2598d85def9b83db46e5d64a00848ad843e107c36e1db4ae6 (from https://pypi.org/simple/pip/), version: 1.5.5 Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz#sha256=4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca (from https://pypi.org/simple/pip/), version: 1.5.5 Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl#sha256=fbc1351ffedf09ca7560428758845a88d648b9730b63ce9e5df53a7c89f039a4 (from https://pypi.org/simple/pip/), version: 1.5.6 Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz#sha256=b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c (from https://pypi.org/simple/pip/), version: 1.5.6 Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl#sha256=5ec6732505bd8be49fe1f8ad557b88253ffb085736396df4d6bea753fc2a8f2c (from https://pypi.org/simple/pip/), version: 6.0 Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz#sha256=6103897f1bb68d3f933edd60f3e3830c4ea6b8abf7a4b500db148921b11f6c9b (from https://pypi.org/simple/pip/), version: 6.0 Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl#sha256=322aea7d1f7b9ee68ad87ac4704cad5df97f77e70668c0bd18f964c5daa78173 (from https://pypi.org/simple/pip/), version: 6.0.1 Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz#sha256=fa2f7c68da4a405d673aa38542f9df009d60026db4f532429ac9cbfbda1f959d (from https://pypi.org/simple/pip/), version: 6.0.1 Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl#sha256=7d17b0f267f7c9cd17cd2924bbbe2b4a3d407322c0e09084ca3f1295c1fed50d (from https://pypi.org/simple/pip/), version: 6.0.2 Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz#sha256=6fa90667706a679e3dc75b27a51fddafa64401c45e96f8ae6c20978183290077 (from https://pypi.org/simple/pip/), version: 6.0.2 Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl#sha256=b72655b6ac6aef1c86dd07f51e8ace8d7aabd6a1c4ff88db87155276fa32a073 (from https://pypi.org/simple/pip/), version: 6.0.3 Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz#sha256=b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614 (from https://pypi.org/simple/pip/), version: 6.0.3 Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl#sha256=8dfd95de29a7a3bb1e7d368cc83d566938eb210b04d553ebfe5e3a422f4aec65 (from https://pypi.org/simple/pip/), version: 6.0.4 Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz#sha256=1dbbff9c369e510c7468ab68ba52c003f68f83c99c2f8259acd51099e8799f1e (from https://pypi.org/simple/pip/), version: 6.0.4 Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl#sha256=b2c20e3a2a43b2bbb1d19ad98be27eccc7b0f0ece016da602ccaa757a862b0e2 (from https://pypi.org/simple/pip/), version: 6.0.5 Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz#sha256=3bf42d28be9085ab2e9aecfd69a6da2d31563fe833304bf71a620a30c38ab8a2 (from https://pypi.org/simple/pip/), version: 6.0.5 Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl#sha256=fb04f8afe1ba57626783f0c8e2f3d46bbaebaa446fcf124f434e968a2fee595e (from https://pypi.org/simple/pip/), version: 6.0.6 Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz#sha256=3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0 (from https://pypi.org/simple/pip/), version: 6.0.6 Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl#sha256=93a326304c7db749896bcef822bbbac1ab29dad5651c6d732e245975239890e6 (from https://pypi.org/simple/pip/), version: 6.0.7 Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz#sha256=35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2 (from https://pypi.org/simple/pip/), version: 6.0.7 Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl#sha256=3c22b0a8ff92727bd737a82f72700790591f177541df08c07bc1f90d6b72ac19 (from https://pypi.org/simple/pip/), version: 6.0.8 Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz#sha256=0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551 (from https://pypi.org/simple/pip/), version: 6.0.8 Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl#sha256=435a018f6d29e34d4f901bf4e6860d8a5fa1816b68d62008c18ca062a306db31 (from https://pypi.org/simple/pip/), version: 6.1.0 Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz#sha256=89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768 (from https://pypi.org/simple/pip/), version: 6.1.0 Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl#sha256=a67e54aa0f26b6d62ccec5cc6735eff205dd0fed075f56ac3d3111e91e4467fc (from https://pypi.org/simple/pip/), version: 6.1.1 Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz#sha256=89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556 (from https://pypi.org/simple/pip/), version: 6.1.1 Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl#sha256=309c48399c7d68501a10ef206abd6e5c541fedbf84b95435d9063bd454b39df7 (from https://pypi.org/simple/pip/), version: 7.0.0 Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz#sha256=7b46bfc1b95494731de306a688e2a7bc056d7fa7ad27e026908fb2ae67fed23d (from https://pypi.org/simple/pip/), version: 7.0.0 Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl#sha256=d26b8573ba1ac1ec99a9bdbdffee2ff2b06c7790815211d0eb4dc1462a089705 (from https://pypi.org/simple/pip/), version: 7.0.1 Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz#sha256=cfec177552fdd0b2d12b72651c8e874f955b4c62c1c2c9f2588cbdc1c0d0d416 (from https://pypi.org/simple/pip/), version: 7.0.1 Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl#sha256=83c869c5ab7113866e2d69641ec470d47f0faae68ca4550a289a4d3db515ad65 (from https://pypi.org/simple/pip/), version: 7.0.2 Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz#sha256=ba28fa60b573a9444e7b78ccb3b0f261d1f66f46d20403f9dce37b18a6aed405 (from https://pypi.org/simple/pip/), version: 7.0.2 Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl#sha256=7b1cb03e827d58d2d05e68ea96a9e27487ed4b0afcd951ac6e40847ce94f0738 (from https://pypi.org/simple/pip/), version: 7.0.3 Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz#sha256=b4c598825a6f6dc2cac65968feb28e6be6c1f7f1408493c60a07eaa731a0affd (from https://pypi.org/simple/pip/), version: 7.0.3 Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl#sha256=80c29f899d3a00a448d65f8158544d22935baec7159af8da1a4fa1490ced481d (from https://pypi.org/simple/pip/), version: 7.1.0 Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz#sha256=d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2 (from https://pypi.org/simple/pip/), version: 7.1.0 Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl#sha256=ce13000878d34c1178af76cb8cf269e232c00508c78ed46c165dd5b0881615f4 (from https://pypi.org/simple/pip/), version: 7.1.1 Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz#sha256=b22fe3c93a13fc7c04f145a42fd2ad50a9e3e1b8a7eed2e2b1c66e540a0951da (from https://pypi.org/simple/pip/), version: 7.1.1 Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl#sha256=b9d3983b5cce04f842175e30169d2f869ef12c3546fd274083a65eada4e9708c (from https://pypi.org/simple/pip/), version: 7.1.2 Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz#sha256=ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477 (from https://pypi.org/simple/pip/), version: 7.1.2 Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl#sha256=262ed1823eb7fbe3f18a9bedb4800e59c4ab9a6682aff8c37b5ee83ea840910b (from https://pypi.org/simple/pip/), version: 8.0.0 Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz#sha256=90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1 (from https://pypi.org/simple/pip/), version: 8.0.0 Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl#sha256=dedaac846bc74e38a3253671f51a056331ffca1da70e3f48d8128f2aa0635bba (from https://pypi.org/simple/pip/), version: 8.0.1 Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz#sha256=477c50b3e538a7ac0fa611fb8b877b04b33fb70d325b12a81b9dbf3eb1158a4d (from https://pypi.org/simple/pip/), version: 8.0.1 Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl#sha256=249a6f3194be8c2e8cb4d4be3f6fd16a9f1e3336218caffa8e7419e3816f9988 (from https://pypi.org/simple/pip/), version: 8.0.2 Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz#sha256=46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521 (from https://pypi.org/simple/pip/), version: 8.0.2 Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl#sha256=b0335bc837f9edb5aad03bd43d0973b084a1cbe616f8188dc23ba13234dbd552 (from https://pypi.org/simple/pip/), version: 8.0.3 Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz#sha256=30f98b66f3fe1069c529a491597d34a1c224a68640c82caf2ade5f88aa1405e8 (from https://pypi.org/simple/pip/), version: 8.0.3 Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl#sha256=a542b99e08002ead83200198e19a3983270357e1cb4fe704247990b5b35471dc (from https://pypi.org/simple/pip/), version: 8.1.0 Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz#sha256=d8faa75dd7d0737b16d50cd0a56dc91a631c79ecfd8d38b80f6ee929ec82043e (from https://pypi.org/simple/pip/), version: 8.1.0 Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl#sha256=44b9c342782ab905c042c207d995aa069edc02621ddbdc2b9f25954a0fdac25c (from https://pypi.org/simple/pip/), version: 8.1.1 Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz#sha256=3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798 (from https://pypi.org/simple/pip/), version: 8.1.1 Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl#sha256=6464dd9809fb34fc8df2bf49553bb11dac4c13d2ffa7a4f8038ad86a4ccb92a1 (from https://pypi.org/simple/pip/), version: 8.1.2 Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz#sha256=4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732 (from https://pypi.org/simple/pip/), version: 8.1.2 Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl#sha256=c856ac18ca01e7127456f831926dc67cc7d3ab663f4c13b1ec156e36db4de574 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0 Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz#sha256=f62fb70e7e000e46fce12aaeca752e5281a5446977fe5a75ab4189a43b3f8793 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0 Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl#sha256=690b762c0a8460c303c089d5d0be034fb15a5ea2b75bdf565f40421f542fefb0 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1 Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz#sha256=09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1 Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl#sha256=b135491ddb061f39719b8472d8abb59c613816a2b86069c332db74d1cd208ab2 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2 Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz#sha256=88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2 Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl#sha256=c3ede34530e0e0b2381e7363aded78e0c33291654937e7373032fda04e8803e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3 Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz#sha256=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3 Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl#sha256=dbd5d24cd461be23429625085a36cc8732cbcac4d2aaf673031f80f6ac07d844 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1 Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz#sha256=8d6e63d8b99752e4b53f272b66f9cd7b59e2b288e9a863a61c48d167203a2656 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1 Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl#sha256=79f55588912f1b2b4f86f96f11e329bb01b25a484e2204f245128b927b1038a7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2 Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz#sha256=ad6adec2150ce4aed8f6134d9b77d928fc848dbcb887fb1a455988cf99da5cae (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2 Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl#sha256=86a60a96d85e329962a9e6f6af612cbc11106293dbc83f119802b5bee9874cf3 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0 Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0 Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl#sha256=717cdffb2833be8409433a93746744b59505f42146e8d37de6c62b430e25d6d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1 Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz#sha256=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1 Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl#sha256=070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0 Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz#sha256=a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0 Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl#sha256=7909d0a0932e88ea53a7014dfd14522ffef91a464daaaf5c573343852ef98550 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1 Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz#sha256=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1 2019-01-14 16:37:54,513 INFO Installing petsc/ 2019-01-14 16:37:54,563 INFO Downloading Eigen from 'https://bitbucket.org/eigen/eigen/get/3.3.3.tar.gz' to 'eigen-3.3.3.tgz' 2019-01-14 16:38:23,615 INFO Checking Eigen tarball integrity 2019-01-14 16:38:23,637 INFO Eigen tarball hash valid 2019-01-14 16:38:23,638 INFO Building PETSc. Depending on your platform, may take between a few minutes and an hour or more to build! 2019-01-14 16:38:23,638 DEBUG Running command '/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/bin/python -m pip install --no-binary mpi4py --no-deps -vvv --ignore-installed petsc/' 2019-01-14 16:40:15,309 DEBUG Created temporary directory: /tmp/pip-ephem-wheel-cache-i61edqtn Created temporary directory: /tmp/pip-req-tracker-wwhutbfp Created requirements tracker '/tmp/pip-req-tracker-wwhutbfp' Created temporary directory: /tmp/pip-install-l6myo526 Processing ./petsc Created temporary directory: /tmp/pip-req-build-xt_l_gll Added file:///home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/petsc to build tracker '/tmp/pip-req-tracker-wwhutbfp' Running setup.py (path:/tmp/pip-req-build-xt_l_gll/setup.py) egg_info for package from file:///home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/petsc Running command python setup.py egg_info running egg_info creating pip-egg-info/petsc.egg-info writing pip-egg-info/petsc.egg-info/PKG-INFO writing dependency_links to pip-egg-info/petsc.egg-info/dependency_links.txt writing requirements to pip-egg-info/petsc.egg-info/requires.txt writing top-level names to pip-egg-info/petsc.egg-info/top_level.txt writing manifest file 'pip-egg-info/petsc.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/petsc.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/petsc.egg-info/SOURCES.txt' Source in /tmp/pip-req-build-xt_l_gll has version 3.11.0.dev0, which satisfies requirement petsc==3.11.0.dev0 from file:///home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/petsc Removed petsc==3.11.0.dev0 from file:///home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/petsc from build tracker '/tmp/pip-req-tracker-wwhutbfp' Installing collected packages: petsc Created temporary directory: /tmp/pip-record-qm8hxogs Running setup.py install for petsc: started Running command /home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-req-build-xt_l_gll/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-qm8hxogs/install-record.txt --single-version-externally-managed --compile --install-headers /home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/include/site/python3.5/petsc running install PETSc: configure configure options: --prefix=/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/lib/python3.5/site-packages/petsc PETSC_ARCH=arch-python-linux-x86_64 --with-shared-libraries=1 --with-debugging=0 --with-c2html=0 --with-cc=mpicc --with-cxx=mpicxx --with-fc=mpif90 --download-eigen=/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/eigen-3.3.3.tgz --with-fortran-bindings=0 --download-chaco --download-metis --download-parmetis --download-scalapack --download-hypre --download-mumps --with-zlib --download-netcdf --download-hdf5 --download-pnetcdf --download-exodusii =============================================================================== Configuring PETSc to compile on your system =============================================================================== TESTING: configureExternalPackagesDir from config.framework(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/framework.py:829) TESTING: configureDebuggers from config.utilities.debuggers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/debuggers.py:21) TESTING: configureGit from config.sourceControl(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/sourceControl.py:24) TESTING: configureMercurial from config.sourceControl(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/sourceControl.py:35) TESTING: configureCLanguage from PETSc.options.languages(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/languages.py:26) TESTING: configureDirectories from PETSc.options.petscdir(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/petscdir.py:23) TESTING: getDatafilespath from PETSc.options.dataFilesPath(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/dataFilesPath.py:29) TESTING: configureInstallationMethod from PETSc.options.petscclone(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/petscclone.py:20) TESTING: configureArchitecture from PETSc.options.arch(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/arch.py:36) TESTING: setInstallDir from PETSc.options.installDir(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/installDir.py:35) TESTING: saveReconfigure from PETSc.options.installDir(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/installDir.py:79) TESTING: cleanConfDir from PETSc.options.installDir(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/installDir.py:72) TESTING: configureInstallDir from PETSc.options.installDir(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/installDir.py:56) TESTING: restoreReconfigure from PETSc.options.installDir(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/installDir.py:92) TESTING: setExternalPackagesDir from PETSc.options.externalpackagesdir(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/externalpackagesdir.py:15) TESTING: cleanExternalpackagesDir from PETSc.options.externalpackagesdir(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/externalpackagesdir.py:22) TESTING: printEnvVariables from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1638) TESTING: resetEnvCompilers from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1645) TESTING: checkEnvCompilers from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1675) TESTING: checkMPICompilerOverride from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1608) TESTING: requireMpiLdPath from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1629) TESTING: checkVendor from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:444) TESTING: checkInitialFlags from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:454) TESTING: checkCCompiler from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:587) TESTING: checkCPreprocessor from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:620) TESTING: checkCUDACompiler from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:661) TESTING: checkCUDAPreprocessor from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:701) TESTING: checkCxxCompiler from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:814) TESTING: checkCxxPreprocessor from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:852) TESTING: checkFortranCompiler from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:970) TESTING: checkFortranComments from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:991) TESTING: checkLargeFileIO from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1109) TESTING: checkArchiver from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1208) TESTING: checkSharedLinker from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1322) TESTING: checkPIC from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1068) TESTING: checkSharedLinkerPaths from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1416) TESTING: checkLibC from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1451) TESTING: checkDynamicLinker from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1500) TESTING: output from config.setCompilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/setCompilers.py:1552) TESTING: checkSharedDynamicPicOptions from PETSc.options.sharedLibraries(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/sharedLibraries.py:36) TESTING: configureSharedLibraries from PETSc.options.sharedLibraries(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/sharedLibraries.py:52) TESTING: configureDynamicLibraries from PETSc.options.sharedLibraries(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/sharedLibraries.py:96) TESTING: configureSerializedFunctions from PETSc.options.sharedLibraries(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/sharedLibraries.py:102) TESTING: configureIndexSize from PETSc.options.indexTypes(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/indexTypes.py:30) TESTING: configureCompilerFlags from config.compilerFlags(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilerFlags.py:72) =============================================================================== ***** WARNING: Using default optimization C flags -g -O You might consider manually setting optimal optimization flags for your system with COPTFLAGS="optimization flags" see config/examples/arch-*-opt.py for examples =============================================================================== =============================================================================== ***** WARNING: Using default C++ optimization flags -g -O You might consider manually setting optimal optimization flags for your system with CXXOPTFLAGS="optimization flags" see config/examples/arch-*-opt.py for examples =============================================================================== =============================================================================== ***** WARNING: Using default FORTRAN optimization flags -g -O You might consider manually setting optimal optimization flags for your system with FOPTFLAGS="optimization flags" see config/examples/arch-*-opt.py for examples =============================================================================== TESTING: checkRestrict from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:139) TESTING: checkCFormatting from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:391) TESTING: checkCInline from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:109) TESTING: checkDynamicLoadFlag from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:402) TESTING: checkCLibraries from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:203) TESTING: checkDependencyGenerationFlag from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1589) TESTING: checkC99Flag from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1635) TESTING: checkRestrict from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:139) TESTING: checkCxxNamespace from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:442) TESTING: checkCxxOptionalExtensions from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:415) TESTING: checkCxxInline from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:124) TESTING: checkCxxLibraries from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:500) TESTING: checkCxx11 from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:457) TESTING: checkFortranTypeSizes from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:713) TESTING: checkFortranNameMangling from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:773) TESTING: checkFortranNameManglingDouble from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:814) TESTING: checkFortranPreprocessor from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:824) TESTING: checkFortranDefineCompilerOption from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:848) TESTING: checkFortranLibraries from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:868) TESTING: checkFortranLinkingCxx from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1263) TESTING: checkFortran90 from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1329) TESTING: checkFortran90FreeForm from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1342) TESTING: checkFortran2003 from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1356) TESTING: checkFortran90Array from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1391) TESTING: checkFortranModuleInclude from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1478) TESTING: checkFortranModuleOutput from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1544) TESTING: checkFortranTypeStar from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1318) TESTING: checkFortranTypeInitialize from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1307) TESTING: configureFortranFlush from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1298) TESTING: setupFrameworkCompilers from config.compilers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/compilers.py:1711) TESTING: configureClosure from config.utilities.closure(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/closure.py:17) TESTING: configureFortranCPP from PETSc.options.fortranCPP(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/fortranCPP.py:20) TESTING: checkStdC from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:105) TESTING: checkStat from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:138) TESTING: checkSysWait from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:173) TESTING: checkTime from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:195) TESTING: checkMath from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:203) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:77) TESTING: checkRecursiveMacros from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:223) TESTING: configureCacheDetails from config.utilities.cacheDetails(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/cacheDetails.py:77) TESTING: check_siginfo_t from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:46) TESTING: check__int64 from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:52) TESTING: checkSizeTypes from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:58) TESTING: checkFileTypes from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:68) TESTING: checkIntegerTypes from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:63) TESTING: checkPID from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:74) TESTING: checkUID from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:78) TESTING: checkSignal from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:85) TESTING: checkC99Complex from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:106) TESTING: checkCxxComplex from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:117) TESTING: checkFortranKind from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:138) TESTING: checkConst from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:150) TESTING: checkEndian from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:206) TESTING: checkSizeof from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:259) TESTING: checkSizeof from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:259) TESTING: checkSizeof from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:259) TESTING: checkSizeof from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:259) TESTING: checkSizeof from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:259) TESTING: checkSizeof from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:259) TESTING: checkSizeof from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:259) TESTING: checkSizeof from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:259) TESTING: checkSizeof from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:259) TESTING: checkBitsPerByte from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:310) TESTING: checkVisibility from config.types(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/types.py:356) TESTING: configureMemAlign from PETSc.options.memAlign(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/memAlign.py:29) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: checkMath from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:261) TESTING: checkMathErf from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:280) TESTING: checkMathTgamma from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:289) TESTING: checkMathFenv from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:298) TESTING: checkMathLog2 from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:306) TESTING: checkRealtime from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:315) TESTING: checkDynamic from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:331) TESTING: configureLibraryOptions from PETSc.options.libraryOptions(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/libraryOptions.py:37) TESTING: configureISColorValueType from PETSc.options.libraryOptions(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/libraryOptions.py:95) TESTING: configureCPURelax from config.atomics(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/atomics.py:17) TESTING: configureMemoryBarriers from config.atomics(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/atomics.py:38) TESTING: checkMemcmp from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:110) TESTING: checkSysinfo from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:135) TESTING: checkVPrintf from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:158) TESTING: checkVFPrintf from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:165) TESTING: checkVSNPrintf from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:172) TESTING: checkNanosleep from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:202) TESTING: checkMemmove from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:208) TESTING: checkSignalHandlerType from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:178) TESTING: checkFreeReturnType from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:188) TESTING: checkVariableArgumentLists from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:194) TESTING: checkClassify from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:89) TESTING: checkMmap from config.functions(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/functions.py:214) TESTING: configureMemorySize from config.utilities.getResidentSetSize(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/getResidentSetSize.py:31) TESTING: configureFortranCommandLine from config.utilities.fortranCommandLine(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/fortranCommandLine.py:26) TESTING: configureFeatureTestMacros from config.utilities.featureTestMacros(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/featureTestMacros.py:13) TESTING: configureMissingDefines from config.utilities.missing(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/missing.py:56) TESTING: configureMissingUtypeTypedefs from config.utilities.missing(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/missing.py:66) TESTING: configureMissingFunctions from config.utilities.missing(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/missing.py:72) TESTING: configureMissingSignals from config.utilities.missing(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/missing.py:92) TESTING: configureMissingGetdomainnamePrototype from config.utilities.missing(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/missing.py:109) TESTING: configureMissingSrandPrototype from config.utilities.missing(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/missing.py:134) TESTING: configureFPTrap from config.utilities.FPTrap(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/utilities/FPTrap.py:27) TESTING: configureScalarType from PETSc.options.scalarTypes(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/scalarTypes.py:36) TESTING: configurePrecision from PETSc.options.scalarTypes(/tmp/pip-req-build-xt_l_gll/config/PETSc/options/scalarTypes.py:78) TESTING: configureMkdir from config.programs(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/programs.py:22) TESTING: configureAutoreconf from config.programs(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/programs.py:44) TESTING: configurePrograms from config.programs(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/programs.py:71) TESTING: configureMake from config.packages.make(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/make.py:85) TESTING: setupGNUMake from config.packages.make(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/make.py:113) TESTING: configureMakeNP from config.packages.make(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/make.py:161) TESTING: alternateConfigureLibrary from config.packages.OpenMPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.MPICH(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: checkDependencies from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:727) TESTING: configureLibrary from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:523) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: checkInclude from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:86) TESTING: configureConversion from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:251) TESTING: checkMPICHorOpenMPI from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:460) TESTING: configureMPI2 from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:184) TESTING: configureMPI3 from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:223) TESTING: configureTypes from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:271) TESTING: configureMPITypes from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:283) TESTING: configureMissingPrototypes from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:351) TESTING: SGIMPICheck from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:370) TESTING: CxxMPICheck from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:380) TESTING: FortranMPICheck from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:398) TESTING: configureIO from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:423) TESTING: findMPIInc from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:497) TESTING: checkSharedLibrary from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:132) TESTING: configureMPIEXEC from config.packages.MPI(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/MPI.py:145) TESTING: alternateConfigureLibrary from config.packages.yaml(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: configureLibrary from config.packages.valgrind(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:752) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: checkInclude from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:86) TESTING: alternateConfigureLibrary from config.packages.ssl(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.sprng(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.slepc(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/slepc.py:83) TESTING: alternateConfigureLibrary from config.packages.revolve(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.radau5(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.pami(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.opengles(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.opencl(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.muparser(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.mpe(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.memkind(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.libmesh(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/libmesh.py:76) TESTING: alternateConfigureLibrary from config.packages.moose(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.libjpeg(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.libceed(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.gmp(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.mpfr(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.giflib(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.cuda(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.cusp(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.ctetgen(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.concurrencykit(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.boost(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.silo(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.Random123(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.PARTY(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.Numpy(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.petsc4py(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/petsc4py.py:106) TESTING: alternateConfigureLibrary from config.packages.mpi4py(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/mpi4py.py:71) TESTING: alternateConfigureLibrary from config.packages.Matlab(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.MatlabEngine(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.Mathematica(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.hwloc(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: checkDependencies from config.packages.pthread(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:727) TESTING: configureLibrary from config.packages.pthread(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/pthread.py:19) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: checkInclude from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:86) TESTING: checkSharedLibrary from config.packages.pthread(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:806) TESTING: alternateConfigureLibrary from config.packages.openmp(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.viennacl(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.opengl(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.glut(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: checkDependencies from config.packages.X(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:727) TESTING: configureLibrary from config.packages.X(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:752) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: checkInclude from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:86) TESTING: checkSharedLibrary from config.packages.X(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:806) TESTING: alternateConfigureLibrary from config.packages.GLVis(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.ColPack(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.CoDiPack(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.adblaslapack(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.ADOLC(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.szlib(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: checkDependencies from config.packages.zlib(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:727) TESTING: configureLibrary from config.packages.zlib(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:752) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: check from config.libraries(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/libraries.py:154) TESTING: checkInclude from config.headers(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/headers.py:86) TESTING: checkSharedLibrary from config.packages.zlib(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:806) TESTING: locateCMake from config.packages.cmake(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/packages/cmake.py:36) TESTING: alternateConfigureLibrary from config.packages.googletest(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: alternateConfigureLibrary from config.packages.unittestcpp(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:810) TESTING: checkDependencies from config.packages.eigen(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:727) TESTING: configureLibrary from config.packages.eigen(/tmp/pip-req-build-xt_l_gll/config/BuildSystem/config/package.py:752) =============================================================================== Trying to download file:///home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/src/eigen-3.3.3.tgz for EIGEN =============================================================================== =============================================================================== Configuring EIGEN with cmake, this may take several minutes =============================================================================== ******************************************************************************* CONFIGURATION CRASH (Please send configure.log to petsc-maint@mcs.anl.gov) ******************************************************************************* Traceback (most recent call last): File "", line 1, in File "/tmp/pip-req-build-xt_l_gll/setup.py", line 296, in **metadata) File "/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/lib/python3.5/site-packages/setuptools/__init__.py", line 143, in setup return distutils.core.setup(**attrs) File "/usr/lib/python3.5/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/tmp/pip-req-build-xt_l_gll/setup.py", line 212, in run config(prefix, self.dry_run) File "/tmp/pip-req-build-xt_l_gll/setup.py", line 148, in config if status != 0: raise RuntimeError(status) RuntimeError: 256 Running setup.py install for petsc: finished with status 'error' Cleaning up... Removing source in /tmp/pip-req-build-xt_l_gll Removed build tracker '/tmp/pip-req-tracker-wwhutbfp' Command "/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-req-build-xt_l_gll/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-qm8hxogs/install-record.txt --single-version-externally-managed --compile --install-headers /home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/include/site/python3.5/petsc" failed with error code 1 in /tmp/pip-req-build-xt_l_gll/ Exception information: Traceback (most recent call last): File "/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/lib/python3.5/site-packages/pip/_internal/cli/base_command.py", line 143, in main status = self.run(options, args) File "/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/lib/python3.5/site-packages/pip/_internal/commands/install.py", line 366, in run use_user_site=options.use_user_site, File "/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/lib/python3.5/site-packages/pip/_internal/req/__init__.py", line 49, in install_given_reqs **kwargs File "/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/lib/python3.5/site-packages/pip/_internal/req/req_install.py", line 791, in install spinner=spinner, File "/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/lib/python3.5/site-packages/pip/_internal/utils/misc.py", line 705, in call_subprocess % (command_desc, proc.returncode, cwd)) pip._internal.exceptions.InstallationError: Command "/home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-req-build-xt_l_gll/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-qm8hxogs/install-record.txt --single-version-externally-managed --compile --install-headers /home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake/include/site/python3.5/petsc" failed with error code 1 in /tmp/pip-req-build-xt_l_gll/ 2019-01-14 16:40:15,387 INFO Install log saved in /home/clustor2/ma/a/aw3315/firedrake/src/firedrake/scripts/firedrake-install.log