dream2nix icon indicating copy to clipboard operation
dream2nix copied to clipboard

error: No valid filename found in the list of filenames: - PyQt5_Qt5-5.15.13-py3-none-macosx_10_13_x86_64.whl

Open InLaw opened this issue 1 year ago • 0 comments

why macosx?

nix run github:nix-community/dream2nix#__pythonEnv spyder
🔒 Lock successful
Changes are written to pdm.lock.
warning: creating lock file '/tmp/tmp.Xi7jvX1jG8/flake.lock'
error:
       … while calling the 'derivationStrict' builtin

         at /builtin/derivation.nix:9:12: (source not available)

       … while evaluating derivation 'nix-shell'
         whose name attribute is located at /nix/store/2n6a4hmaqn29szsaipzs18qk7ny7wx7c-source/pkgs/stdenv/generic/make-derivation.nix:331:7

       … while evaluating attribute 'nativeBuildInputs' of derivation 'nix-shell'

         at /nix/store/2n6a4hmaqn29szsaipzs18qk7ny7wx7c-source/pkgs/stdenv/generic/make-derivation.nix:375:7:

          374|       depsBuildBuild              = elemAt (elemAt dependencies 0) 0;
          375|       nativeBuildInputs           = elemAt (elemAt dependencies 0) 1;
             |       ^
          376|       depsBuildTarget             = elemAt (elemAt dependencies 0) 2;

       (stack trace truncated; use '--show-trace' to show the full trace)

       error: No valid filename found in the list of filenames:
         - PyQt5_Qt5-5.15.13-py3-none-macosx_10_13_x86_64.whl
         - PyQt5_Qt5-5.15.13-py3-none-macosx_11_0_arm64.whl
       System: x86_64-linux
       Python version: 3.11.9

InLaw avatar May 05 '24 12:05 InLaw