Merged
Conversation
Version 40.0.0 seems to give gateway timeout while downloading: ``` wget https://pypi.python.org/packages/source/s/setuptools/setuptools-40.0.0.zip --2019-04-18 12:26:42-- https://pypi.python.org/packages/source/s/setuptools/setuptools-40.0.0.zip Resolving pypi.python.org (pypi.python.org)... 151.101.132.223, 2a04:4e42:1f::223 Connecting to pypi.python.org (pypi.python.org)|151.101.132.223|:443... connected. HTTP request sent, awaiting response... 301 Redirect to Primary Domain Location: https://pypi.org/packages/source/s/setuptools/setuptools-40.0.0.zip [following] --2019-04-18 12:26:43-- https://pypi.org/packages/source/s/setuptools/setuptools-40.0.0.zip Resolving pypi.org (pypi.org)... 151.101.64.223, 151.101.128.223, 151.101.192.223, ... Connecting to pypi.org (pypi.org)|151.101.64.223|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-40.0.0.zip [following] --2019-04-18 12:26:43-- https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-40.0.0.zip Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.133.63, 2a04:4e42:1f::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|151.101.133.63|:443... connected. HTTP request sent, awaiting response... 504 Gateway Time-out Retrying. ````
AndreMiras
added a commit
to AndreMiras/EtherollApp
that referenced
this pull request
Apr 18, 2019
Refs upstream: kivy/python-for-android#1795
inclement
approved these changes
Apr 29, 2019
Member
|
👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 40.0.0 seems to give gateway timeout while downloading: