Poetry2nix | 325 Members | |
| https://github.com/nix-community/poetry2nix | 62 Servers |
| Sender | Message | Time |
|---|---|---|
| 2 Apr 2022 | ||
| That looks like another upstream issue | 15:00:42 | |
| Source distribution does not include file referenced from setup.py
https://github.com/bzamecnik/midi2audio/blob/2174329842e7c5fc777d900d8222eb6382adea33/setup.py#L13 | 15:02:03 | |
| That would definitely be a problem | 15:10:09 | |
In reply to @mou_bugtracker:matrix.orgOk, thanks I'll investigate this and see if I can fix it (really don't know much about source distributions and wheels) | 15:26:08 | |
| 20:32:01 | ||
| 20:33:02 | ||
| Hello everyone. I'm trying for a few hours now to build a
Anyone have an idea what I can do now? I tried a few things but wasn't successful, no idea how to continue approaching this. Any suggestions appreciated :) | 20:42:42 | |
| Where i can find source of jupyter-client to look into? Or maybe your intermediate work could be posted somehow, so i can try debug or play with? | 21:10:31 | |
It should be as simple as having a new poetry package with ipykernel==6.11 as direct dependency (which has jupyter-client 7.2.1 as dependency), but I'm getting a error: value is null while a set was expected that I just can't seem to figure out | 21:51:00 | |
| Here's my attempt: https://github.com/fkarg/poetry2nix-debugging-testing | 21:55:40 | |
| 4 Apr 2022 | ||
In reply to @fkarg:matrix.org First of all, i'm only learning nix. I focused my attenttion on cffi package. and after
After this building of your tree start failing on I really do not know why poetry does this changes. But looking at poetr2nix code i can say - in overrides, there is logic what cffi does not existst beyond pypy implementation | 07:25:11 | |
In reply to @fkarg:matrix.org* First of all, i'm only learning nix. I focused my attenttion on cffi package. and after
After this building your tree start failing on I really do not know why poetry does this changes. But looking at poetr2nix code i can say - in overrides, there is logic what cffi does not existst beyond pypy implementation | 07:25:40 | |
| problem with ipykernel is most likely related to build tool. It somehow explained in https://github.com/nix-community/poetry2nix/blob/master/docs/edgecases.md I think adding flint-core to buildInputs will help solve it | 07:27:58 | |
| Please consider check your poetry version and update if it's required | 07:30:59 | |
In reply to @mou_bugtracker:matrix.orgPoetry is version 1.1.12 and 1.1.13 on my other computer, both with same results | 10:36:55 | |
| Hm. Maybe it's OS related. I do not know, sorry. I tried this on Linux | 10:37:45 | |
In reply to @mou_bugtracker:matrix.orgYeah, that's an awesome resource, I found that too afterwards. I figured out a bit and now an issue seems to be that there's package duplicates of some (other) python packages which nix doesn't seem to be able to figure out. | 10:50:26 | |
| 5 Apr 2022 | ||
| Hello dear community. I'm building a python app to manage git meta-repositories. Sort of a better replacement for git-submodules. I'm facing an infinite recursion problem when trying to install path dependencies from a source code tree generated with that tool. As you can see in https://discourse.nixos.org/t/how-to-debug-infinite-recursion/18470?u=yajo nix does not produce any stack trace when getting to an infinite recursion, so I'm unable to debug where's the problem. I kindly ask some nix pro to give me a hand here. I isolated a reproducible test case, see https://gitlab.com/moduon/mrchef/-/merge_requests/1#note_900775108 Thanks! | 09:20:59 | |
| * Hello dear community. I'm building a python app to manage git meta-repositories. Sort of a better replacement for git-submodules. I'm facing an infinite recursion problem when trying to install path dependencies with poetry2nix from a source code tree generated with that tool. As you can see in https://discourse.nixos.org/t/how-to-debug-infinite-recursion/18470?u=yajo nix does not produce any stack trace when getting to an infinite recursion, so I'm unable to debug where's the problem. I kindly ask some nix pro to give me a hand here. I isolated a reproducible test case, see https://gitlab.com/moduon/mrchef/-/merge_requests/1#note_900775108 Thanks! | 09:21:18 | |
In reply to @jairo:recallstack.icuI found the infinite recursion problem. Fixed in https://github.com/nix-community/poetry2nix/pull/585 | 13:06:23 | |
| 7 Apr 2022 | ||
In reply to @jairo:recallstack.icuhello folks! is there any problem with this PR? it seems a pretty obvious fix, isn't it? | 10:36:01 | |
In reply to @jairo:recallstack.icuadisbladis: probably just hasn't had time to review it | 11:05:55 | |
| * adisbladis: probably just hasn't had time to review it | 11:06:11 | |
| 8 Apr 2022 | ||
If I open a shell with pkgs.python38.withPackages(ps: [ps.poetry]), where pkgs includes upstream poetry2nix overlay, I get the older poetry package (from upstream nixpkgs) instead of getting the overlaid and updated poetry package from poetry2nix.How can I get updated poetry working in a python38 environment? | 08:39:04 | |
| 10 Apr 2022 | ||
| 16:26:25 | ||
| 11 Apr 2022 | ||
| 13:54:00 | ||
| 12 Apr 2022 | ||
| 04:21:52 | ||
| 05:03:08 | ||
| Download flake.nix | 05:04:41 | |
| Download pyproject.toml | 05:04:45 | |