python311Packages.dataprep-ml 0 -> 1 attrpath: python311Packages.dataprep-ml 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/mqyw3zildi8a32r4yd5if3drfbgri20v-packages.json.drv building '/nix/store/mqyw3zildi8a32r4yd5if3drfbgri20v-packages.json.drv'... Going to be running update for following packages: - python3.11-dataprep-ml-0.0.21 Press Enter key to continue... Running update for: - python3.11-dataprep-ml-0.0.21: UPDATING ... - python3.11-dataprep-ml-0.0.21: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dataprep-ml/default.nix b/pkgs/development/python-modules/dataprep-ml/default.nix index 00a25158bc87..9f4fc81e4066 100644 --- a/pkgs/development/python-modules/dataprep-ml/default.nix +++ b/pkgs/development/python-modules/dataprep-ml/default.nix @@ -27,7 +27,7 @@ let in buildPythonPackage rec { pname = "dataprep-ml"; - version = "0.0.21"; + version = "0.0.22"; pyproject = true; disabled = pythonOlder "3.8"; @@ -36,7 +36,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "dataprep_ml"; inherit version; - hash = "sha256-BtnRmj5JtgNdCFowgNdpIZn5vUdw8QYCWneHfDgC4/c="; + hash = "sha256-umSL5E6yLwjFwhIprCySHNaPKeESwGGzgInZMPNBMcs="; }; pythonRelaxDeps = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.dataprep-ml nix build failed. patching script interpreter paths in /nix/store/ys0afxrira29ag7q66kgsxr897j9anzf-python3.11-dataprep-ml-0.0.22 stripping (with command strip and flags -S -p) in /nix/store/ys0afxrira29ag7q66kgsxr897j9anzf-python3.11-dataprep-ml-0.0.22/lib shrinking RPATHs of ELF executables and libraries in /nix/store/8zjgcg014v0qkv63xrsxxgwaivcllghl-python3.11-dataprep-ml-0.0.22-dist checking for references to /build/ in /nix/store/8zjgcg014v0qkv63xrsxxgwaivcllghl-python3.11-dataprep-ml-0.0.22-dist... patching script interpreter paths in /nix/store/8zjgcg014v0qkv63xrsxxgwaivcllghl-python3.11-dataprep-ml-0.0.22-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: dataprep_ml dataprep_ml.cleaners dataprep_ml.helpers dataprep_ml.imputers dataprep_ml.insights dataprep_ml.recommenders dataprep_ml.splitters Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/3v2ch16fkl50i85n05h5ckss8pxx6836-python3-3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/ys0afxrira29ag7q66kgsxr897j9anzf-python3.11-dataprep-ml-0.0.22/lib/python3.11/site-packages/dataprep_ml/insights.py", line 11, in from type_infer.api import infer_types ModuleNotFoundError: No module named 'type_infer.api'