Poetry2nix | 329 Members | |
| https://github.com/nix-community/poetry2nix | 61 Servers |
| Sender | Message | Time |
|---|---|---|
| 22 Feb 2022 | ||
In reply to @x10an14:matrix.orghttps://paste.sr.ht/~x10an14/8b83382fa0c3a0352ed79f9757b7ae7ff7249263 <-- A python egg a different dependency tries to create. I'ma be busy searching the poetry2nix repo's issues =P | 16:57:40 | |
In reply to @x10an14:matrix.orgmy guess: fiass-logging needs pytest-runner, but does not specify so, or trying to download it during build (which is prohibited) | 17:00:42 | |
In reply to @x10an14:matrix.org* my guess: fiass-logging needs pytest-runner, but does not specify so, or trying to download it during build (but this is prohibited) | 17:00:59 | |
In reply to @mou_bugtracker:matrix.orgGood guess, I think you're onto something there. I'ma try some more, but it's defniitely in need of pytest-runner. | 17:05:44 | |
| https://github.com/fiaas/logging/blob/cd8791332c932ed8a69b82e80986022b0d21af75/setup.py#L69 | 17:08:41 | |
| poetry2nix has no way to extract such metadata from python code ( | 17:13:45 | |
| 3 Mar 2022 | ||
| Hello, while building a derivation with poetry2nix, I get this error:
I guess it comes from this part of the
Any clues on how to fix that problem? | 12:32:37 | |
| * Hello, on
I guess it comes from this part of the
Any clues on how to fix that problem? | 12:33:05 | |
| 13:24:39 | ||
| 13:25:47 | ||
| Hi all, I'm trying to get my project going with poetry2nix for the first time. I'm not managing to get my shell working. I get an error "Missing suitable source/wheel file for entry" It comes from a library of our company, which is hosted in our private pypi server. | 13:27:29 | |
| I have added our pypi server to the pyproject.toml, and if using it outsinde of nix I do manage to add the library to my virtual environment | 13:28:18 | |
| 4 Mar 2022 | ||
| 18:01:52 | ||
| Anyone available to help troubleshoot failing build? | 18:04:09 | |
| * Anyone available to help troubleshoot a failing build? | 18:04:22 | |
| 5 Mar 2022 | ||
| 13:56:07 | ||
| 6 Mar 2022 | ||
In reply to @jmgilman:matrix.orgYou should post the error instead of asking if anyone is available to help you | 09:05:20 | |
| 8 Mar 2022 | ||
| 16:16:26 | ||
| 18:32:14 | ||
| 16:17:40 | ||
| 23:43:02 | ||
Any idea why poetry2nix fails to install benchexec? Benchexec's setup.cfg specifies lxml, which pip tries to download, but can't. How do I make an overlay to use the "right" lxml? | 23:51:08 | |
| 9 Mar 2022 | ||
| 04:23:32 | ||
Hello! I went through the tutorial on Youtube for packaging a Flask app. I would love to do the same thing with a Django app but I assume that I would need to figure out how to start my app from the tool.poetry.scripts command in pyproject.toml. However, I can't find any resource on how exactly to do that. Currently I run python manage.py runserver. How can I specify that command from poetry? | 04:43:41 | |
| 12:40:05 | ||
| 22:05:15 | ||
How should I expose the Poetry executable itself when using mkPoetryEnv? I need to be able to run things like poetry add while in the Nix shell. Using mkShell with buildInputs = [ pkgs.poetry ]; seems wrong. | 22:07:17 | |
* How should I expose the Poetry executable itself when using mkPoetryEnv? I need to be able to run things like poetry add while in the Nix shell. Using mkShell with buildInputs = [ pkgs.poetry ]; seems wrong. And using extraPackages = ps: [ ps.poetry ]; fails with a collision message. | 22:10:01 | |
| 10 Mar 2022 | ||
In reply to @vengmark2:matrix.org i use this approach (snippet taken from flake.nix)
| 05:43:44 | |
In reply to @tompurl:destrocodpiece.wtfSorry for late reply, but this question is about poetry itself, not about it integration with nix nor the poetry2nix. So i'm afraid you should try to search answer in diffrerent community. At least i'm not aware about soulution. | 14:56:47 | |