potiuk commented on issue #13045:
URL: https://github.com/apache/airflow/issues/13045#issuecomment-744591339


   > While I don't doubt that there are several problems with pip 20.3, as you 
documented in the attached issues, I don't think this one falls under them.
   > The constraints file for 1.10.7 is plainly and simply wrong, which is not 
surprising since it was created for 1.10.10.
   > As I wrote above it includes a constraint for `future==0.18.2` while the 
setup.py for that version includes the requirement for `future>=0.16.0, <0.17`, 
so any good resolver would indicate that there is a mismatch.
   
   The problem is that before 20.3 PIP was happily accepting and resolving this 
anyway. 
   
   But I think there is nothing to fix now anyway. 1.10.7 is prehistory and we 
are recommending everyone to migrate to 1.10.14 which has good constraints 
(those constraints BTW do not work with pip 20.3 anyway). So similarly like 
with any other problems with previous releases - 1.10.14  + PIP 20.2.4 (for 
now) solves the problems we know about (including installation problems). I 
don't think any other action is needed at this stage. 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to