-
Notifications
You must be signed in to change notification settings - Fork 28
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
Cannot update to Blosc 0.2.0 on Windows #37
Comments
Looks like a network error during download? Can you download |
Yes, I can manually download that file without any problem. And, I still cannot build Blosc; the same error still occurs. So, I don't think this is a network problem. |
Perhaps, would the following stackoverflow post be helpful? |
@BoundaryValueProblems, it is something specific to your machine, because it works fine for other Windows users. (e.g. the AppVeyor tests are passing). Possibly related to JuliaPackaging/WinRPM.jl#40? i.e. maybe you have some kind of firewall? |
@stevengj, somehow, I could build Blosc just now. It's quite strange. I didn't change any firewall setting. But I just ran Pkg.update(), which updated many packages including Compat, SHA, and Atom, and more over I updated two Juno-Atom packages (atom-ink and atom-julia-client), and that forced me to restart atom. Then, Pkg.build("Blosc") worked without any error... I'm puzzled if those other package updates affected my building the Blosc package... |
Okay, reopen it occurs again. |
Blosc was working on Windows machines until recently, but when I ran
Pkg.update()
, it failed with the following errors:I didn't have any problems updating Blosc on my Mac OS X and Ubuntu/Linux machines. So, this is certainly a Windows-specific problem.
Thanks a lot for your help!
BVPs
The text was updated successfully, but these errors were encountered: