Package Details: python-openvino 2025.1.0-2

Git Clone URL: https://aur.archlinux.org/openvino.git (read-only, click to copy)
Package Base: openvino
Description: Python bindings for OpenVINO
Upstream URL: https://docs.openvino.ai/
Licenses: Apache-2.0, LicenseRef-custom
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 14
Popularity: 0.64
First Submitted: 2020-12-23 22:29 (UTC)
Last Updated: 2025-05-01 14:11 (UTC)

Required by (0)

Sources (28)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

7thCore commented on 2025-05-01 14:44 (UTC)

@dbermond well I tried. Thanks for the quick fix tho :)

dbermond commented on 2025-05-01 14:11 (UTC)

@7thCore This is much more complex than patching only these two files you mentioned. See:

https://github.com/openvinotoolkit/openvino/commit/c240db5ed317fdc94532dc55d356f18306ded996

And upstream missed the fix for the npu protopipe component. I have sent a pull request for fixing it:

https://github.com/openvinotoolkit/openvino/pull/30403

Anyway. I have just pushed the fixes and the package is now building fine.

7thCore commented on 2025-05-01 13:38 (UTC) (edited on 2025-05-01 14:11 (UTC) by 7thCore)

Missing #include <cstdint> in src/core/include/openvino/core/type/bfloat16.hpp and src/openvino/src/core/include/openvino/core/type/float16.hpp

Please add a patches:

--- a/src/core/include/openvino/core/type/bfloat16.hpp
+++ b/src/core/include/openvino/core/type/bfloat16.hpp
@@ -4,6 +4,7 @@

 #pragma once

+#include <cstdint>
 #include <cmath>
 #include <iostream>
 #include <limits>
--- src/core/include/openvino/core/type/float16.hpp
+++ src/core/include/openvino/core/type/float16.hpp
@@ -4,6 +4,7 @@

 #pragma once

+#include <cstdint>
 #include <cmath>
 #include <iostream>
 #include <limits>

rait commented on 2025-04-30 14:09 (UTC)

makepkg fails for me. I've seen a similar log under openvino-intel-npu-plugin reported by another user.

CMake Error in src/bindings/python/src/pyopenvino/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/bindings/python/src/pyopenvino/frontend/onnx/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/bindings/python/src/pyopenvino/frontend/tensorflow/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/bindings/python/src/pyopenvino/frontend/paddle/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/bindings/python/src/pyopenvino/frontend/pytorch/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



CMake Error in src/bindings/python/src/pyopenvino/frontend/jax/CMakeLists.txt:
  Imported target "pybind11::headers" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.



-- Generating done (1.4s)
CMake Generate step failed.  Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
    Aborting...

dbermond commented on 2025-04-11 00:49 (UTC)

@WhitePr do not move or symlink libraries tracked by pacman in your system directories, as this can completely mess your system. Please do not advise such things. I've pushed a fix for the issue alongside version 2025.1.0, and now device query is working fine.

WhitePr commented on 2025-04-10 03:27 (UTC) (edited on 2025-04-10 03:28 (UTC) by WhitePr)

For users who can't find an available device, moving or linking the libraries in /usr/lib/openvino/ to /usr/lib/ will solve the problem.

I'm not sure why, it may be that openvino does not search for /usr/lib/openvino/ when searching for plugins.

dbermond commented on 2025-04-07 23:52 (UTC)

@ar4ca you need to import the pgp key. See:

https://wiki.archlinux.org/title/Makepkg#Signature_checking

https://wiki.archlinux.org/title/GnuPG#Searching_and_receiving_keys

ar4ca commented on 2025-04-07 22:59 (UTC) (edited on 2025-04-07 23:00 (UTC) by ar4ca)

makepkg -i gave me the below error, not sure how to go about it.

    020-openvino-disable-werror.patch ... Passed
    030-openvino-level-zero-disable-werror.patch ... Passed
    040-openvino-protobuf23-fix.patch ... Passed
==> Verifying source file signatures with gpg...
    openvino git repo ... FAILED (unknown public key B5690EEEBB952194)
==> ERROR: One or more PGP signatures could not be verified!