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 2021/09/09 07:53:30 UTC

[GitHub] [airflow] graingert commented on issue #18075: Airflow installation fails when with latest `setuptools`

graingert commented on issue #18075:
URL: https://github.com/apache/airflow/issues/18075#issuecomment-915850377


   > This has been fixed now. Thanks to @mitsuhiko I became maintainer of the Flask-OpenID and I released new 1.3.0 version, Python3 - only with removed 2to3 configuration. It should nicely install now with the new setuptools !
   
   thanks, can confirm:
   
   ```
   pip install flask-openid
   Collecting flask-openid
     Downloading Flask_OpenID-1.3.0-py3-none-any.whl (9.3 kB)
   Collecting python3-openid>=2.0
     Downloading python3_openid-3.2.0-py3-none-any.whl (133 kB)
        |████████████████████████████████| 133 kB 1.1 MB/s 
   Collecting Flask>=0.10.1
     Using cached Flask-2.0.1-py3-none-any.whl (94 kB)
   ```
   
   and there's a wheel so no setuptools needed!
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org