<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:Compiling numpy &amp;amp; scipy with Intel MKL in windows 10 in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1318980#M1760</link>
    <description>&lt;P&gt;Hi murali_524,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can install&amp;nbsp;get prebuilt packages of numpy and scipy free to use through pip and conda channels.&lt;/P&gt;&lt;P&gt;You could install latest versions of these packages with pip/conda package manager if you have either pip or anaconda installed. Please find the multiple options available, with installation commands in the below links&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://anaconda.org/intel/scipy" target="_blank"&gt;https://anaconda.org/intel/scipy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://anaconda.org/intel/numpy" target="_blank"&gt;https://anaconda.org/intel/numpy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Alternatively you could also get these packages along with other intel optimized python packages&amp;nbsp;by downloading the intel distribution of python from the below link.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html#python" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html#python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;All the mentioned options (conda,pip and&amp;nbsp;intel distribution of python) are available for free)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Oct 2021 07:08:51 GMT</pubDate>
    <dc:creator>ArunJ_Intel</dc:creator>
    <dc:date>2021-10-04T07:08:51Z</dc:date>
    <item>
      <title>Compiling numpy &amp; scipy with Intel MKL in windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1318469#M1756</link>
      <description>&lt;P&gt;We are facing some issues while following the instruction in following page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/numpyscipy-with-intel-mkl.html" target="_blank"&gt;Numpy/Scipy with Intel® MKL and Intel® Compilers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;We have installed the intel C and fortran compilers and not the full package. [ OneAPI]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally we are consuming the MKL dependencies which are already part of our product.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We facing some error when trying to compile numpy from source.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Can you point to us where we went wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Also can you point to already compiled official numpy and scipy packages for windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Terminal log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;python setup.py config --compiler=intelem build_clib --compiler=intelem build_ext --compiler=intelem install&lt;BR /&gt;Running from numpy source directory.&lt;BR /&gt;Cythonizing sources&lt;BR /&gt;numpy/random\_bounded_integers.pxd.in has not changed&lt;BR /&gt;numpy/random\bit_generator.pyx has not changed&lt;BR /&gt;numpy/random\mtrand.pyx has not changed&lt;BR /&gt;numpy/random\_bounded_integers.pyx has not changed&lt;BR /&gt;numpy/random\_bounded_integers.pyx.in has not changed&lt;BR /&gt;numpy/random\_common.pyx has not changed&lt;BR /&gt;numpy/random\_generator.pyx has not changed&lt;BR /&gt;numpy/random\_mt19937.pyx has not changed&lt;BR /&gt;numpy/random\_pcg64.pyx has not changed&lt;BR /&gt;numpy/random\_philox.pyx has not changed&lt;BR /&gt;numpy/random\_sfc64.pyx has not changed&lt;BR /&gt;blas_opt_info:&lt;BR /&gt;blas_mkl_info:&lt;BR /&gt;No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils&lt;BR /&gt;customize MSVCCompiler&lt;BR /&gt;FOUND:&lt;BR /&gt;libraries = ['mkl_rt', 'mkl_rt']&lt;BR /&gt;library_dirs = ['C:\\Workspace\\Numpy+MKL\\MKL\\2018.1.156.0\\lib\\x64\\Release']&lt;BR /&gt;define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]&lt;BR /&gt;include_dirs = ['C:\\Workspace\\Numpy+MKL\\MKL\\2018.1.156.0\\include']&lt;/P&gt;
&lt;P&gt;FOUND:&lt;BR /&gt;libraries = ['mkl_rt', 'mkl_rt']&lt;BR /&gt;library_dirs = ['C:\\Workspace\\Numpy+MKL\\MKL\\2018.1.156.0\\lib\\x64\\Release']&lt;BR /&gt;define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]&lt;BR /&gt;include_dirs = ['C:\\Workspace\\Numpy+MKL\\MKL\\2018.1.156.0\\include']&lt;/P&gt;
&lt;P&gt;lapack_opt_info:&lt;BR /&gt;lapack_mkl_info:&lt;BR /&gt;FOUND:&lt;BR /&gt;libraries = ['mkl_rt', 'mkl_rt']&lt;BR /&gt;library_dirs = ['C:\\Workspace\\Numpy+MKL\\MKL\\2018.1.156.0\\lib\\x64\\Release']&lt;BR /&gt;define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]&lt;BR /&gt;include_dirs = ['C:\\Workspace\\Numpy+MKL\\MKL\\2018.1.156.0\\include']&lt;/P&gt;
&lt;P&gt;FOUND:&lt;BR /&gt;libraries = ['mkl_rt', 'mkl_rt']&lt;BR /&gt;library_dirs = ['C:\\Workspace\\Numpy+MKL\\MKL\\2018.1.156.0\\lib\\x64\\Release']&lt;BR /&gt;define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)]&lt;BR /&gt;include_dirs = ['C:\\Workspace\\Numpy+MKL\\MKL\\2018.1.156.0\\include']&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'&lt;BR /&gt;warnings.warn(msg)&lt;BR /&gt;running config&lt;BR /&gt;running build_clib&lt;BR /&gt;running build_src&lt;BR /&gt;build_src&lt;BR /&gt;building py_modules sources&lt;BR /&gt;building library "npymath" sources&lt;BR /&gt;Could not locate executable icc&lt;BR /&gt;Could not locate executable ecc&lt;BR /&gt;Could not locate executable g77&lt;BR /&gt;Could not locate executable f77&lt;BR /&gt;Could not locate executable C:\Program&lt;BR /&gt;Intel(R) C++ Intel(R) 64 Compiler Classic for applications running on IA-32, Version 2021.2.0 Build 20210228_000000&lt;BR /&gt;Copyright (C) 1985-2021 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;icl: command line warning #10006: ignoring unknown option '/g'&lt;BR /&gt;icl: command line warning #10006: ignoring unknown option '/fPIC'&lt;BR /&gt;icl: command line warning #10159: invalid argument for option '/fp'&lt;BR /&gt;icl: command line warning #10161: unrecognized source type 'strict'; object file assumed&lt;BR /&gt;icl: command line warning #10006: ignoring unknown option '/fomit-frame-pointer'&lt;BR /&gt;icl: command line warning #10006: ignoring unknown option '/xhost'&lt;BR /&gt;icl: command line warning #10006: ignoring unknown option '/qopenmp'&lt;BR /&gt;icl: error #10114: Microsoft Visual C++ not found in path&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "setup.py", line 499, in &amp;lt;module&amp;gt;&lt;BR /&gt;setup_package()&lt;BR /&gt;File "setup.py", line 491, in setup_package&lt;BR /&gt;setup(**metadata)&lt;BR /&gt;File "D:\DS\Algo\numpy\new\numpy-1.19.2\numpy\distutils\core.py", line 169, in setup&lt;BR /&gt;return old_setup(**new_attr)&lt;BR /&gt;File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\site-packages\setuptools\__init__.py", line 153, in setup&lt;BR /&gt;return distutils.core.setup(**attrs)&lt;BR /&gt;File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\distutils\core.py", line 148, in setup&lt;BR /&gt;dist.run_commands()&lt;BR /&gt;File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\distutils\dist.py", line 966, in run_commands&lt;BR /&gt;self.run_command(cmd)&lt;BR /&gt;File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\distutils\dist.py", line 985, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "D:\DS\Algo\numpy\new\numpy-1.19.2\numpy\distutils\command\build_clib.py", line 80, in run&lt;BR /&gt;self.run_command('build_src')&lt;BR /&gt;File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\distutils\cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\distutils\dist.py", line 985, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "D:\DS\Algo\numpy\new\numpy-1.19.2\numpy\distutils\command\build_src.py", line 144, in run&lt;BR /&gt;self.build_sources()&lt;BR /&gt;File "D:\DS\Algo\numpy\new\numpy-1.19.2\numpy\distutils\command\build_src.py", line 155, in build_sources&lt;BR /&gt;self.build_library_sources(*libname_info)&lt;BR /&gt;File "D:\DS\Algo\numpy\new\numpy-1.19.2\numpy\distutils\command\build_src.py", line 288, in build_library_sources&lt;BR /&gt;sources = self.generate_sources(sources, (lib_name, build_info))&lt;BR /&gt;File "D:\DS\Algo\numpy\new\numpy-1.19.2\numpy\distutils\command\build_src.py", line 378, in generate_sources&lt;BR /&gt;source = func(extension, build_dir)&lt;BR /&gt;File "numpy\core\setup.py", line 655, in get_mathlib_info&lt;BR /&gt;raise RuntimeError("Broken toolchain: cannot link a simple C program")&lt;BR /&gt;RuntimeError: Broken toolchain: cannot link a simple C program&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 06:19:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1318469#M1756</guid>
      <dc:creator>murali_524</dc:creator>
      <dc:date>2021-10-01T06:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling numpy &amp; scipy with Intel MKL in windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1318572#M1757</link>
      <description>&lt;P&gt;The Intel link that you listed says, as of 2017, that the instructions for building NumPY are outdated, and that &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html#python" target="_self"&gt;prebuilt packages are now available&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The error messages suggest that Linux build commands are being used without modification (or insufficient modification) in Windows.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 09:21:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1318572#M1757</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2021-10-02T09:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling numpy &amp; scipy with Intel MKL in windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1318613#M1758</link>
      <description>Can you just point us where to get prebuilt packages of numpy and scipy. Can we get some official packages free to use.</description>
      <pubDate>Fri, 01 Oct 2021 17:46:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1318613#M1758</guid>
      <dc:creator>murali_524</dc:creator>
      <dc:date>2021-10-01T17:46:08Z</dc:date>
    </item>
    <item>
      <title>Re:Compiling numpy &amp; scipy with Intel MKL in windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1318980#M1760</link>
      <description>&lt;P&gt;Hi murali_524,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can install&amp;nbsp;get prebuilt packages of numpy and scipy free to use through pip and conda channels.&lt;/P&gt;&lt;P&gt;You could install latest versions of these packages with pip/conda package manager if you have either pip or anaconda installed. Please find the multiple options available, with installation commands in the below links&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://anaconda.org/intel/scipy" target="_blank"&gt;https://anaconda.org/intel/scipy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://anaconda.org/intel/numpy" target="_blank"&gt;https://anaconda.org/intel/numpy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Alternatively you could also get these packages along with other intel optimized python packages&amp;nbsp;by downloading the intel distribution of python from the below link.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html#python" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html#python&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;All the mentioned options (conda,pip and&amp;nbsp;intel distribution of python) are available for free)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2021 07:08:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1318980#M1760</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2021-10-04T07:08:51Z</dc:date>
    </item>
    <item>
      <title>Re:Compiling numpy &amp; scipy with Intel MKL in windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1320774#M1768</link>
      <description>&lt;P&gt;Hi murali_524,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have you tried out the prebuilt packages, are there any further queries regarding these. If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Oct 2021 04:56:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1320774#M1768</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2021-10-11T04:56:50Z</dc:date>
    </item>
    <item>
      <title>Re:Compiling numpy &amp; scipy with Intel MKL in windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1322691#M1770</link>
      <description>&lt;P&gt;Hi murali_524,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As we have not heard back from you for sometime now we assume the issue has been resolved. If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2021 03:59:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1322691#M1770</guid>
      <dc:creator>ArunJ_Intel</dc:creator>
      <dc:date>2021-10-18T03:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling numpy &amp; scipy with Intel MKL in windows 10</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1376800#M1837</link>
      <description>&lt;P&gt;Perhaps could these outdated instructions be updated ?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 08:26:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Compiling-numpy-amp-scipy-with-Intel-MKL-in-windows-10/m-p/1376800#M1837</guid>
      <dc:creator>MattHouston</dc:creator>
      <dc:date>2022-04-13T08:26:20Z</dc:date>
    </item>
  </channel>
</rss>

