Package Details: openvino-intel-npu-plugin 2024.6.0-3

Git Clone URL: https://aur.archlinux.org/openvino.git (read-only, click to copy)
Package Base: openvino
Description: Intel NPU plugin for OpenVINO
Upstream URL: https://docs.openvino.ai/
Licenses: Apache-2.0, LicenseRef-custom
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 13
Popularity: 1.23
First Submitted: 2020-12-23 22:29 (UTC)
Last Updated: 2025-01-09 03:06 (UTC)

Required by (1)

Sources (26)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

tolja commented on 2024-08-16 15:58 (UTC)

Yeah I'm using arch. Tried first with yay and then regularly with makepkg on a freshly cloned repo.

dbermond commented on 2024-08-16 15:29 (UTC)

@tolja I have just checked, and the package is building fine. Are you on Arch Linux? What is the command you are using to build?

tolja commented on 2024-08-16 13:01 (UTC)

makepkg is failing for me:

...
-- Python3 libraries: 
CMake Warning at cmake/developer_package/python_requirements.cmake:118 (message):
  Python requirement file
  /home/asdf/openvino/src/openvino/src/bindings/python/wheel/requirements-dev.txt
  is not installed,
Call Stack (most recent call first):
  src/bindings/python/CMakeLists.txt:133 (ov_check_pip_packages)


-- Register template to be built in build-modules/template
-- Register template_extension to be built in build-modules/template_extension
-- /bin/pkg-config: libva (1.22.0) is found at /usr
-- Configuring done (7.2s)
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.

followed by the same CMake error for tensorflow, paddle and pytorch

dbermond commented on 2024-05-08 16:22 (UTC) (edited on 2024-05-08 16:22 (UTC) by dbermond)

@boesi Your log suggests that you are using EndeavourOS, but this is not supported. AUR helpers are also not supported. The package is building fine. Please seek help in your distribution support channels.

boesi commented on 2024-05-08 03:40 (UTC) (edited on 2024-05-08 03:54 (UTC) by boesi)

Paru (and Yay) have wanted to install openvino again and again for some time now.

$ paru -Syyu
:: Synchronizing package databases...
 endeavouros
 core
 extra
 community
 multilib
:: Looking for PKGBUILD upgrades...
:: Looking for AUR upgrades...
:: Looking for devel upgrades...
1 devel/openvino  2024.1.0-3 -> latest-commit
:: Packages to exclude (eg: 1 2 3, 1-3):
::^C
$ paru -Qi openvino
Name            : openvino
Version         : 2024.1.0-3
[...]
$ paru -Si openvino
Repository      : aur
Name            : openvino
Version         : 2024.1.0-3
[...]

So, where does this "latest-commit" come from? And how do I get rid of it?

dbermond commented on 2024-05-04 19:14 (UTC)

@applebloom Nice, good to know it worked for you. Thank you for the confirmation.

applebloom commented on 2024-05-04 19:08 (UTC)

@dbermond It worked, thanks.

dbermond commented on 2024-05-04 15:57 (UTC)

@applebloom I have pushed an update that should make it work for you now.

applebloom commented on 2024-05-04 14:25 (UTC)

I have trouble building this now. I'm not sure what's the problem, but it could perhaps be because I have a sandy bridge cpu which doesn't have AVX2, and the pkgbuild now sets x86-64-v3? Is that a requirement for openvino now?

dbermond commented on 2024-04-26 17:06 (UTC)

@eme yes, thank you for noticing this. Package updated. Added as an optional dependency.