You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/10 12:20:39 UTC

[GitHub] [airflow] Fokko commented on a change in pull request #7393: [AIRFLOW-6766] Fix "cannot import ensure_text" error for pre-commit

Fokko commented on a change in pull request #7393: [AIRFLOW-6766] Fix "cannot import ensure_text" error for pre-commit
URL: https://github.com/apache/airflow/pull/7393#discussion_r377029393
 
 

 ##########
 File path: scripts/ci/ci_before_install.sh
 ##########
 @@ -33,6 +33,7 @@ KUBERNETES_MODE=${KUBERNETES_MODE:=""}
 
 mkdir -p "${AIRFLOW_SOURCES}/files"
 
-sudo pip install pre-commit
+# We need to install six apparently
 
 Review comment:
   Technically this isn't correct since six is already installed, but an older (and incompatible) version:
   ```
   ERROR: virtualenv 20.0.0 has requirement six<2,>=1.12.0, but you'll have six 1.11.0 which is incompatible.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services