Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude protobuf 3.8.0rc1 from dependencies #7083

Merged
merged 1 commit into from
May 8, 2019

Conversation

niboshi
Copy link
Member

@niboshi niboshi commented May 8, 2019

Currently CI is broken in master.
It turned out that cause is protobuf==3.8.0rc1 being used in CIs.
In some CIs we install Chainer with python setup.py install, which causes pre-release dependencies to be installed (pypa/setuptools/issues/855).

This PR is a temporary workaround.
We should probably always use pip for installing chainer.

This was referenced May 8, 2019
@niboshi niboshi added cat:install Build and installation. to-be-backported Pull request that should be backported. labels May 8, 2019
@hvy
Copy link
Member

hvy commented May 8, 2019

Jenkins, test this please.

@pfn-ci-bot
Copy link
Collaborator

Successfully created a job for commit 5496640:

1 similar comment
@pfn-ci-bot
Copy link
Collaborator

Successfully created a job for commit 5496640:

@chainer-ci
Copy link
Member

Jenkins CI test (for commit 5496640, target branch master) succeeded!

@hvy hvy added the st:test-and-merge State indicating that pull request is approved by a reviewer and can be merged after CI passes. label May 8, 2019
@hvy hvy added this to the v7.0.0a1 milestone May 8, 2019
@hvy
Copy link
Member

hvy commented May 8, 2019

Hm, convolution_2d tests are failing on pfnCI but are they even related to this PR?

Edit: Seemed like they were not but were rather cased by the latest CuPy. Temporarily going back to an older version of CuPy got rid of the failures. Will merge this PR once everything looks green.

@hvy
Copy link
Member

hvy commented May 8, 2019

LGTM!

@hvy hvy merged commit 6c1da6b into chainer:master May 8, 2019
hvy added a commit to hvy/chainer that referenced this pull request May 8, 2019
Exclude protobuf 3.8.0rc1 from dependencies
@hvy hvy removed the st:test-and-merge State indicating that pull request is approved by a reviewer and can be merged after CI passes. label May 8, 2019
@niboshi niboshi deleted the protobuf-no-pre branch May 8, 2019 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:install Build and installation. to-be-backported Pull request that should be backported.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants