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

Automatic donwload fai #44

Closed
UrKr opened this issue May 12, 2015 · 5 comments
Closed

Automatic donwload fai #44

UrKr opened this issue May 12, 2015 · 5 comments

Comments

@UrKr
Copy link

UrKr commented May 12, 2015

I got this error when running Pkg.build("GLFW")

automatic download failed (error: 2148270085): https://github.com/glfw/glfw/releases/download/3.1.1/glfw-3.1.1.bin.WIN32.zip
while loading C:\Users\user.julia\v0.3\GLFW\deps\build.jl, in expression starting on line 68

I managed to bypass it by downloading "glfw-3.1.1.bin.WIN32.zip", and manually and putting it into .julia\v0.3\GLWF\deps\downloads.
I also had to remove:
download("https://github.com/glfw/glfw/releases/download/$version/$build.zip", archive)
from line 68 from the build.jl file.

It might have been just a problem on my end, but I thought I would post it here in case it needs fixing.

@jayschwa
Copy link
Member

Does download() work for you in general?

@UrKr
Copy link
Author

UrKr commented May 12, 2015

Yeah, now that I checked it doesn't seem to be working for me in general. I got the exact same error when I tried this:
download("https://github.com/JuliaLang/JuliaBox/README.md") (the first file I could find)

Though I'm not sure I'm doing it correctly, as I haven't actually done this before.

@SimonDanisch
Copy link
Member

For me, this URL is invalid...

@UrKr
Copy link
Author

UrKr commented May 12, 2015

Yeah, I was guessing at how to use the download() command, so I just appended the README.md to the end of the URL.

I tried download("https://github.com/kivy/kivy/archive/1.8.0.zip") this time. I'm pretty sure that one's valid, and I still got the same error. So it appears to be on my side. Sorry for wasting your time!

@jayschwa
Copy link
Member

I'd suggest updating your Julia to v0.3.8 if you haven't already. If you still have download problems with the latest version, I suggest you file a ticket on the distribution's repo.

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

No branches or pull requests

3 participants