- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, it's working fine now.
Mariana

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page