19:38:07:411 [ERROR] Failed to resolve compatible distributions:
1: apache-airflow==1.10.11 requires werkzeug<1.0.0 but Werkzeug 1.0.1 was resolved
Traceback (most recent call last):
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/bin/local_pants_runner.py", line 357, in run
    goal_runner_result = self._maybe_run_v1(v1)
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/bin/local_pants_runner.py", line 221, in _maybe_run_v1
    self.specs,
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/bin/goal_runner.py", line 224, in run
    return self._run_goals()
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/bin/goal_runner.py", line 195, in _run_goals
    result = self._execute_engine()
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/bin/goal_runner.py", line 183, in _execute_engine
    result = engine.execute(self._context, self._goals)
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/engine/legacy/round_engine.py", line 26, in execute
    self.attempt(context, goals)
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/engine/legacy/round_engine.py", line 233, in attempt
    goal_executor.attempt(explain)
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/engine/legacy/round_engine.py", line 278, in attempt
    task.execute()
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/backend/python/tasks/resolve_requirements.py", line 29, in execute
    pex = self.resolve_requirements(interpreter, self.context.targets(has_python_requirements))
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/backend/python/tasks/resolve_requirements_task_base.py", line 96, in resolve_requirements
    pex_builder.add_requirement_libs_from(req_libs, platforms=platforms)
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/python/pex_build_util.py", line 202, in add_requirement_libs_from
    self.add_resolved_requirements(reqs, platforms=platforms)
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/python/pex_build_util.py", line 275, in add_resolved_requirements
    distributions = self.resolve_distributions(reqs, platforms=platforms)
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/python/pex_build_util.py", line 251, in resolve_distributions
    self._builder.interpreter, list(deduped_reqs), platforms, list(find_links),
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pants/python/pex_build_util.py", line 339, in _resolve_multi
    manylinux=python_setup.manylinux,
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pex/resolver.py", line 741, in resolve
    ignore_errors=ignore_errors)
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pex/resolver.py", line 884, in resolve_multi
    max_parallel_jobs=max_parallel_jobs
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pex/resolver.py", line 615, in install_distributions
    self._check_install(installed_distributions)
  File "/root/.cache/pants/setup/bootstrap-Linux-x86_64/1.29.0_py37/lib/python3.7/site-packages/pex/resolver.py", line 655, in _check_install
    for index, failure in enumerate(unsatisfied))
pex.resolver.Unsatisfiable: Failed to resolve compatible distributions:
1: apache-airflow==1.10.11 requires werkzeug<1.0.0 but Werkzeug 1.0.1 was resolved