为 numpy 运行 setup.py install ... error

如何解决为 numpy 运行 setup.py install ... error

错误:命令出错,退出状态为 1: 命令:'c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\scripts\python.exe' -u -c '导入系统、设置工具、标记化; sys.argv[0] = '"'"'C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\setup.py'"'"'; file='"'"'C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\setup.py'"'"';f=getattr(标记化, '"'"'open'"'"',open)(file);code=f.read().replace('"'"'\r\n'"'"','"'"'\n'"'"');f.close();exec(compile(code,file,'"'"'exec'"'"'))' 安装--记录 'C:\Users\Whynew.in\AppData\Local\Temp\pip-record-6n2wwrw7\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\include\site\python3.8\numpy' cwd: C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783
完整输出(292 行): 从 numpy 源目录运行。

Note: if you need reliable uninstall behavior,then install
with pip instead of using `setup.py install`:

  - `pip install .`       (from a git repo or downloaded source
                           release)
  - `pip install numpy`   (last NumPy release on PyPi)


blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries mkl_rt not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
  NOT AVAILABLE

blis_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries blis not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
  NOT AVAILABLE

openblas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries openblas not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
get_default_fcompiler: matching types: '['gnu','intelv','absoft','compaqv','intelev','gnu95','g95','intelvem','intelem','flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize G95FCompiler
Could not locate executable g95
customize IntelEM64VisualFCompiler
customize IntelEM64TFCompiler
Could not locate executable efort
Could not locate executable efc
customize PGroupFlangCompiler
Could not locate executable flang
don't know how to compile Fortran code on platform 'nt'
  NOT AVAILABLE

atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
  NOT AVAILABLE

atlas_3_10_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
  NOT AVAILABLE

atlas_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,cblas,'C:\\']
  NOT AVAILABLE

accelerate_info:
  NOT AVAILABLE

C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\system_info.py:639: UserWarning:
    Atlas (http://math-atlas.sourceforge.net/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [atlas]) or by setting
    the ATLAS environment variable.
  self.calc_info()
blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries blas not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
  NOT AVAILABLE

C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\system_info.py:639: UserWarning:
    Blas (http://www.netlib.org/blas/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [blas]) or by setting
    the BLAS environment variable.
  self.calc_info()
blas_src_info:
  NOT AVAILABLE

C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\system_info.py:639: UserWarning:
    Blas (http://www.netlib.org/blas/) sources not found.
    Directories to search for the sources can be specified in the
    numpy/distutils/site.cfg file (section [blas_src]) or by setting
    the BLAS_SRC environment variable.
  self.calc_info()
  NOT AVAILABLE

'svnversion' is not recognized as an internal or external command,operable program or batch file.
non-existing path in 'numpy\\distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries mkl_rt not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
  NOT AVAILABLE

openblas_lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries openblas not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
  NOT AVAILABLE

openblas_clapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries openblas,lapack not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
  NOT AVAILABLE

atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas,tatlas not found in c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries tatlas,tatlas not found in C:\
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
  NOT AVAILABLE

atlas_3_10_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas,satlas not found in c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries satlas,satlas not found in C:\
<class 'numpy.distutils.system_info.atlas_3_10_info'>
  NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,atlas not found in c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries ptf77blas,atlas not found in C:\
<class 'numpy.distutils.system_info.atlas_threads_info'>
  NOT AVAILABLE

atlas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,atlas not found in c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries f77blas,atlas not found in C:\
<class 'numpy.distutils.system_info.atlas_info'>
  NOT AVAILABLE

lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
  libraries lapack not found in ['c:\\users\\whynew.in\\desktop\\mimothi\\chatbotwithrasa2.0\\myvenv\\lib','C:\\']
  NOT AVAILABLE

C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\system_info.py:639: UserWarning:
    Lapack (http://www.netlib.org/lapack/) libraries not found.
    Directories to search for the libraries can be specified in the
    numpy/distutils/site.cfg file (section [lapack]) or by setting
    the LAPACK environment variable.
  self.calc_info()
lapack_src_info:
  NOT AVAILABLE

C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\system_info.py:639: UserWarning:
    Lapack (http://www.netlib.org/lapack/) sources not found.
    Directories to search for the sources can be specified in the
    numpy/distutils/site.cfg file (section [lapack_src]) or by setting
    the LAPACK_SRC environment variable.
  self.calc_info()
  NOT AVAILABLE

C:\python38\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
  warnings.warn(msg)
running install
running build
running config_cc
unifing config_cc,config,build_clib,build_ext,build commands --compiler options
running config_fc
unifing config_fc,build commands --fcompiler options
running build_src
build_src
building py_modules sources
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Inumpy\core\src\common -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -Ic:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\include -IC:\python38\include -IC:\python38\include -IC:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\include /Tc_configtest.c /Fo_configtest.obj
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX86\x64\link.exe /nologo /INCREMENTAL:NO /LTCG /MANIFEST:EMBED,ID=1 /LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\lib\x64 _configtest.obj /OUT:_configtest.exe
LINK : fatal error LNK1104: cannot open file 'kernel32.lib'
failure.
removing: _configtest.c _configtest.obj _configtest.obj.d
Traceback (most recent call last):
  File "<string>",line 1,in <module>
  File "C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\setup.py",line 419,in <module>
    setup_package()
  File "C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\setup.py",line 411,in setup_package
    setup(**metadata)
  File "C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\core.py",line 171,in setup
    return old_setup(**new_attr)
  File "c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\lib\site-packages\setuptools\__init__.py",line 165,in setup
    return distutils.core.setup(**attrs)
  File "C:\python38\lib\distutils\core.py",line 148,in setup
    dist.run_commands()
  File "C:\python38\lib\distutils\dist.py",line 966,in run_commands
    self.run_command(cmd)
  File "C:\python38\lib\distutils\dist.py",line 985,in run_command
    cmd_obj.run()
  File "C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\command\install.py",line 62,in run
    r = self.setuptools_run()
  File "C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\command\install.py",line 36,in setuptools_run
    return distutils_install.run(self)
  File "C:\python38\lib\distutils\command\install.py",line 545,in run
    self.run_command('build')
  File "C:\python38\lib\distutils\cmd.py",line 313,in run_command
    self.distribution.run_command(command)
  File "C:\python38\lib\distutils\dist.py",in run_command
    cmd_obj.run()
  File "C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\command\build.py",line 47,in run
    old_build.run(self)
  File "C:\python38\lib\distutils\command\build.py",line 135,in run
    self.run_command(cmd_name)
  File "C:\python38\lib\distutils\cmd.py",in run_command
    cmd_obj.run()
  File "C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\command\build_src.py",in run
    self.build_sources()
  File "C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\command\build_src.py",line 159,in build_sources
    self.build_library_sources(*libname_info)
  File "C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\command\build_src.py",line 292,in build_library_sources
    sources = self.generate_sources(sources,(lib_name,build_info))
  File "C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\numpy\distutils\command\build_src.py",line 375,in generate_sources
    source = func(extension,build_dir)
  File "numpy\core\setup.py",line 667,in get_mathlib_info
    raise RuntimeError("Broken toolchain: cannot link a simple C program")
RuntimeError: Broken toolchain: cannot link a simple C program
----------------------------------------

错误:命令出错,退出状态为 1: 'c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\scripts\python.exe' -u -c '导入系统、设置工具、标记化; sys.argv[0] = '"'"'C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\setup.py'"'"'; file='"'"'C:\Users\Whynew.in\AppData\Local\Temp\pip-install-xndamx8x\numpy_56243607a23e49aeb7757ba20bb8a783\setup.py'"'"';f=getattr(标记化, '"'"'open'"'"','"'"'exec'"'"'))' 安装--记录 'C:\Users\Whynew.in\AppData\Local\Temp\pip-record-6n2wwrw7\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\whynew.in\desktop\mimothi\chatbotwithrasa2.0\myvenv\include\site\python3.8\numpy' 检查日志以获取完整的命令输出。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


依赖报错 idea导入项目后依赖报错,解决方案:https://blog.csdn.net/weixin_42420249/article/details/81191861 依赖版本报错:更换其他版本 无法下载依赖可参考:https://blog.csdn.net/weixin_42628809/a
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下 2021-12-03 13:33:33.927 ERROR 7228 [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPL
错误1:gradle项目控制台输出为乱码 # 解决方案:https://blog.csdn.net/weixin_43501566/article/details/112482302 # 在gradle-wrapper.properties 添加以下内容 org.gradle.jvmargs=-Df
错误还原:在查询的过程中,传入的workType为0时,该条件不起作用 &lt;select id=&quot;xxx&quot;&gt; SELECT di.id, di.name, di.work_type, di.updated... &lt;where&gt; &lt;if test=&qu
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct redisServer’没有名为‘server_cpulist’的成员 redisSetCpuAffinity(server.server_cpulist); ^ server.c: 在函数‘hasActiveC
解决方案1 1、改项目中.idea/workspace.xml配置文件,增加dynamic.classpath参数 2、搜索PropertiesComponent,添加如下 &lt;property name=&quot;dynamic.classpath&quot; value=&quot;tru
删除根组件app.vue中的默认代码后报错:Module Error (from ./node_modules/eslint-loader/index.js): 解决方案:关闭ESlint代码检测,在项目根目录创建vue.config.js,在文件中添加 module.exports = { lin
查看spark默认的python版本 [root@master day27]# pyspark /home/software/spark-2.3.4-bin-hadoop2.7/conf/spark-env.sh: line 2: /usr/local/hadoop/bin/hadoop: No s
使用本地python环境可以成功执行 import pandas as pd import matplotlib.pyplot as plt # 设置字体 plt.rcParams[&#39;font.sans-serif&#39;] = [&#39;SimHei&#39;] # 能正确显示负号 p
错误1:Request method ‘DELETE‘ not supported 错误还原:controller层有一个接口,访问该接口时报错:Request method ‘DELETE‘ not supported 错误原因:没有接收到前端传入的参数,修改为如下 参考 错误2:cannot r
错误1:启动docker镜像时报错:Error response from daemon: driver failed programming external connectivity on endpoint quirky_allen 解决方法:重启docker -&gt; systemctl r
错误1:private field ‘xxx‘ is never assigned 按Altʾnter快捷键,选择第2项 参考:https://blog.csdn.net/shi_hong_fei_hei/article/details/88814070 错误2:启动时报错,不能找到主启动类 #
报错如下,通过源不能下载,最后警告pip需升级版本 Requirement already satisfied: pip in c:\users\ychen\appdata\local\programs\python\python310\lib\site-packages (22.0.4) Coll
错误1:maven打包报错 错误还原:使用maven打包项目时报错如下 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources)
错误1:服务调用时报错 服务消费者模块assess通过openFeign调用服务提供者模块hires 如下为服务提供者模块hires的控制层接口 @RestController @RequestMapping(&quot;/hires&quot;) public class FeignControl
错误1:运行项目后报如下错误 解决方案 报错2:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project sb 解决方案:在pom.
参考 错误原因 过滤器或拦截器在生效时,redisTemplate还没有注入 解决方案:在注入容器时就生效 @Component //项目运行时就注入Spring容器 public class RedisBean { @Resource private RedisTemplate&lt;String
使用vite构建项目报错 C:\Users\ychen\work&gt;npm init @vitejs/app @vitejs/create-app is deprecated, use npm init vite instead C:\Users\ychen\AppData\Local\npm-