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

Incompatible Requirements #75

Closed
Gembot-ai-admin opened this issue Jun 10, 2021 · 1 comment
Closed

Incompatible Requirements #75

Gembot-ai-admin opened this issue Jun 10, 2021 · 1 comment

Comments

@Gembot-ai-admin
Copy link

Gembot-ai-admin commented Jun 10, 2021

When running shards install this error occurs:

==> Installing amberframework/micrate/micrate
==> shards install
Last 15 lines from /Users/richardhp/Library/Logs/Homebrew/micrate/01.shards:

Resolving dependencies
Fetching https://github.com/will/crystal-pg.git
Fetching https://github.com/crystal-lang/crystal-mysql.git
Fetching https://github.com/crystal-lang/crystal-sqlite3.git
Fetching https://github.com/crystal-lang/crystal-db.git
Fetching https://gitlab.com/arctic-fox/spectator.git
Unable to satisfy the following requirements:

- `crystal (< 1.0.0)` required by `pg 0.21.1`
- `crystal (~> 0.30, >= 0.30.0)` required by `mysql 0.11.2`
- `crystal (~> 0.28, >= 0.28.0)` required by `sqlite3 0.16.0`
- `crystal (~> 0.25, >= 0.25.0)` required by `db 0.9.0`
- `crystal (~> 1.0, >= 1.0.0)` required by `spectator 0.9.38+git.commit.92f758084d21959dabf0358087a846cf58cd9172`
Failed to resolve dependencies, try updating incompatible shards or use --ignore-crystal-version as a workaround if no update is available.

The requirement from pg is crystal (< 1.0.0) whereas from spectator it is crystal (~> 1.0, >= 1.0.0).

These seemingly cannot both be satisfied simultaneously

@drujensen
Copy link
Member

should be fixed

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

2 participants