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

respect the env http_proxy and https_proxy when buildozer download dependences #998

Closed
aohan237 opened this issue Dec 3, 2019 · 4 comments

Comments

@aohan237
Copy link

aohan237 commented Dec 3, 2019

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

@AndreMiras
Copy link
Member

Yes that makes sense indeed, also the all_proxy variable. Feel free to pull request it

@Julian-O
Copy link
Contributor

#267 is potentially related.

@Julian-O
Copy link
Contributor

All the direct downloads in Buildozer now use buildops.download(), which is built on urllib.request which respects the proxies set on the OS.

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.

@Julian-O
Copy link
Contributor

This is being closed, but not forgotten. It has been consolidated into issue #1727.

@Julian-O Julian-O closed this as not planned Won't fix, can't repro, duplicate, stale Oct 26, 2023
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

3 participants