2022-11-22T17:28:54 python310Packages.flax 0 -> 1 2022-11-22T17:28:56 attrpath: python310Packages.flax 2022-11-22T17:28:57 Checking auto update branch... 2022-11-22T17:29:01 [version] 2022-11-22T17:29:01 [version] skipping because derivation has updateScript 2022-11-22T17:29:01 [rustCrateVersion] 2022-11-22T17:29:01 [rustCrateVersion] No cargoSha256 found 2022-11-22T17:29:01 [golangModuleVersion] 2022-11-22T17:29:01 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-22T17:29:01 [updateScript] 2022-11-22T17:29:04 [updateScript] Success 2022-11-22T17:29:04 [updateScript] this derivation will be built: /nix/store/lwyjyxwszahcxxzaxahv1yyn5jc8a6dj-packages.json.drv building '/nix/store/lwyjyxwszahcxxzaxahv1yyn5jc8a6dj-packages.json.drv'... Going to be running update for following packages: - python3.10-flax-0.6.1 Press Enter key to continue... Running update for: - python3.10-flax-0.6.1: UPDATING ... - python3.10-flax-0.6.1: DONE. Packages updated! 2022-11-22T17:29:04 2022-11-22T17:29:04 [quotedUrls] 2022-11-22T17:29:04 [quotedUrls] nothing found to replace 2022-11-22T17:29:05 Diff after rewrites: diff --git a/pkgs/development/python-modules/flax/default.nix b/pkgs/development/python-modules/flax/default.nix index d9171d14e41..5f696ab75f3 100644 --- a/pkgs/development/python-modules/flax/default.nix +++ b/pkgs/development/python-modules/flax/default.nix @@ -17,13 +17,13 @@ buildPythonPackage rec { pname = "flax"; - version = "0.6.1"; + version = "0.6.2"; src = fetchFromGitHub { owner = "google"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-fZiODo+izOwGjCCTvi11GvUG/VQL1DV9bNXKjvIIw4A="; + sha256 = "sha256-GYrgZlLnvDtPiLo0mXT/5nTHQlKyz288+jCeB5G41cA="; }; buildInputs = [ jaxlib ]; 2022-11-22T17:30:36 No auto update branch exists 2022-11-22T17:31:00 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.flax nix build failed. adding 'flax/metrics/__init__.py' adding 'flax/metrics/tensorboard.py' adding 'flax/testing/__init__.py' adding 'flax/testing/benchmark.py' adding 'flax/training/__init__.py' adding 'flax/training/checkpoints.py' adding 'flax/training/common_utils.py' adding 'flax/training/dynamic_scale.py' adding 'flax/training/early_stopping.py' adding 'flax/training/lr_schedule.py' adding 'flax/training/prefetch_iterator.py' adding 'flax/training/train_state.py' adding 'flax-0.6.2.dist-info/AUTHORS' adding 'flax-0.6.2.dist-info/LICENSE' adding 'flax-0.6.2.dist-info/METADATA' adding 'flax-0.6.2.dist-info/WHEEL' adding 'flax-0.6.2.dist-info/top_level.txt' adding 'flax-0.6.2.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./flax-0.6.2-py3-none-any.whl Requirement already satisfied: rich>=11.1 in /nix/store/wvx83wsyarscddm3fr907mgpan1ns0b2-python3.10-rich-12.5.1/lib/python3.10/site-packages (from flax==0.6.2) (12.5.0) Requirement already satisfied: optax in /nix/store/mmmks5vv0igkwslyz3k4a9fjs0x2h9bj-python3.10-optax-0.1.3/lib/python3.10/site-packages (from flax==0.6.2) (0.1.3) ERROR: Could not find a version that satisfies the requirement tensorstore (from flax) (from versions: none) ERROR: No matching distribution found for tensorstore