Skip to content

Instantly share code, notes, and snippets.

@ixxie
Last active March 5, 2021 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ixxie/3f0bddd7564b1847fbd33e97ba27ed2b to your computer and use it in GitHub Desktop.
Save ixxie/3f0bddd7564b1847fbd33e97ba27ed2b to your computer and use it in GitHub Desktop.
ixxie@meso ~/r/pip2nix ((v0.7.0)) [1]> nix-shell release.nix -A pip2nix.python36 --show-trace
error: while evaluating the attribute 'python36' at /home/ixxie/repos/pip2nix/release.nix:9:5:
while evaluating anonymous function at /home/ixxie/repos/pip2nix/default.nix:1:1, called from /home/ixxie/repos/pip2nix/release.nix:9:13:
while evaluating 'fix' at /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/lib/fixed-points.nix:19:9, called from /home/ixxie/repos/pip2nix/default.nix:54:6:
while evaluating 'extends' at /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/lib/fixed-points.nix:69:24, called from /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/lib/fixed-points.nix:19:20:
while evaluating 'extends' at /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/lib/fixed-points.nix:69:24, called from /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/lib/fixed-points.nix:69:42:
while evaluating anonymous function at /home/ixxie/repos/pip2nix/default.nix:14:5, called from /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/lib/fixed-points.nix:69:42:
while evaluating anonymous function at /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/lib/customisation.nix:77:32, called from /home/ixxie/repos/pip2nix/default.nix:14:11:
while evaluating 'makeOverridable' at /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/lib/customisation.nix:67:24, called from /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/lib/customisation.nix:77:41:
anonymous function at /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/pkgs/development/interpreters/python/default.nix:25:10 called with unexpected argument 'self', at /nix/store/zinlhg7nzswkhm6876cxiybbsvnjgh4w-nixos-21.05pre273435.0aeba64fb26/nixos/lib/customisation.nix:69:16
ixxie@meso ~/r/pip2nix ((v0.7.0))> nix-shell -I nixpkgs=/nix/var/nix/profiles/per-user/ixxie/channels/stable release.nix -A pip2nix.python36
[...]
Using setuptoolsCheckPhase
Executing setuptoolsShellHook
Obtaining file:///home/ixxie/repos/pip2nix
Collecting pip<10,>=8
Downloading pip-9.0.3-py2.py3-none-any.whl (1.4 MB)
|████████████████████████████████| 1.4 MB 1.3 MB/s
Requirement already satisfied: configobj>=5 in /nix/store/fbyjbb8dbbvcy7w1mgzjm8ml096cjl7p-python3.6-configobj-5.0.6/lib/python3.6/site-packages (from pip2nix==0.7.0) (5.0.6)
Requirement already satisfied: click in /nix/store/wsprq1w7n4fjwq4glxk8nmnx0ga0r749-python3.6-click-6.6/lib/python3.6/site-packages (from pip2nix==0.7.0) (6.6)
Requirement already satisfied: contexter in /nix/store/4npayp9lydjdnawm9a17c8dfm5qjvxd8-python3.6-contexter-0.1.3/lib/python3.6/site-packages (from pip2nix==0.7.0) (0.1.3)
Requirement already satisfied: jinja2 in /nix/store/2wfm48p9m9dav37vy8l8va83lvdx4kni-python3.6-jinja2-2.8/lib/python3.6/site-packages (from pip2nix==0.7.0) (2.8)
Requirement already satisfied: six in /nix/store/yj6xs9ilhz0l0i0r3pww601srxfd2khv-python3.6-six-1.10.0/lib/python3.6/site-packages (from configobj>=5->pip2nix==0.7.0) (1.10.0)
Requirement already satisfied: MarkupSafe in /nix/store/hxnd1kyl6wgirxw9snr4v43cvqixy71r-python3.6-MarkupSafe-0.23/lib/python3.6/site-packages (from jinja2->pip2nix==0.7.0) (0.23)
Installing collected packages: pip, pip2nix
Attempting uninstall: pip
Found existing installation: pip 20.1.1
Uninstalling pip-20.1.1:
ERROR: Could not install packages due to an EnvironmentError: [Errno 30] Read-only file system: '/nix/store/dmvz4pjvrcfv9f2s26mj13hwynncrmf2-python3.6-pip-20.1.1/bin/pip'
WARNING: You are using pip version 20.1.1; however, version 21.0.1 is available.
You should consider upgrading via the '/nix/store/svd1ayg7b7b68p7l3yry8958c16a8kgj-python3-3.6.12/bin/python3.6 -m pip install --upgrade pip' command.
Finished executing setuptoolsShellHook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment