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

Travis tests failing: Unsatistfiable requirements for TableTraits #88

Closed
ablaom opened this issue May 1, 2019 · 4 comments · Fixed by JuliaRegistries/General#494
Closed

Comments

@ablaom
Copy link
Contributor

ablaom commented May 1, 2019

From this build attempt:

ERROR: Unsatisfiable requirements detected for package TableTraits [3783bdb8]:
 TableTraits [3783bdb8] log:
 ├─possible versions are: [0.0.1-0.0.3, 0.1.0, 0.2.0, 0.3.0-0.3.1, 0.4.0-0.4.1, 1.0.0] or uninstalled
 ├─restricted to versions * by Tables [bd369af6], leaving only versions [0.0.1-0.0.3, 0.1.0, 0.2.0, 0.3.0-0.3.1, 0.4.0-0.4.1, 1.0.0]
 │ └─Tables [bd369af6] log:
 │   ├─possible versions are: 0.2.0 or uninstalled
 │   └─Tables [bd369af6] is fixed to version 0.2.0
 ├─restricted to versions 1.0.0 by an explicit requirement, leaving only versions 1.0.0
 └─restricted by compatibility requirements with QueryOperators [2aef5ad7] to versions: [0.0.1-0.0.3, 0.1.0, 0.2.0, 0.3.0-0.3.1, 0.4.0-0.4.1] — no versions left

etc
@fredrikekre
Copy link

fredrikekre commented May 2, 2019

The interesting part from the log was left out here, the problem is: https://github.com/JuliaRegistries/General/blob/17357a5c1c15c67fa8ec591c82f3263af6befbef/Q/QueryOperators/Compat.toml#L20
QueryOperators is not compatible with IteratorInterfaceExtensions 1.0

@nalimilan
Copy link
Member

Looks like it's caused by JuliaLang/Pkg.jl#110. So the only solution is to port QueryOperators to IteratorInterfaceExtensions 1.0. @davidanthoff Is that going to take a lot of work?

@nalimilan
Copy link
Member

ActuallyQueryOperators already supports IteratorInterfaceExtensions 1.0: its Project.toml file doesn't have an upper bound, and tests pass. See JuliaRegistries/General#494.

@quinnj
Copy link
Member

quinnj commented May 4, 2019

Closing since this isn't a Tables.jl issue.

@quinnj quinnj closed this as completed May 4, 2019
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

Successfully merging a pull request may close this issue.

4 participants