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
{{ message }}
This repository was archived by the owner on Oct 7, 2022. It is now read-only.
@cyraxjoe This is currently in progress. Check out #383 if you want to see how things are going
For everyone who cares:
I identified the issue and it is two fold:
Pip cannot build flit>=2.0 as of version 19.3.1. A fix was already merged to master though.
nixpkgs cannot handle building flit_core without being explicitly told about it being a pyproject package. Check out section 15.17.2.2.1.1. of the nixpkgs manual (You have to scroll down a bit to find the relevant section, search for "format ?" in that document to find it). This is being addressed in Fix issues with building flit #383
Thank you for the update @seppeljordan (and your work on keeping alive pypi2nix!)
I temporarily end-up working around the issue by not regenerating my requirements.nix and using the current one for my project with flit-1.3. But this will become an issue when I decide to update my dependencies.
The
flit
package cannot be built. This is due to a bug/missing feature inpip
. This is addressed in pypa/pip#7394We need to update pip as soon as a release including this change is published.
The text was updated successfully, but these errors were encountered: