You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most recent tag of ibis is broken in nixpkgs unstable, since it requires sqlglot<=20.11,>=18.12.0 but sqlglot in nixpkgs has been updated to 21.
It seems that more recent commits of ibis upgraded all the way to 23: NixOS/nixpkgs@fc7168d
Would it be possible to release a new tag of ibis incorporating the sqlglot upgrade, so that (hopefully) sqlglot and ibis could both be upgraded to a state where ibis builds?
error: builder for'/nix/store/rh3bjhhznv03p438yph1sxmj4yp0k9gq-python3.11-ibis-framework-8.0.0.drv' failed with exit code 1;
last 10 log lines:
> Creating a wheel...
>* Getting build dependencies for wheel...
>* Building wheel...
> Successfully built ibis_framework-8.0.0-py3-none-any.whl
> Finished creating a wheel...
> Finished executing pypaBuildPhase
> Running phase: pythonRuntimeDepsCheckHook
> Executing pythonRuntimeDepsCheck
> Checking runtime dependencies for ibis_framework-8.0.0-py3-none-any.whl
> - sqlglot<=20.11,>=18.12.0 not satisfied by version 21.1.1
For full logs, run 'nix-store -l /nix/store/rh3bjhhznv03p438yph1sxmj4yp0k9gq-python3.11-ibis-framework-8.0.0.drv'.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
We have a fairly big release coming up and we still have a few kinks to work out. Hard to say exactly what the timeline is more specifically than "soon" :)
I hope that in the next few weeks we can cut a release.
What happened?
The most recent tag of ibis is broken in nixpkgs unstable, since it requires sqlglot<=20.11,>=18.12.0 but sqlglot in nixpkgs has been updated to 21.
It seems that more recent commits of ibis upgraded all the way to 23: NixOS/nixpkgs@fc7168d
Would it be possible to release a new tag of ibis incorporating the sqlglot upgrade, so that (hopefully) sqlglot and ibis could both be upgraded to a state where ibis builds?
Also discussed this here: NixOS/nixpkgs@fc7168d#commitcomment-140226400
What version of ibis are you using?
8.0.0
What backend(s) are you using, if any?
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: