Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-8395

[Python] conda install pyarrow defaults to 0.11.1 not 0.16.0

    XMLWordPrintableJSON

Details

    Description

      When install pyarrow in clean linux conda environment (2020.02):

      conda install -c conda-forge pyarrow
      
      The following packages will be downloaded:    package                    |            build
          ---------------------------|-----------------
          arrow-cpp-0.11.1           |py37h0e61e49_1004         6.3 MB  conda-forge
          boost-cpp-1.68.0           |    h11c811c_1000        20.5 MB  conda-forge
          conda-4.8.3                |   py37hc8dfbb8_1         3.0 MB  conda-forge
          libprotobuf-3.6.1          |    hdbcaa40_1001         4.0 MB  conda-forge
          parquet-cpp-1.5.1          |                3           3 KB  conda-forge
          pyarrow-0.11.1             |py37hbbcf98d_1002         2.0 MB  conda-forge
          python_abi-3.7             |          1_cp37m           4 KB  conda-forge
          thrift-cpp-0.12.0          |    h0a07b25_1002         2.4 MB  conda-forge
          ------------------------------------------------------------
                                                 Total:        38.2 MB
      

      The default version is pyarrow-0.11.1, while conda repo actually has the latest version 0.16.0 ( https://anaconda.org/conda-forge/pyarrow ).

       

      Specify the version does not help:

      conda install -c conda-forge pyarrow=0.16.0

       

       

      Workaround:

      I have to manually download below packages from conda then install them locally:

      arrow-cpp-0.16.0-py37hb0edad2_0.tar.bz2
      aws-sdk-cpp-1.7.164-h1f8afcc_0.tar.bz2
      boost-cpp-1.70.0-h8e57a91_2.tar.bz2
      brotli-1.0.7-he1b5a44_1000.tar.bz2
      c-ares-1.15.0-h516909a_1001.tar.bz2
      gflags-2.2.2-he1b5a44_1002.tar.bz2
      glog-0.4.0-he1b5a44_1.tar.bz2
      grpc-cpp-1.25.0-h213be95_2.tar.bz2
      libprotobuf-3.11.3-h8b12597_0.tar.bz2
      lz4-c-1.8.3-he1b5a44_1001.tar.bz2
      parquet-cpp-1.5.1-1.tar.bz2
      pyarrow-0.16.0-py37h8b68381_1.tar.bz2
      re2-2020.01.01-he1b5a44_0.tar.bz2
      snappy-1.1.8-he1b5a44_1.tar.bz2
      thrift-cpp-0.12.0-hf3afdfd_1004.tar.bz2
      zstd-1.4.4-h3b9ef0a_1.tar.bz2

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            damondd dwang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: