r-richmond commented on pull request #11950:
URL: https://github.com/apache/airflow/pull/11950#issuecomment-798992652


   So you mentioned this before but theres a bootstrap issue of some sort here 
right?
   running 
   `./breeze build-image --upgrade-to-newer-dependencies --python 3.9 
--build-cache-local`
   results in
   `Error response from daemon: manifest for apache/airflow:python3.9-master 
not found: manifest unknown: manifest unknown`
   
   Side question has there been any discussion on switching to another package 
management solution like [pipenv](https://github.com/pypa/pipenv) or 
[poetry](https://python-poetry.org). The reason I ask is it feels like there 
has been a lot of errors around package version conflicts slipping in lately. 
By using one of the above solutions airflow would have better management over 
this and it would prevent invalid package management changes from slipping in.
   
   example of one I stumbled across while trying to fool with this was
   `<debug>PackageInfo:</debug> Invalid constraint 
(googledatastore>=7.0.1,<7.1; python_version < "3.0" ; extra == "gcp") found in 
apache-beam-2.9.0 dependencies, skipping`
   another example was https://github.com/apache/airflow/issues/13093


----------------------------------------------------------------
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:
[email protected]


Reply via email to