-
Notifications
You must be signed in to change notification settings - Fork 0
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
OSError: [Errno 13] Permission denied when installing awscli in Travis build environment #4
Comments
This stackoverflow article indicates that we just need to be running a version of Python greater than the default one that's used in the Travis build environment. I suspect that's why most of our updated or According to this discussion in the 2018 backend exemplar repo, the "stretch" variant of Python was used to enable development scenarios, and Ed makes a reasonable case for consistency over minimalization, so I'll try the stretch variant here too. According to Docker Hub the latest stretch variant is |
However, since we're already deriving this container Later in that stackoverflow article they describe how to use multiple However, I later realized that the So I'll try adding this to the
|
Well crap, that didn't help at all. Which tells me I was fixing the wrong problem - and sure enough I was able to find other repos whose Travis builds got past this step fine, even with the same InsecurePlatformWarning. Looking a little closer there's an Let's try this stackoverflow article's advice first - install |
Yup, that fixed the Travis build error. Fixed by 69dc9ac. |
I'm a little late to the party but I strongly recommend against upgrading from Python 3.6 to 3.7. We should update whenever the third digit in 3.6.x updates if it's a security fix, otherwise not. |
Error during Travis build
Build 16 from this repo coughed up the following error and halted:
The text was updated successfully, but these errors were encountered: