poetry2nix icon indicating copy to clipboard operation
poetry2nix copied to clipboard

Convert poetry projects to nix automagically [maintainer=@adisbladis]

Results 247 poetry2nix issues
Sort by recently updated
recently updated
newest added

Can't install detectron2, ​because poetry fails itself. https://github.com/python-poetry/poetry/issues/2113 Can we use pre-built binaries of detectron2 with poetry? https://detectron2.readthedocs.io/en/latest/tutorials/install.html

I am getting this error for a lot packags: ``` Processing /build/Flask-Pydantic-0.8.0 ERROR: Command errored out with exit status 1: command: /nix/store/qy5z9gcld7dljm4i5hj3z8a9l6p37y81-python3-3.8.8/bin/python3.8 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/build/pip-req-build-gverh0i6/setup.py'"'"';...

I get the following error when I want to draw RTL text: ``` 'setting text direction, language or font features is not supported without libraqm' Traceback (most recent call last):...

This repository has a test that pyqt5 builds, but it does not test that it actually works. In reality, even a “hello world”, i.e. trying to show an empty window,...

Hey there, I'm trying to create a `shell.nix` for local execution of a JupyterLab repo that I set up with poetry and was looking into `poetry2nix.mkPoetryEnv`. I'm also new to...

```bash $ nix-shell warning: refname '8cd3b80c5e705fcaba82bd8317b26ccf41ef18ce' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex....

Presumably due to recent lockfile format changes, attempting to re-enter nix-shell after relocking a project with git dependencies fails. Steps to reproduce: ```bash $ git clone https://github.com/NixOS/nixops-aws $ cd nixops-aws...

First thank you all for this great tool, it is really cool! ## TL;DR I am trying to find **why** and **how** to solve a error that happens in some...

We should match older python versions, not just the current one. See the priority list in PEP425: https://www.python.org/dev/peps/pep-0425/#id1. In particular this was a problem with `cryptography` after https://github.com/pyca/cryptography/issues/5771 where the...

See: https://github.com/python-poetry/poetry/issues/3075 And: https://github.com/python-poetry/poetry/commit/b92e68119c8f4a164c4c72081ed8bd3dd9479d2e This means a lot of the tests will fail to install wheel with the latest version of poetry when the lock files are updated. Locally, it...