Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x can';t安装已安装numpy 1.19.2的熊猫_Python 3.x_Pandas_Numpy_Pip - Fatal编程技术网

Python 3.x can';t安装已安装numpy 1.19.2的熊猫

Python 3.x can';t安装已安装numpy 1.19.2的熊猫,python-3.x,pandas,numpy,pip,Python 3.x,Pandas,Numpy,Pip,我试图在windows PC上安装pandas 1.1.3库,我有python 3.9,一旦执行了pip语句,当它试图安装numpy 1.17.3时,安装就会失败。但是它已经安装了numpy 1.19.2,我不知道这是失败的原因,但是,我不知道如何绕过这一阶段,或者我可以使用哪个其他替代方案来安装熊猫 下面我将显示错误消息: ERROR: Command errored out with exit status 1: command: 'c:\users\tutor\appdata\loc

我试图在windows PC上安装pandas 1.1.3库,我有python 3.9,一旦执行了pip语句,当它试图安装numpy 1.17.3时,安装就会失败。但是它已经安装了numpy 1.19.2,我不知道这是失败的原因,但是,我不知道如何绕过这一阶段,或者我可以使用哪个其他替代方案来安装熊猫

下面我将显示错误消息:

ERROR: Command errored out with exit status 1:
   command: 'c:\users\tutor\appdata\local\programs\python\python39\python.exe' 'c:\users\tutor\appdata\local\programs\python\python39\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\tutor\AppData\Local\Temp\pip-build-env-qgwl2bqw\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'Cython>=0.29.21,<3' 'numpy==1.15.4; python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.15.4; python_version=='"'"'3.7'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.17.3; python_version>='"'"'3.8'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.6'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.7'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.17.3; python_version>='"'"'3.8'"'"' and platform_system=='"'"'AIX'"'"''
       cwd: None
  Complete output (300 lines):
  Ignoring numpy: markers 'python_version == "3.6" and platform_system != "AIX"' don't match your environment
  Ignoring numpy: markers 'python_version == "3.7" and platform_system != "AIX"' don't match your environment
  Ignoring numpy: markers 'python_version == "3.6" and platform_system == "AIX"' don't match your environment
  Ignoring numpy: markers 'python_version == "3.7" and platform_system == "AIX"' don't match your environment
  Ignoring numpy: markers 'python_version >= "3.8" and platform_system == "AIX"' don't match your environment
  Collecting setuptools
    Downloading setuptools-50.3.1-py3-none-any.whl (785 kB)
  Collecting wheel
    Using cached wheel-0.35.1-py2.py3-none-any.whl (33 kB)
  Collecting Cython<3,>=0.29.21
    Using cached Cython-0.29.21-py2.py3-none-any.whl (974 kB)
  Collecting numpy==1.17.3
    Using cached numpy-1.17.3.zip (6.4 MB)
  Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed.
  Installing collected packages: setuptools, wheel, Cython, numpy
      Running setup.py install for numpy: started
      Running setup.py install for numpy: finished with status 'error'
      ERROR: Command errored out with exit status 1:
       command: 'c:\users\tutor\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\tutor\\AppData\\Local\\Temp\\pip-install-14cgoe7s\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\tutor\\AppData\\Local\\Temp\\pip-install-14cgoe7s\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\tutor\AppData\Local\Temp\pip-record-2xiu1h5z\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\tutor\AppData\Local\Temp\pip-build-env-qgwl2bqw\overlay' --compile --install-headers 'C:\Users\tutor\AppData\Local\Temp\pip-build-env-qgwl2bqw\overlay\Include\numpy'
           cwd: C:\Users\tutor\AppData\Local\Temp\pip-install-14cgoe7s\numpy\
      Complete output (277 lines):
      Running from numpy source directory.

      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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
      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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        NOT AVAILABLE

      atlas_blas_info:
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in ['c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        NOT AVAILABLE

      accelerate_info:
        NOT AVAILABLE

      C:\Users\tutor\AppData\Local\Temp\pip-install-14cgoe7s\numpy\numpy\distutils\system_info.py:690: UserWarning:
          Optimized (vendor) Blas libraries are not found.
          Falls back to netlib Blas library which has worse performance.
          A better performance should be easily gained by switching
          Blas library.
        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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        NOT AVAILABLE

      C:\Users\tutor\AppData\Local\Temp\pip-install-14cgoe7s\numpy\numpy\distutils\system_info.py:690: 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\tutor\AppData\Local\Temp\pip-install-14cgoe7s\numpy\numpy\distutils\system_info.py:690: 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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        NOT AVAILABLE

      flame_info:
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries flame not found in ['c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        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\tutor\appdata\local\programs\python\python39\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\tutor\appdata\local\programs\python\python39\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:\
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries lapack_atlas not found in c:\users\tutor\appdata\local\programs\python\python39\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\tutor\appdata\local\programs\python\python39\libs
      <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\tutor\appdata\local\programs\python\python39\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\tutor\appdata\local\programs\python\python39\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:\
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries lapack_atlas not found in c:\users\tutor\appdata\local\programs\python\python39\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\tutor\appdata\local\programs\python\python39\libs
      <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\tutor\appdata\local\programs\python\python39\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\tutor\appdata\local\programs\python\python39\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,ptcblas,atlas not found in C:\
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries lapack_atlas not found in c:\users\tutor\appdata\local\programs\python\python39\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\tutor\appdata\local\programs\python\python39\libs
      <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\tutor\appdata\local\programs\python\python39\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\tutor\appdata\local\programs\python\python39\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,cblas,atlas not found in C:\
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries lapack_atlas not found in c:\users\tutor\appdata\local\programs\python\python39\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\tutor\appdata\local\programs\python\python39\libs
      <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\\tutor\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\libs']
        NOT AVAILABLE

      C:\Users\tutor\AppData\Local\Temp\pip-install-14cgoe7s\numpy\numpy\distutils\system_info.py:1712: 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.
        if getattr(self, '_calc_info_{}'.format(lapack))():
      lapack_src_info:
        NOT AVAILABLE

      C:\Users\tutor\AppData\Local\Temp\pip-install-14cgoe7s\numpy\numpy\distutils\system_info.py:1712: 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.
        if getattr(self, '_calc_info_{}'.format(lapack))():
        NOT AVAILABLE

      c:\users\tutor\appdata\local\programs\python\python39\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, config, build_clib, build_ext, build commands --fcompiler options
      running build_src
      build_src
      building py_modules sources
      creating build
      creating build\src.win-amd64-3.9
      creating build\src.win-amd64-3.9\numpy
      creating build\src.win-amd64-3.9\numpy\distutils
      building library "npymath" sources
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
      ----------------------------------------
  ERROR: Command errored out with exit status 1: 'c:\users\tutor\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\tutor\\AppData\\Local\\Temp\\pip-install-14cgoe7s\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\tutor\\AppData\\Local\\Temp\\pip-install-14cgoe7s\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\tutor\AppData\Local\Temp\pip-record-2xiu1h5z\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\tutor\AppData\Local\Temp\pip-build-env-qgwl2bqw\overlay' --compile --install-headers 'C:\Users\tutor\AppData\Local\Temp\pip-build-env-qgwl2bqw\overlay\Include\numpy' Check the logs for full command output.
  ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\tutor\appdata\local\programs\python\python39\python.exe' 'c:\users\tutor\appdata\local\programs\python\python39\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\tutor\AppData\Local\Temp\pip-build-env-qgwl2bqw\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'Cython>=0.29.21,<3' 'numpy==1.15.4; python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.15.4; python_version=='"'"'3.7'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.17.3; python_version>='"'"'3.8'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.6'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.7'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.17.3; python_version>='"'"'3.8'"'"' and platform_system=='"'"'AIX'"'"'' Check the logs for full command output.
错误:命令出错,退出状态为1:
命令:“c:\users\tutor\appdata\local\programs\python\python 39\python.exe”“c:\users\tutor\appdata\local\programs\python\python 39\lib\site packages\pip”安装--忽略已安装--无用户--前缀“c:\users\tutor\appdata\local\Temp\pip-build-env-qgwl2bqw\overlay”---无警告脚本位置--无二进制:无:--仅二进制:无:-ihttps://pypi.org/simple --setuptools控制盘“Cython>=0.29.21”、“3.8”和平台系统“''AIX''''numpy==1.16.0;python_version=='''''''3.6'''''和平台_system==''''''AIX'''''''numpy==1.16.0;python_version==''''''''3.7'''''和平台_system==''''''AIX''''''numpy==1.17.3;python_version>='''''''''3.8'''''和平台_system='''''''''''''''AIX''''
cwd:没有
完整输出(300行):
忽略numpy:markers'python_version==“3.6”和platform_system!=“AIX”与您的环境不匹配
忽略numpy:markers'python_version==“3.7”和platform_system!=“AIX”与您的环境不匹配
忽略numpy:标记“python\u version==“3.6”和平台\u system==“AIX”与您的环境不匹配
忽略numpy:标记“python\u version==”3.7“和platform\u system==”AIX“与您的环境不匹配
忽略numpy:markers'python\u version>=“3.8”和platform\u system==“AIX”与您的环境不匹配
收集设置工具
下载setuptools-50.3.1-py3-none-any.whl(785 kB)
集电轮
使用缓存的wheel-0.35.1-py2.py3-none-any.whl(33 kB)
收集Cython=0.29.21
使用缓存的Cython-0.29.21-py2.py3-none-any.whl(974 kB)
收集numpy==1.17.3
使用缓存的numpy-1.17.3.zip(6.4 MB)
使用numpy的旧版“setup.py install”,因为未安装程序包“wheel”。
安装收集的软件包:setuptools、wheel、Cython、numpy
为numpy运行setup.py安装:已启动
正在为numpy运行setup.py安装:已完成,状态为“错误”
错误:命令出错,退出状态为1:
命令:“c:\users\tutor\appdata\local\programs\python\python39\python.exe'-u-c'import sys,setuptools,tokenize;sys.argv[0]=“C:\\Users\\tutor\\AppData\\Local\\Temp\\pip-install-14cgoe7s\\numpy\\setup.py”“”__文件“''''C:\\Users\\tutor\\AppData\\Local\\Temp\\pip-install-14cgoe7s\\numpy\\setup.py'''”;f=getattr(标记化,“'open'”,open)(\uuuuu文件);code=f.read().replace(“\r\n”“”、“\n”“”);f、 close();exec(编译(代码,文件,exec)'install--record'C:\Users\tutor\AppData\Local\Temp\pip-record-2xiu1h5z\install record.txt'--外部管理的单一版本--前缀'C:\Users\tutor\AppData\Local\Temp\pip-build-env-qgwl2bqw\overlay'--编译--安装头'C:\Users\tutor\AppData\Local\Temp\pip-build-env-qgwl2bqw\overlay\Include\numpy'
cwd:C:\Users\tutor\AppData\Local\Temp\pip-install-14cgoe7s\numpy\
完整输出(277行):
从numpy源目录运行。
注意:如果需要可靠的卸载行为,请安装
使用pip而不是“setup.py安装”:
-`pip install.`(来自git repo或下载的源代码
发布)
-`pip安装numpy`(PyPi上的最后一个numpy版本)
blas_opt_信息:
blas_mkl_信息:
在numpy.distutils中没有名为“numpy.distutils.\u msvccompiler”的模块;从distutils开始尝试
自定义MSVCCompiler
在['c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\lib'、'c:\\users\\tutor\\appdata\\local\\programs\\python39\\libs'中找不到库mkl\u rt
无法使用的
blis_信息:
在numpy.distutils中没有名为“numpy.distutils.\u msvccompiler”的模块;从distutils开始尝试
自定义MSVCCompiler
在['c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\lib'、'c:\\users\\tutor\\appdata\\local\\programs\\python39\\libs'中找不到库BLI
无法使用的
openblas_信息:
在numpy.distutils中没有名为“numpy.distutils.\u msvccompiler”的模块;从distutils开始尝试
自定义MSVCCompiler
在numpy.distutils中没有名为“numpy.distutils.\u msvccompiler”的模块;从distutils开始尝试
自定义MSVCCompiler
在['c:\\users\\tutor\\appdata\\local\\programs\\python\\python39\\lib'、'c:\\users\\tutor\\appdata\\local\\programs\\python39\\libs'中找不到库openblas
get_default_fcompiler:匹配类型:“['gnu'、'intelv'、'absoft'、'compaqv'、'intelev'、'gnu95'、'g95'、'intelvem'、'intelem'、'flang']”
定制gnuff编译器
找不到可执行文件g77
找不到可执行文件f77
自定义IntelVisualF编译器
找不到可执行ifort
找不到可执行ifl
定制绝对FTFCompiler
找不到可执行文件f90
自定义CompaqVisualCompiler
找不到可执行文件DF
自定义IntelItaniumVisualFCompiler
找不到可执行efl
定制GNU95F编译器
找不到可执行文件gfortran
找不到可执行文件f95
定制G95FCompiler
找不到可执行文件g95
自定义Intelem64VisualCompiler
自定义Intelem64TF编译器
找不到可执行文件efort
找不到可执行efc
自定义PGroupFlangCompiler
找不到可执行法兰
不知道如何在“nt”平台上编译Fortran代码
pip uinstall numpy
pip install pandas