python311Packages.fastembed 0 -> 1 attrpath: python311Packages.fastembed 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/698qjxvqahy47sk448d7a0rw1fkbgiyc-packages.json.drv building '/nix/store/698qjxvqahy47sk448d7a0rw1fkbgiyc-packages.json.drv'... Going to be running update for following packages: - python3.11-fastembed-0.1.2 Press Enter key to continue... Running update for: - python3.11-fastembed-0.1.2: UPDATING ... - python3.11-fastembed-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fastembed/default.nix b/pkgs/development/python-modules/fastembed/default.nix index 0302770761ed..a2c8173fe42a 100644 --- a/pkgs/development/python-modules/fastembed/default.nix +++ b/pkgs/development/python-modules/fastembed/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "fastembed"; - version = "0.1.2"; + version = "0.2.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "qdrant"; repo = "fastembed"; rev = "refs/tags/v${version}"; - hash = "sha256-FW85xeRcrPL3euXcQ3dS40SapimFgpWtRu6XiIzdzSM="; + hash = "sha256-ufgco5wPBG19GM99rZV7LKQqEzzCv24I8026SMz0CH4="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.fastembed nix build failed. adding 'fastembed/__init__.py' adding 'fastembed/embedding.py' adding 'fastembed/models.json' adding 'fastembed/parallel_processor.py' adding 'fastembed/common/__init__.py' adding 'fastembed/common/model_management.py' adding 'fastembed/common/models.py' adding 'fastembed/common/utils.py' adding 'fastembed/image/__init__.py' adding 'fastembed/sparse/__init__.py' adding 'fastembed/text/__init__.py' adding 'fastembed/text/e5_onnx_embedding.py' adding 'fastembed/text/jina_onnx_embedding.py' adding 'fastembed/text/onnx_embedding.py' adding 'fastembed/text/text_embedding.py' adding 'fastembed/text/text_embedding_base.py' adding 'fastembed-0.2.2.dist-info/LICENSE' adding 'fastembed-0.2.2.dist-info/METADATA' adding 'fastembed-0.2.2.dist-info/WHEEL' adding 'fastembed-0.2.2.dist-info/RECORD' OK /build/source Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for fastembed-0.2.2-py3-none-any.whl - loguru not installed - onnxruntime<2.0.0,>=1.17.0 not satisfied by version 1.16.3 - tokenizers<0.16.0,>=0.15.1 not satisfied by version 0.15.0