intel / intel-npu-acceleration-library

Intel® NPU Acceleration Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Failed building wheel for intel-npu-acceleration-library

henry8248 opened this issue · comments

Describe the bug
Please help. Encountered "ERROR: Failed building wheel for intel-npu-acceleration-library" while executing "pip install intel-npu-acceleration-library".

To Reproduce
Run "pip install intel-npu-acceleration-library"

Expected behavior
Successfully installed.

[*Screenshots]
Screenshot from 2024-04-26 10-40-36

**Desktop

  • OS: Ubuntu22.04LTS
  • Python: 3.10.12
  • vertualenv: 20.26.0
  • pip: 24.0
  • wheel: 0.43.0
  • setuptools: 69.5.1
  • NPU: Intel(R) AI Boost
  • CPU: Intel(R) Core(TM) Ultra 7 165H

Thanks

Solved by installing Cmake.

Sorry I was off but yes, on ubuntu we provide only sdist so you need to build the packet and to buld you need cmake (and a working compiler). Glad you sorted out. Closing