Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Build does not complete due to issue with Py-YAML #2128

Closed
mdhedley opened this issue Mar 25, 2019 · 1 comment
Closed

Build does not complete due to issue with Py-YAML #2128

mdhedley opened this issue Mar 25, 2019 · 1 comment

Comments

@mdhedley
Copy link
Contributor

It appears that the build script is being impacted for the pip change documented in this issue:
pypa/pip#5247

PyYAML no longer installs as a result of this change in pip 10, and as a result all builds are failing, and all pull requests fail to build.

@mdhedley
Copy link
Contributor Author

mdhedley commented Mar 26, 2019

You can reproduce this error by running build.sh as is. It appears that the default pyyaml package installed by conda is now 5.15 while the google-cloud-dataflow package requires 4.0 > pyyaml < 3.12. Since conda installed pyyaml pip cannot upgrade/downgrade it and as a result the issue errors out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants