potiuk commented on a change in pull request #7390: [AIRFLOW-6764] Fixed
environment installation for Linux
URL: https://github.com/apache/airflow/pull/7390#discussion_r376819338
##########
File path: setup.py
##########
@@ -503,7 +503,7 @@ def do_setup():
# DEPENDENCIES_EPOCH_NUMBER in the Dockerfile
#####################################################################################################
setup_requires=[
- 'docutils>=0.14, <1.0',
+ 'docutils>=0.14, <0.16'
Review comment:
One of our dependencies is incompatible with 0.16 and when you try it on a
fresh system you get "incompatibility" problem (not sure which one) - until we
fix it with pinnig - it's the simplest way to make it works out-of the box.
----------------------------------------------------------------
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]
With regards,
Apache Git Services