Intel® oneAPI Data Analytics Library
Learn from community members on how to build compute-intensive applications that run efficiently on Intel® architecture.

Install setup.py (Intel® DAAL 2017 Beta)

Mariana_O_
Beginner
492 Views

I'm trying to install daal library in python and I'm getting the error:

c:\mingw\bin\gcc.exe -mdll -O -Wall -I./daal/include "-IC:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2017.0.048\windows\daal/include" -IC:\Python27\lib\site-packages\numpy\core\include -IC:\Python27\include -IC:\Python27\PC -c daal\wrp\_algorithms__kernel_function__linear.cpp -o build\temp.win32-2.7\Release\daal\wrp\_algorithms__kernel_function__linear.o /w
gcc: /w: No such file or directory

I'm using python 2.7, cython and numpy are installed (I'm using win 64).

 

0 Kudos
4 Replies
Zhang_Z_Intel
Employee
492 Views

Building DAAL Python interface isn't a non-trivial task. I'd suggest you to get the pre-built package from http://anaconda.org/intel/pydaal 

 

0 Kudos
Andrey_N_Intel
Employee
492 Views

Hi Mariana,

The present version of Intel(R) DAAL does not support Python 2.7 on Windows* based computers. Please, a have a look at the system requirements available at https://software.intel.com/en-us/articles/intel-daal-2017-system-requirements, section "Supported Python versions"

Andrey

0 Kudos
Frank_S_Intel
Employee
492 Views

Hi,

Intel(R) DAAL is supported on (Intel(R)) python 3.5 on Windows (64bit) but currently not on python 2.7 on Windows.

frank

0 Kudos
Mariana_O_
Beginner
492 Views

Thank you, it's working fine now.

Mariana

0 Kudos
Reply