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

Twine not installed, PyPI publishing fails. #470

Closed
bergwerf opened this issue Jun 30, 2016 · 5 comments
Closed

Twine not installed, PyPI publishing fails. #470

bergwerf opened this issue Jun 30, 2016 · 5 comments

Comments

@bergwerf
Copy link

There is an error while installing python packages: https://travis-ci.org/hermanbergwerf/bashbeautify/builds/141048289#L202. This breaks PyPI uploading: https://travis-ci.org/hermanbergwerf/bashbeautify/builds/141048289#L245. Could it be an issue with root on the container infrastucture?

@bergwerf
Copy link
Author

bergwerf commented Jul 2, 2016

https://travis-ci.org/hermanbergwerf/bashbeautify/builds/141854081#L186 Aaaaand fails again. Can you please fix this?

@BanzaiMan
Copy link
Contributor

I think there are a couple of issues.

  1. You are using Ruby build. This is causing some assumptions that the PyPI providers makes to be violated.
  2. PyPI does not appear to be designed for use by any language other than Python when running on containers.

For the former, please try adding language: python to the top level of your .travis.yml.

For the latter, you could try adding sudo: required. Either way, this needs to be documented.

@bergwerf
Copy link
Author

bergwerf commented Jul 5, 2016

Hmm, curious that Travis autodetects Ruby when there are no ruby files in my repo. But I'll add the language: python line and try again.

@BanzaiMan
Copy link
Contributor

It is not detecting. It is the default in the absence of the language: key.

Zebradil added a commit to Zebradil/powerline-taskwarrior that referenced this issue May 18, 2017
Jyrno42 added a commit to Jyrno42/tg-hammer that referenced this issue Sep 18, 2017
This should resolve the deployment issue which occured with the 0.6.4 automatic release based
on the following [comment](travis-ci/dpl#470 (comment))
Jyrno42 added a commit to Jyrno42/tg-hammer that referenced this issue Sep 18, 2017
This should resolve the deployment issue which occured with the 0.6.4 automatic release based
on the following [comment](travis-ci/dpl#470 (comment))
@stale
Copy link

stale bot commented Apr 12, 2018

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues

@stale stale bot added the stale label Apr 12, 2018
@stale stale bot closed this as completed Apr 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants