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

Fix error on TravisCI #3966

Merged
merged 1 commit into from
Sep 8, 2017
Merged

Conversation

reyoung
Copy link
Collaborator

@reyoung reyoung commented Sep 7, 2017

It seems that Travis change the running image. The /usr/local/ is
not writable in new images. Use sudo for pip to resolve this.

It seems that Travis change the running image. The /usr/local/ is
not writable in new images. Use `sudo` for pip to resolve this.
@@ -21,7 +21,6 @@ addons:
- python
- python-pip
- python2.7-dev
- python-numpy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is not necessary because it is in requirement.txt

@reyoung reyoung changed the title Test travis-ci Do not merge Fix error on TravisCI Sep 8, 2017
Copy link
Contributor

@dzhwinter dzhwinter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JiayiFeng
Copy link
Collaborator

Many thanks!

@reyoung reyoung merged commit c9e59a0 into PaddlePaddle:develop Sep 8, 2017
@reyoung reyoung deleted the feature/fix_travis_ci branch October 2, 2017 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants