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

A few suggestions concerning binary downloads #55

Closed
Zulko opened this issue Dec 17, 2014 · 1 comment · Fixed by #60
Closed

A few suggestions concerning binary downloads #55

Zulko opened this issue Dec 17, 2014 · 1 comment · Fixed by #60

Comments

@Zulko
Copy link
Contributor

Zulko commented Dec 17, 2014

I installed imageio 3-4 times, and once "import imageio" produced a bug because it could not download a binary (temporary connection problem I guess). Just running the script a second time worked fine.

So maybe it would be worth combining the try/except statement with a "for" loop to retry binary downloads several times when it doesn't work. This way you're quasi-sure that it will always work, and when you get a bug report saying it couldn't download the binaries, you're sure it's something serious.

Also I think the binary downloads could use more text, like (maybe exagerated)

[imageio] X.exe wasn't found on your computer, downloading it now. This will only be done once.

And in case of bug: "Downlaod failed, please report the issue or try again in a moment".

Cheers !

@almarklein
Copy link
Member

Thanks, I agree with these suggestions :) I'll get on it once #45 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants