C:\CODING\OTHERS\NUMPY\numpy>python setup.py config --compiler=intelemw --fcompiler=intelvem build_clib --compiler=intelemw --fcompiler=intelvem build_ext --compiler=intelemw --fcompiler=intelvem Running from numpy source directory. setup.py:86: DeprecationWarning: `numpy.distutils` is deprecated since NumPy 1.23.0, as a result of the deprecation of `distutils` itself. It will be removed for Python >= 3.12. For older Python versions it will remain present. It is recommended to use `setuptools < 60.0` for those Python versions. For more details, see: https://numpy.org/devdocs/reference/distutils_status_migration.html import numpy.distutils.command.sdist Cythonizing sources numpy/random\_bounded_integers.pxd.in has not changed numpy/random\bit_generator.pyx has not changed numpy/random\mtrand.pyx has not changed numpy/random\_bounded_integers.pyx has not changed numpy/random\_bounded_integers.pyx.in has not changed numpy/random\_common.pyx has not changed numpy/random\_generator.pyx has not changed numpy/random\_mt19937.pyx has not changed numpy/random\_pcg64.pyx has not changed numpy/random\_philox.pyx has not changed numpy/random\_sfc64.pyx has not changed C:\CODING\OTHERS\NUMPY\numpy\numpy\core\setup.py:484: MismatchCAPIWarning: API mismatch detected, the C API version numbers have to be updated. Current C api version is 15, with checksum 04a7bf1e65350926a0e528798da263c0, but recorded checksum for C API version 15 in core/codegen_dir/cversions.txt is b8783365b873681cd204be50cdfb448d. If functions were added in the C API, you have to update C_API_VERSION in C:\CODING\OTHERS\NUMPY\numpy\numpy\core\setup_common.py. check_api_version(C_API_VERSION, codegen_dir) INFO: blas_opt_info: INFO: blas_armpl_info: INFO: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils INFO: customize MSVCCompiler INFO: libraries armpl_lp64_mp not found in ['C:\\PYTHON\\3\\3.8.10\\lib', 'C:\\', 'C:\\PYTHON\\3\\3.8.10\\libs'] INFO: NOT AVAILABLE INFO: INFO: blas_mkl_info: INFO: FOUND: INFO: libraries = ['mkl_rt', 'mkl_rt'] INFO: library_dirs = ['C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2021.3.0\\lib\\intel64'] INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] INFO: include_dirs = ['C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2021.3.0\\include'] INFO: INFO: FOUND: INFO: libraries = ['mkl_rt', 'mkl_rt'] INFO: library_dirs = ['C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2021.3.0\\lib\\intel64'] INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] INFO: include_dirs = ['C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2021.3.0\\include'] INFO: INFO: lapack_opt_info: INFO: lapack_armpl_info: INFO: libraries armpl_lp64_mp not found in ['C:\\PYTHON\\3\\3.8.10\\lib', 'C:\\', 'C:\\PYTHON\\3\\3.8.10\\libs'] INFO: NOT AVAILABLE INFO: INFO: lapack_mkl_info: INFO: FOUND: INFO: libraries = ['mkl_rt', 'mkl_rt'] INFO: library_dirs = ['C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2021.3.0\\lib\\intel64'] INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] INFO: include_dirs = ['C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2021.3.0\\include'] INFO: INFO: FOUND: INFO: libraries = ['mkl_rt', 'mkl_rt'] INFO: library_dirs = ['C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2021.3.0\\lib\\intel64'] INFO: define_macros = [('SCIPY_MKL_H', None), ('HAVE_CBLAS', None)] INFO: include_dirs = ['C:\\Program Files (x86)\\Intel\\oneAPI\\mkl\\2021.3.0\\include'] INFO: Warning: attempted relative import with no known parent package C:\PYTHON\3\3.8.10\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running config running build_clib running build_src INFO: build_src INFO: building py_modules sources INFO: building library "npymath" sources WARN: Could not locate executable icc WARN: Could not locate executable ecc WARN: Could not locate executable C:\Program MSVCRT.lib(loadcfg.obj) : error LNK2001: unresolved external symbol __enclave_config MSVCRT.lib(loadcfg.obj) : error LNK2001: unresolved external symbol __volatile_metadata _configtest.exe : fatal error LNK1120: 2 unresolved externals Traceback (most recent call last): File "setup.py", line 492, in setup_package() File "setup.py", line 484, in setup_package setup(**metadata) File "C:\CODING\OTHERS\NUMPY\numpy\numpy\distutils\core.py", line 169, in setup return old_setup(**new_attr) File "C:\PYTHON\3\3.8.10\lib\site-packages\setuptools\__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "C:\PYTHON\3\3.8.10\lib\distutils\core.py", line 148, in setup dist.run_commands() File "C:\PYTHON\3\3.8.10\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) File "C:\PYTHON\3\3.8.10\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\CODING\OTHERS\NUMPY\numpy\numpy\distutils\command\build_clib.py", line 95, in run self.run_command('build_src') File "C:\PYTHON\3\3.8.10\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\PYTHON\3\3.8.10\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\CODING\OTHERS\NUMPY\numpy\numpy\distutils\command\build_src.py", line 144, in run self.build_sources() File "C:\CODING\OTHERS\NUMPY\numpy\numpy\distutils\command\build_src.py", line 155, in build_sources self.build_library_sources(*libname_info) File "C:\CODING\OTHERS\NUMPY\numpy\numpy\distutils\command\build_src.py", line 288, in build_library_sources sources = self.generate_sources(sources, (lib_name, build_info)) File "C:\CODING\OTHERS\NUMPY\numpy\numpy\distutils\command\build_src.py", line 378, in generate_sources source = func(extension, build_dir) File "C:\CODING\OTHERS\NUMPY\numpy\numpy\core\setup.py", line 757, in get_mathlib_info raise RuntimeError( RuntimeError: Broken toolchain: cannot link a simple C program.