Poetry2nix | 324 Members | |
| https://github.com/nix-community/poetry2nix | 62 Servers |
| Sender | Message | Time |
|---|---|---|
| 27 Feb 2024 | ||
In reply to@gaivs:matrix.orgwas having an issue, it seems to have resolved itself but had to run out before i could ask | 12:18:39 | |
| * was having an issue, it seems to have resolved itself but had to run out before i could update/ask the question | 12:18:50 | |
In reply to @xescure:matrix.org It seems to work for the hard coded versions of pyqt6 in the tests directory for pyqt6. I wonder why this is the case... | 12:48:10 | |
In reply to @xescure:matrix.org
| 15:16:15 | |
In reply to @xescure:matrix.org*
| 15:16:36 | |
| This abomination solved my problems | 15:18:20 | |
| 28 Feb 2024 | ||
| Do anyone know of any larger projects that use poetry2nix that I can use for inspiration? | 10:26:59 | |
In reply to @gaivs:matrix.orgMaybe not large per se, but this is the most complex poetry2nix setup I've built. | 10:57:33 | |
| Hello everyone, I'm building containers using poetry2nix (and everything works, thanks for your work!) For debugging the application, I must systematically do a path mapping between the libs in the container and the path on the dev tool (/home/(...)/dev/lib1:/nix/store/ (...)lib1/lib/python...). I'm looking for a tip to generate an env with all my linked libs (a bit like with nix-shell) with a deterministic path (/run/current-system/dev/lib/python...?). Is there a trick to defining a list of python libs (and a destination path) to place in a common directory with poetry2nix? | 16:00:39 | |
| My first thought was that it's not really poetry2nix's job to do that. But since it generates the app startup scripts, I have to modify them after being created | 16:04:31 | |
| I'm testing but it seems that mkPoetryEnv meets my needs | 16:21:09 | |
| this was simpler than expected => py_env = (entrypoint.python.withPackages (ps: [<my poetry app>])); | 18:18:55 | |
| 29 Feb 2024 | ||
| 11:52:11 | ||
| 5 Mar 2024 | ||
| 03:45:01 | ||
| 03:45:20 | ||
Hey, I'm trying to build the vllm package (an LLM inference server) with poetry2nix. I corrected the build-system related errors I could, but now I can't build safetensors 0.4.2 and I can't use an earlier version. The failure is due to maturin: I tried what I could in the issue tracker, and tried setting preferWheel to true, but I still can't getting this built. Before I open an issue, is there something I should try? I created a repo for reproducibility here: https://github.com/meditans/packaging-vllm | 03:55:44 | |
| if you run the default shell in that flake, you will see the
| 03:58:03 | |
* Hey, I'm trying to build the vllm package (an LLM inference server) with poetry2nix. I corrected the build-system related errors I could, but now I can't build safetensors 0.4.2 and I can't use an earlier version. The failure is due to maturin: I tried what I could in the issue tracker, and tried setting preferWheel to true, but I still can't get this built. Before I open an issue, is there something I should try? I created a repo for reproducibility here: https://github.com/meditans/packaging-vllm | 03:59:20 | |
* Hey, I'm trying to build the vllm package (an LLM inference server) with poetry2nix. I corrected the build-system related errors I could, but now I can't build safetensors 0.4.2 and I can't use an earlier version. The failure is due to maturin: I tried the solutions I found in the issue tracker, and tried setting preferWheel to true, but I still can't get this built. Before I open an issue, is there something I should try? I created a repo for reproducibility here: https://github.com/meditans/packaging-vllm | 03:59:43 | |
| Have you tried adding matirin to your overrides? | 09:47:17 | |
| *maturin | 09:47:27 | |
| Yes, both as the maturin package in pkgs, and the python module maturin. That didn't change things (maybe I did something incorrectly though). I also tried adding the maturin hook, and still no progress. | 11:33:35 | |
| Strange, I didn't really understand the overrides.nix file you have, but whenever I've had a similar error I've just followed the edgecases documentation in the poetry2nix repo, and it has worked | 11:50:51 | |
| Thanks for looking at the problem! Did your patches work even for the rust/python toolchain, like maturin? Can you share an example? I agree that for normal buildtools like setuptools it works alright. | 11:53:18 | |
| Can't recall if I've come across any specific maturin problems yet. You should open a github issue, they state in the edgecases document that they need examples for maturin use, as it is pretty new | 12:16:11 | |
| I solved the problem about https://github.com/nix-community/poetry2nix/issues/1115#issuecomment-1611913900
to:
otherwise, | 18:11:46 | |
| Now I have still a problem, and I'm wandering if someone encountered it before:
This happens when I try to build the wheel for the last package I need, llvm itself. As usual, one can try the failing build at the latest commit of the repo I linked in the first question. I wonder who should set | 18:18:55 | |
| * Now I have still a problem, and I'm wondering if someone encountered it before:
This happens when I try to build the wheel for the last package I need, llvm itself. As usual, one can try the failing build at the latest commit of the repo I linked in the first question. I wonder who should set | 18:19:04 | |
| * Now I have still a problem, and I'm wondering if someone encountered it before:
This happens when I try to build the wheel for the last package I need, | 18:19:19 | |
| * Now I have still a problem, and I'm wondering if someone encountered it before:
This happens when I try to build the wheel for the last package I need, | 18:19:38 | |