pypi2nix
pypi2nix copied to clipboard
Abandoned! Generate Nix expressions for Python packages
# Description Can't compile requirements for https://github.com/WeblateOrg/weblate requirements. I'm running NixOS 20.03. # Traceback ```bash % pypi2nix --version 2.0.4 % pypi2nix -r requirements.txt -E openssl INFO: pypi2nix v2.0.4 running ......
# Description
When trying to install a pip package using pypi2nix, I get the following error message: > moritz@moxps ~> pypi2nix -e datacache > INFO: pypi2nix v2.0.4 running ... > INFO: Downloading...
Thanks for this great tool. I am new to nix ecosystem and struggling to move tools I used on my arch system. This is the error I got when trying...
I use pypi2nix to generate a docker image from another docker container, built on top of `nixos/nix` image, which doesn't have `git` installed by default. Here's the command that I...
I am running the following command: `pypi2nix -e newspaper` in order to produce a nix expression for the [`newspaper`](https://pypi.org/project/newspaper/) python module, but I get this error: ``` INFO: pypi2nix v2.0.4...
I am using `pypi2nix` for the first time. A module which does not exist in nix packages and I would like to add is [`backoff`](https://pypi.org/project/backoff/). My understanding is that the...
Eg matplotlib requires freetype. Eg whatev requires whahtever. Why don't we add community supported list of packages so that installing packages just works without having to lookup all the binaries...
# Description I couldn't create an env with scipy, even though I was able to do with numpy. I can tell from this template that you want me to paste...
I tried: ``` $ pypi2nix -e csvdiff $ nix-shell requirements.nix -A interpreter $ csvdiff csvdiff: command not found ```