poetry2nix
poetry2nix copied to clipboard
Convert poetry projects to nix automagically [maintainer=@adisbladis]
Hello, how can I understand (and resolve) the following error: ``` { pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-unstable") { } }: with pkgs; let src = fetchFromGitHub { owner = "nix-community";...
Pandas and Chardet seem to be missing a few dependencies, for example pkgconfig. I started adding overrides but got stuck with `setuptools-rust` that seems also to be required. No need...
I am trying to convert my project to use nix. I am new to this environment and just completed the nix pills series. It is hard to find any source...
The README now has an API section, the next step is to add a Usage segment which should also cover overrides, the different ways to override (with defaults, without, with...
The evaluation in poetry2nix doesn't take and/or precedence into account, which causes problems with more complex conditionals. Like conditional dependencies which propagate their marker resulting in multiple conditions. eg. ```python...
This includes `setuptools` when building `django-cockroachdb` and `psycopg2-binary`.
### Describe the issue ```console $ nix-shell --pure --run black Traceback (most recent call last): File "/nix/store/19w1d4gx5fb0mr9lx10pslnnrrwxzaki-python3.9-black-22.10.0/bin/.black-wrapped", line 6, in from black import patched_main File "/nix/store/639k9wgp2ch5akap7xyylcifnq1ip4a4-python3-3.9.13-env/lib/python3.9/site-packages/black/__init__.py", line 37, in from...
### Describe the issue Since #736 got merged (I confirmed by pinning the commit in the flake input), I'm getting this error: ``` nix build warning: Git tree '/home/asymmetric/code/foo/bar' is...
### Describe the issue Shall we add setuptools as native build inputs by default? ### Additional context