You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2021/08/25 22:26:51 UTC

[arrow] branch master updated: ARROW-13747: [Python][CI] Requiring s3fs >= 2021.8

This is an automated email from the ASF dual-hosted git repository.

westonpace pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 5003278  ARROW-13747: [Python][CI] Requiring s3fs >= 2021.8
5003278 is described below

commit 5003278ded77f1ab385425143aafd085fda1f701
Author: Weston Pace <we...@gmail.com>
AuthorDate: Wed Aug 25 12:25:12 2021 -1000

    ARROW-13747: [Python][CI] Requiring s3fs >= 2021.8
    
    aiobotocore recently released 1.4.0 which is incompatible with s3fs < 2021.8 (which was also just released).  Related: https://stackoverflow.com/questions/68864939/s3fs-suddenly-stopped-working-in-google-colab-with-error-attributeerror-module
    
    Some nightly builds are failing.  Even though conda-forge now has s3fs 2021.8 the builds are caching previous results.  This issue should just resolve itself eventually when the conda/docker caches clear.  However, if we want to force it working again this PR requires the newer version of s3fs.
    
    Closes #11003 from westonpace/bugfix/ARROW-13747-bad-aiobotocore-build
    
    Authored-by: Weston Pace <we...@gmail.com>
    Signed-off-by: Weston Pace <we...@gmail.com>
---
 ci/conda_env_python.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/conda_env_python.txt b/ci/conda_env_python.txt
index 9124c7e..5f4d4c8 100644
--- a/ci/conda_env_python.txt
+++ b/ci/conda_env_python.txt
@@ -27,6 +27,6 @@ pytest
 pytest-faulthandler
 pytest-lazy-fixture
 pytz
-s3fs>=0.4
+s3fs>=2021.8.0
 setuptools
 setuptools_scm