nixpkgs-python icon indicating copy to clipboard operation
nixpkgs-python copied to clipboard

All Python versions, kept up-to-date on hourly basis using Nix.

Results 17 nixpkgs-python issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cachix/cachix-action](https://togithub.com/cachix/cachix-action) | action | major | `v14` -> `v15` | ---...

Hi @domenkozar, thanks for the project. I am currently trying to use python3.7 on mac os, and I miss how to install packages. ``` $ nix shell github:cachix/nixpkgs-python#'"3.7"' --extra-experimental-features nix-command...

bug

``` 2024-02-28T05:38:09.7777680Z > int openat(int, const char *, int, ...) __DARWIN_NOCANCEL(openat) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0); 2024-02-28T05:38:09.7778700Z > ^ 2024-02-28T05:38:09.7780260Z > ./Modules/posixmodule.c:5921:11: error: call to undeclared function 'forkpty'; ISO C99 and later do...

bug

I have the following in my `flake.nix`: ```nix devShells.default = pkgs.mkShell { packages = [ (inputs.nixpkgs-python.packages.${system}."3.9.2".withPackages (ps: with ps; [ requests ])) ] ... } ``` which fails to build:...

bug

you can test on simple ``` mkShell { buildInputs = [ nixpkgs-python.packages.x86_64-linux."3.6" ]; }; ``` then with `nix develop` - python will not start. looks like the problem has something...

bug

https://github.com/python/cpython/commit/82df3b3071bb003247c33eac4670775e9883c994

It would be great to also offer minimal python, which is about 25MB instead of 120MB.

enhancement

Some of the builds on intel darwin fail with this error, need to look into what's wrong. https://github.com/cachix/nixpkgs-python/actions/runs/5155719041/jobs/9285761345#step:5:372

This is more of an RFC than a Pull Request: only some versions work here. I'm not sure if this is the correct approach. I'll finish this if you think...