-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
sqlalchemy-1.4.49 fails to build due to greenlet markers #1351
Comments
I am not familiar enough with markers to say whether this is an instance of #71 |
Looks like this is a bug in poetry itself: python-poetry/poetry#5429
|
My system is Using the proposed workaround of specifying the dependency in pyproject.toml as |
I think it's both an instance of #71 and an instance of the upstream poetry issue. |
Can you try this again against poetry2nix master? We just swapped implementation of markers. |
I can confirm this fixes the issue. I had to switch nixpkgs-unstable and adapt to changes in the poetry2nix flake though, so won't use this for real so far. |
Describe the issue
Building sqlalchemy-1.4.49 fails with python-3.8, claiming to fail finding a version of
greenlet
as a dependency that suits the markers defined in poetry.lock:Removing the markers for greenlet from poetry.lock makes the build succeed again.
Additional context
The sqlalchemy definition from poetry.lock:
The full poetry.lock file is here.
Full build log of sqlalchemy:
gc98hhkgvbvz51h118bf8lpvl42mi60j-python3.8-sqlalchemy-1.4.49.drv.log.txt
poetry2nix version: rev fe0dcb4, following nixpkgs-23.05
default.nix
/shell.nix
/flake.nix
:pyproject.toml
(excerpt):The text was updated successfully, but these errors were encountered: