15 Nov 2023 |
| NixOS Moderation Botchanged room power levels. | 18:12:54 |
18 Nov 2023 |
| Niklauz joined the room. | 01:13:16 |
19 Nov 2023 |
| pbsds changed their display name from pbsds to pbsds (federation borken, may not see reply). | 03:36:17 |
| ZXGU joined the room. | 10:58:42 |
| pbsds changed their display name from pbsds (federation borken, may not see reply) to pbsds. | 20:39:17 |
20 Nov 2023 |
| Manuel Bärenz left the room. | 09:32:37 |
22 Nov 2023 |
| ruro joined the room. | 20:46:56 |
24 Nov 2023 |
| @janik0:matrix.org joined the room. | 16:44:26 |
27 Nov 2023 |
| dbrw joined the room. | 02:16:29 |
28 Nov 2023 |
| @a-n-n-a-l-e-e:matrix.org joined the room. | 03:18:36 |
@a-n-n-a-l-e-e:matrix.org | fix for python cvxopt on macOS could use a review. was using the wrong linear algebra library. https://github.com/NixOS/nixpkgs/pull/270016 | 22:52:19 |
30 Nov 2023 |
| benmkw joined the room. | 06:47:47 |
1 Dec 2023 |
| ollito joined the room. | 05:33:53 |
| Charlotte 🦝 (it/rac/racs/racself/🦝/plush) changed their profile picture. | 09:39:58 |
4 Dec 2023 |
| Enoch Root joined the room. | 19:20:56 |
| Enoch Root set a profile picture. | 19:50:38 |
5 Dec 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 00:39:03 |
7 Dec 2023 |
| @kandread_umass.edu:matrix.org joined the room. | 23:56:18 |
9 Dec 2023 |
| dbrw set a profile picture. | 02:39:53 |
| @softinio:matrix.org changed their profile picture. | 05:18:52 |
| ollito set a profile picture. | 20:03:49 |
| ollito changed their display name from okwalleye to OldBlackHen. | 20:09:14 |
| ollito changed their profile picture. | 20:15:54 |
12 Dec 2023 |
Felix | If I'm understanding correctly the new jupyenv is using poetry2nix under the hood, in contrast to the old jupyterWith behaviour, relying on Nixpkgs, right? Did somebody alternatively try this to get back to the old behaviour? https://discourse.nixos.org/t/criticism-of-the-new-jupyterwith/28494/5 | 23:40:35 |
14 Dec 2023 |
maupind | Does anyone have a good flake that works with python? I feel like I have had so many issues to get one that just works. Never could get poetry working well, and thought I figured one but when I moved it to a different computer everything broke either due to update to some of the python packages, or the flake wasn't actually that reproducible | 16:33:38 |
Edmund Miller | In reply to @maupind:matrix.org Does anyone have a good flake that works with python? I feel like I have had so many issues to get one that just works. Never could get poetry working well, and thought I figured one but when I moved it to a different computer everything broke either due to update to some of the python packages, or the flake wasn't actually that reproducible https://github.com/tweag/python-nix-flake-template Here's a quick one https://github.com/tweag/python-nix-flake-template | 19:36:29 |
Edmund Miller | In reply to @maupind:matrix.org Does anyone have a good flake that works with python? I feel like I have had so many issues to get one that just works. Never could get poetry working well, and thought I figured one but when I moved it to a different computer everything broke either due to update to some of the python packages, or the flake wasn't actually that reproducible Here's one with poetry2nix | 19:36:50 |
Edmund Miller | In reply to @maupind:matrix.org Does anyone have a good flake that works with python? I feel like I have had so many issues to get one that just works. Never could get poetry working well, and thought I figured one but when I moved it to a different computer everything broke either due to update to some of the python packages, or the flake wasn't actually that reproducible nix-init changed my life though | 19:37:20 |
Edmund Miller | In reply to @maupind:matrix.org Does anyone have a good flake that works with python? I feel like I have had so many issues to get one that just works. Never could get poetry working well, and thought I figured one but when I moved it to a different computer everything broke either due to update to some of the python packages, or the flake wasn't actually that reproducible * nix-init changed my life though https://github.com/nix-community/nix-init | 19:37:26 |
15 Dec 2023 |
maupind | I'll have a look at these thank you! always had some issues with poetry2nix building some packages. But I my environment just broke recently. Not sure why, but it seems like shap package updated and is now trying to install lightgbm as a dependency but this doesn't build due to a newer gnu version 😂 | 17:21:08 |