We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce the behavior:
https://gist.github.com/lugeha/fdc5dfaa0296aa98c8ff6b49474baea0
/nix/store/pkj7cgmz66assy7l18zc7j992npb41nx-python3-3.10.12/bin/python3: No module named pip
Fixed by adding python3Packages.pip to propagatedBuildInputs
overlay = final: prev: { grapejuice = prev.grapejuice.overrideAttrs (old: { propagatedBuildInputs = old.propagatedBuildInputs ++ [ prev.python3Packages.pip ]; }); };
@Artturin @helium
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"` - host os: `Linux 6.4.7-zen1, NixOS, 23.11 (Tapir), 23.11.20230814.b91a4d8` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.17.0` - channels(root): `"nixos"` - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps To Reproduce
Steps to reproduce the behavior:
Build log
https://gist.github.com/lugeha/fdc5dfaa0296aa98c8ff6b49474baea0
/nix/store/pkj7cgmz66assy7l18zc7j992npb41nx-python3-3.10.12/bin/python3: No module named pip
Additional context
Fixed by adding python3Packages.pip to propagatedBuildInputs
Notify maintainers
@Artturin @helium
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: