tmiland / invidious-updater

Automatic install and update script for Invidious
https://github.com/iv-org/invidious
MIT License
241 stars 38 forks source link

Failed to resolve dependencies #58

Closed TheFrenchGhosty closed 3 years ago

TheFrenchGhosty commented 3 years ago

Describe the bug

When updating:

Unable to satisfy the following requirements:

- `crystal (>= 0.35.0, < 2.0.0)` required by `pg 0.23.1`
- `crystal (>= 0.35.0, < 2.0.0)` required by `sqlite3 0.18.0`
- `crystal (~> 0.35, >= 0.35.0)` required by `kemal 0.27.0`
- `crystal (< 1.0.0)` required by `pool 0.2.3`
- `crystal (~> 0.34, >= 0.34.0)` required by `protodec 0.1.3`
- `crystal (~> 0.36, >= 0.36.1)` required by `lsquic 2.23.1`
- `crystal (~> 0.35, >= 0.35.0)` required by `db 0.10.0`
- `crystal (< 1.0.0)` required by `radix 0.3.9`
Failed to resolve dependencies, try updating incompatible shards or use --ignore-crystal-version as a workaround if no update is available.

To Reproduce Try to install latest master.

Additional context

Crystal 0.36 is installed:

# crystal --version
Crystal 0.36.0 (2021-01-26)

lsquic.cr just got updated, it's maybe the problem.

TheFrenchGhosty commented 3 years ago

It's an Invidious issue.

https://github.com/iv-org/invidious/issues/1863