Closed rococtz closed 6 years ago
I have cloned the repo and cargo run --release but the crate called png cannot be downloaded:
cargo run --release
png
Updating git repository `https://github.com/rsaarelm/calx` Updating git repository `https://github.com/rsaarelm/vitral` Downloading rand v0.5.1 Downloading glium v0.21.0 Downloading calx-ecs v0.6.1 Downloading euclid v0.17.3 Downloading scancode v0.1.2 Downloading image v0.19.0 Downloading scoped_threadpool v0.1.9 warning: spurious network error (2 tries remaining): failed to get 200 response from `https://crates.io/api/v1/crates/scoped_threadpool/0.1.9/download`, got 500 Downloading png v0.12.0 warning: spurious network error (2 tries remaining): failed to get 200 response from `https://crates.io/api/v1/crates/png/0.12.0/download`, got 500 warning: spurious network error (1 tries remaining): failed to get 200 response from `https://crates.io/api/v1/crates/png/0.12.0/download`, got 500 error: unable to get packages from source Caused by: failed to get 200 response from `https://crates.io/api/v1/crates/png/0.12.0/download`, got 500
Can you try again? I believe crates.io was having some issues yesterday.
All dependencies are downloaded now, closing this.
I have cloned the repo and
cargo run --release
but the crate calledpng
cannot be downloaded: