python310Packages.ax 0 -> 1 attrpath: python310Packages.ax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/axldr1j19wsb3k8sbv0ab5s7952pmb7r-packages.json.drv building '/nix/store/axldr1j19wsb3k8sbv0ab5s7952pmb7r-packages.json.drv'... Going to be running update for following packages: - python3.10-ax-0.3.4 Press Enter key to continue... Running update for: - python3.10-ax-0.3.4: UPDATING ... - python3.10-ax-0.3.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/ax/default.nix b/pkgs/development/python-modules/ax/default.nix index 1a4da01df6d4..f4e628fc0bc8 100644 --- a/pkgs/development/python-modules/ax/default.nix +++ b/pkgs/development/python-modules/ax/default.nix @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "ax"; - version = "0.3.4"; + version = "0.3.5"; format = "pyproject"; src = fetchFromGitHub { owner = "facebook"; repo = pname; - rev = version; - hash = "sha256-Yc6alEKXbtQ0hitIdPhkJWhZQg150b0NJJRLZ+f1hdY="; + rev = "refs/tags/${version}"; + hash = "sha256-AMnE5bHBUyfMGBxfhkByHY0dC/ft1/QLZgRGk0TyN10="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.ax nix build failed. File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/__init__.py", line 35, in from ax.storage import json_load, json_save File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/storage/__init__.py", line 7, in from ax.storage.json_store import load as json_load, save as json_save File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/storage/json_store/__init__.py", line 7, in from ax.storage.json_store.load import load_experiment as json_load File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/storage/json_store/load.py", line 11, in from ax.storage.json_store.decoder import object_from_json File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/storage/json_store/decoder.py", line 49, in from ax.storage.json_store.registry import ( File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/storage/json_store/registry.py", line 12, in from ax.benchmark.benchmark_method import BenchmarkMethod File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/benchmark/benchmark_method.py", line 9, in from ax.service.utils.scheduler_options import SchedulerOptions File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/service/utils/scheduler_options.py", line 11, in from ax.early_stopping.strategies import BaseEarlyStoppingStrategy File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/early_stopping/__init__.py", line 8, in from ax.early_stopping import strategies File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/early_stopping/strategies/__init__.py", line 17, in from ax.early_stopping.strategies.percentile import PercentileEarlyStoppingStrategy File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/early_stopping/strategies/percentile.py", line 14, in from ax.early_stopping.utils import align_partial_results File "/nix/store/p81c4fzqjbxqn57x2ciczpckwnj392vc-python3.10-ax-0.3.5/lib/python3.10/site-packages/ax/early_stopping/utils.py", line 16, in from pyre_extensions import assert_is_instance ModuleNotFoundError: No module named 'pyre_extensions'