nix-community / pip2nix

Freeze pip-installable packages into Nix expressions [maintainer=@datakurre]
171 stars 26 forks source link

cannot coerce null to a string #84

Open ostrolucky opened 1 year ago

ostrolucky commented 1 year ago

I have followed README instructions but command nix-shell release.nix -A pip2nix.python36 fails for me with

error: cannot coerce null to a string

       at /nix/store/0gqvlf61cyjavvalfql96jxykrf0q0nb-source/pkgs/stdenv/generic/make-derivation.nix:192:34:

          191|         // (lib.optionalAttrs (!(attrs ? name) && attrs ? pname && attrs ? version)) {
          192|           name = "${attrs.pname}-${attrs.version}";
             |                                  ^
          193|         } // (lib.optionalAttrs (stdenv.hostPlatform != stdenv.buildPlatform && !dontAddHostSuffix && (attrs ? name || (attrs ? pname && attrs ? version)))) {
(use '--show-trace' to show detailed location information)
Avaq commented 1 year ago

Same issue, but only on OSX

abdalazizrashid commented 3 months ago

Same here