We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
you use python scripts to download the dependences of buildozer.
but it is hard to connect from China, and downloads will be closed randomly.
it is very nice if your python http request respects the env http_proxy and https_proxy
The text was updated successfully, but these errors were encountered:
Yes that makes sense indeed, also the all_proxy variable. Feel free to pull request it
all_proxy
Sorry, something went wrong.
#267 is potentially related.
All the direct downloads in Buildozer now use buildops.download(), which is built on urllib.request which respects the proxies set on the OS.
buildops.download()
urllib.request
There may be indirect downloads caused by running installers, but I would expect them to respect proxies too.
So, I am expecting proxies to work now.
Please let us know if you are still having this issue.
This is being closed, but not forgotten. It has been consolidated into issue #1727.
No branches or pull requests
you use python scripts to download the dependences of buildozer.
but it is hard to connect from China, and downloads will be closed randomly.
it is very nice if your python http request respects the env http_proxy and https_proxy
The text was updated successfully, but these errors were encountered: