petermr / dictionary

Collection of Wikidata-based dictionaries for scientific annotation and searching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getting error in installed requirement module using pip: pip install -r requirements.txt

Radhu903 opened this issue · comments

C:\Users\DELL\Radhu\dictionary\pygetpapersdev>pip install -r requirements.txt
Collecting requests==2.20.0
  Using cached requests-2.20.0-py2.py3-none-any.whl (60 kB)
Collecting pandas_read_xml==0.0.9
  Using cached pandas_read_xml-0.0.9-py3-none-any.whl (6.2 kB)
Collecting pandas==1.2.0
  Using cached pandas-1.2.0-cp38-cp38-win32.whl (8.2 MB)
Collecting lxml==4.6.2
  Using cached lxml-4.6.2-cp38-cp38-win32.whl (3.2 MB)
Collecting chromedriver_autoinstaller==0.2.2
  Using cached chromedriver_autoinstaller-0.2.2-py3-none-any.whl (5.9 kB)
Collecting xmltodict==0.12.0
  Using cached xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB)
Collecting selenium==3.12.0
  Using cached selenium-3.12.0-py2.py3-none-any.whl (946 kB)
Requirement already satisfied: python-dateutil>=2.7.3 in c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages (from pandas==1.2.0->-r requirements.txt (line 3)) (2.8.1)
Requirement already satisfied: numpy>=1.16.5 in c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages (from pandas==1.2.0->-r requirements.txt (line 3)) (1.19.0)
Requirement already satisfied: pytz>=2017.3 in c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages (from pandas==1.2.0->-r requirements.txt (line 3)) (2020.1)
Collecting distlib
  Using cached distlib-0.3.1-py2.py3-none-any.whl (335 kB)
Collecting pyarrow
  Using cached pyarrow-3.0.0.tar.gz (682 kB)
  Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-1gbjsvow\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.16.6; python_version<'"'"'3.9'"'"'' 'numpy==1.19.4; python_version>='"'"'3.9'"'"'' setuptools setuptools_scm wheel
       cwd: None
  Complete output (294 lines):
  Ignoring numpy: markers 'python_version >= "3.9"' don't match your environment
  Collecting cython>=0.29
    Using cached Cython-0.29.22-cp38-cp38-win32.whl (1.6 MB)
  Collecting numpy==1.16.6
    Using cached numpy-1.16.6.zip (5.1 MB)
  Collecting setuptools
    Using cached setuptools-54.0.0-py3-none-any.whl (784 kB)
  Collecting setuptools_scm
    Using cached setuptools_scm-5.0.1-py2.py3-none-any.whl (28 kB)
  Collecting wheel
    Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
  Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed.
  Installing collected packages: setuptools, wheel, setuptools-scm, numpy, cython
      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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-fnv3p8h8\\numpy_a64722b08d594f1cbdbad7b135826bbd\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-fnv3p8h8\\numpy_a64722b08d594f1cbdbad7b135826bbd\\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\DELL\AppData\Local\Temp\pip-record-pakakh4t\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-1gbjsvow\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-1gbjsvow\overlay\Include\numpy'
           cwd: C:\Users\DELL\AppData\Local\Temp\pip-install-fnv3p8h8\numpy_a64722b08d594f1cbdbad7b135826bbd\
      Complete output (273 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)


      C:\Users\DELL\AppData\Local\Temp\pip-install-fnv3p8h8\numpy_a64722b08d594f1cbdbad7b135826bbd\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
        return is_string(s) and ('*' in s or '?' is s)
      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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      accelerate_info:
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-fnv3p8h8\numpy_a64722b08d594f1cbdbad7b135826bbd\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-fnv3p8h8\numpy_a64722b08d594f1cbdbad7b135826bbd\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\DELL\AppData\Local\Temp\pip-install-fnv3p8h8\numpy_a64722b08d594f1cbdbad7b135826bbd\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-fnv3p8h8\numpy_a64722b08d594f1cbdbad7b135826bbd\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\DELL\AppData\Local\Temp\pip-install-fnv3p8h8\numpy_a64722b08d594f1cbdbad7b135826bbd\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:\users\dell\appdata\local\programs\python\python38-32\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.win32-3.8
      creating build\src.win32-3.8\numpy
      creating build\src.win32-3.8\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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-fnv3p8h8\\numpy_a64722b08d594f1cbdbad7b135826bbd\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-fnv3p8h8\\numpy_a64722b08d594f1cbdbad7b135826bbd\\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\DELL\AppData\Local\Temp\pip-record-pakakh4t\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-1gbjsvow\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-1gbjsvow\overlay\Include\numpy' Check the logs for full command output.
  ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/62/d3/a482d8a4039bf931ed6388308f0cc0541d0cab46f0bbff7c897a74f1c576/pyarrow-3.0.0.tar.gz#sha256=4bf8cc43e1db1e0517466209ee8e8f459d9b5e1b4074863317f2a965cf59889e (from https://pypi.org/simple/pyarrow/) (requires-python:>=3.6). Command errored out with exit status 1: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-1gbjsvow\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.16.6; python_version<'"'"'3.9'"'"'' 'numpy==1.19.4; python_version>='"'"'3.9'"'"'' setuptools setuptools_scm wheel Check the logs for full command output.
  Downloading pyarrow-2.0.0.tar.gz (58.9 MB)
     |████████████████████████████████| 58.9 MB 72 kB/s
  Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-6540p60o\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel
       cwd: None
  Complete output (294 lines):
  Ignoring numpy: markers 'python_version < "3.7"' don't match your environment
  Collecting cython>=0.29
    Using cached Cython-0.29.22-cp38-cp38-win32.whl (1.6 MB)
  Collecting numpy==1.16.0
    Downloading numpy-1.16.0.zip (5.1 MB)
  Collecting setuptools
    Using cached setuptools-54.0.0-py3-none-any.whl (784 kB)
  Collecting setuptools_scm
    Using cached setuptools_scm-5.0.1-py2.py3-none-any.whl (28 kB)
  Collecting wheel
    Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
  Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed.
  Installing collected packages: setuptools, wheel, setuptools-scm, numpy, cython
      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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-6ghja9sn\\numpy_5f50c47caf2e4bee8edee3974dad7ffc\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-6ghja9sn\\numpy_5f50c47caf2e4bee8edee3974dad7ffc\\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\DELL\AppData\Local\Temp\pip-record-7oi5uw_d\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-6540p60o\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-6540p60o\overlay\Include\numpy'
           cwd: C:\Users\DELL\AppData\Local\Temp\pip-install-6ghja9sn\numpy_5f50c47caf2e4bee8edee3974dad7ffc\
      Complete output (273 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)


      C:\Users\DELL\AppData\Local\Temp\pip-install-6ghja9sn\numpy_5f50c47caf2e4bee8edee3974dad7ffc\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
        return is_string(s) and ('*' in s or '?' is s)
      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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      accelerate_info:
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-6ghja9sn\numpy_5f50c47caf2e4bee8edee3974dad7ffc\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-6ghja9sn\numpy_5f50c47caf2e4bee8edee3974dad7ffc\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-6ghja9sn\numpy_5f50c47caf2e4bee8edee3974dad7ffc\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-6ghja9sn\numpy_5f50c47caf2e4bee8edee3974dad7ffc\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-6ghja9sn\numpy_5f50c47caf2e4bee8edee3974dad7ffc\numpy\distutils\system_info.py:625: 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:\users\dell\appdata\local\programs\python\python38-32\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.win32-3.8
      creating build\src.win32-3.8\numpy
      creating build\src.win32-3.8\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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-6ghja9sn\\numpy_5f50c47caf2e4bee8edee3974dad7ffc\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-6ghja9sn\\numpy_5f50c47caf2e4bee8edee3974dad7ffc\\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\DELL\AppData\Local\Temp\pip-record-7oi5uw_d\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-6540p60o\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-6540p60o\overlay\Include\numpy' Check the logs for full command output.
  ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/fd/b7/78115614c4b227796cc87fff907930f6ae6dd999c5000d3d6ae5c2e54582/pyarrow-2.0.0.tar.gz#sha256=b5e6cd217457e8febcc98a6c279b96f72d5c31a24cd2bffd8d3b2da701d2025c (from https://pypi.org/simple/pyarrow/) (requires-python:>=3.5). Command errored out with exit status 1: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-6540p60o\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel Check the logs for full command output.
  Downloading pyarrow-1.0.1.tar.gz (1.3 MB)
     |████████████████████████████████| 1.3 MB 467 kB/s
  Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-aj2ghlwf\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel
       cwd: None
  Complete output (294 lines):
  Ignoring numpy: markers 'python_version < "3.7"' don't match your environment
  Collecting cython>=0.29
    Using cached Cython-0.29.22-cp38-cp38-win32.whl (1.6 MB)
  Collecting numpy==1.16.0
    Using cached numpy-1.16.0.zip (5.1 MB)
  Collecting setuptools
    Using cached setuptools-54.0.0-py3-none-any.whl (784 kB)
  Collecting setuptools_scm
    Using cached setuptools_scm-5.0.1-py2.py3-none-any.whl (28 kB)
  Collecting wheel
    Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
  Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed.
  Installing collected packages: setuptools, wheel, setuptools-scm, numpy, cython
      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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-5k2nno13\\numpy_ec613f4385cb477cb0ad924a0b60f000\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-5k2nno13\\numpy_ec613f4385cb477cb0ad924a0b60f000\\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\DELL\AppData\Local\Temp\pip-record-9x5dxa0t\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-aj2ghlwf\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-aj2ghlwf\overlay\Include\numpy'
           cwd: C:\Users\DELL\AppData\Local\Temp\pip-install-5k2nno13\numpy_ec613f4385cb477cb0ad924a0b60f000\
      Complete output (273 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)


      C:\Users\DELL\AppData\Local\Temp\pip-install-5k2nno13\numpy_ec613f4385cb477cb0ad924a0b60f000\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
        return is_string(s) and ('*' in s or '?' is s)
      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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      accelerate_info:
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-5k2nno13\numpy_ec613f4385cb477cb0ad924a0b60f000\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-5k2nno13\numpy_ec613f4385cb477cb0ad924a0b60f000\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-5k2nno13\numpy_ec613f4385cb477cb0ad924a0b60f000\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-5k2nno13\numpy_ec613f4385cb477cb0ad924a0b60f000\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-5k2nno13\numpy_ec613f4385cb477cb0ad924a0b60f000\numpy\distutils\system_info.py:625: 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:\users\dell\appdata\local\programs\python\python38-32\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.win32-3.8
      creating build\src.win32-3.8\numpy
      creating build\src.win32-3.8\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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-5k2nno13\\numpy_ec613f4385cb477cb0ad924a0b60f000\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-5k2nno13\\numpy_ec613f4385cb477cb0ad924a0b60f000\\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\DELL\AppData\Local\Temp\pip-record-9x5dxa0t\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-aj2ghlwf\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-aj2ghlwf\overlay\Include\numpy' Check the logs for full command output.
  ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/c1/82/04249512513b31d7cd9f6fa63cf0d1c64c4705da32e3c3ece9d676e235ff/pyarrow-1.0.1.tar.gz#sha256=0b67124beb16dcd47b4cd7a8bac989826aee6eac6a280066476b7289206b1175 (from https://pypi.org/simple/pyarrow/) (requires-python:>=3.5). Command errored out with exit status 1: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-aj2ghlwf\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel Check the logs for full command output.
  Downloading pyarrow-1.0.0.tar.gz (1.2 MB)
     |████████████████████████████████| 1.2 MB 217 kB/s
  Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-t9824x0j\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel
       cwd: None
  Complete output (294 lines):
  Ignoring numpy: markers 'python_version < "3.7"' don't match your environment
  Collecting cython>=0.29
    Using cached Cython-0.29.22-cp38-cp38-win32.whl (1.6 MB)
  Collecting numpy==1.16.0
    Using cached numpy-1.16.0.zip (5.1 MB)
  Collecting setuptools
    Using cached setuptools-54.0.0-py3-none-any.whl (784 kB)
  Collecting setuptools_scm
    Using cached setuptools_scm-5.0.1-py2.py3-none-any.whl (28 kB)
  Collecting wheel
    Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
  Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed.
  Installing collected packages: setuptools, wheel, setuptools-scm, numpy, cython
      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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-q0eomq5g\\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-q0eomq5g\\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\\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\DELL\AppData\Local\Temp\pip-record-zvph8krf\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-t9824x0j\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-t9824x0j\overlay\Include\numpy'
           cwd: C:\Users\DELL\AppData\Local\Temp\pip-install-q0eomq5g\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\
      Complete output (273 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)


      C:\Users\DELL\AppData\Local\Temp\pip-install-q0eomq5g\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
        return is_string(s) and ('*' in s or '?' is s)
      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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      accelerate_info:
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-q0eomq5g\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-q0eomq5g\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-q0eomq5g\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-q0eomq5g\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-q0eomq5g\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\numpy\distutils\system_info.py:625: 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:\users\dell\appdata\local\programs\python\python38-32\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.win32-3.8
      creating build\src.win32-3.8\numpy
      creating build\src.win32-3.8\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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-q0eomq5g\\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-q0eomq5g\\numpy_9ae0f1960ecd4e1c9c30ed14cdc9119d\\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\DELL\AppData\Local\Temp\pip-record-zvph8krf\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-t9824x0j\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-t9824x0j\overlay\Include\numpy' Check the logs for full command output.
  ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/f2/c6/93744c9b5243fa8a129b44e39b34b9bd4261ed42fe93c9dfb6ddd99f8af8/pyarrow-1.0.0.tar.gz#sha256=5ae4da65ba94d27cd1f1d583186de42511061f430f09bd112843c03ac3bcf9d0 (from https://pypi.org/simple/pyarrow/) (requires-python:>=3.5). Command errored out with exit status 1: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-t9824x0j\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel Check the logs for full command output.
  Downloading pyarrow-0.17.1.tar.gz (2.6 MB)
     |████████████████████████████████| 2.6 MB 504 kB/s
  Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-sr_shgy1\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel
       cwd: None
  Complete output (294 lines):
  Ignoring numpy: markers 'python_version < "3.7"' don't match your environment
  Collecting cython>=0.29
    Using cached Cython-0.29.22-cp38-cp38-win32.whl (1.6 MB)
  Collecting numpy==1.16.0
    Using cached numpy-1.16.0.zip (5.1 MB)
  Collecting setuptools
    Using cached setuptools-54.0.0-py3-none-any.whl (784 kB)
  Collecting setuptools_scm
    Using cached setuptools_scm-5.0.1-py2.py3-none-any.whl (28 kB)
  Collecting wheel
    Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
  Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed.
  Installing collected packages: setuptools, wheel, setuptools-scm, numpy, cython
      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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-5w2oy1z_\\numpy_748df020241a4f1da1a8b164cd3e4ab6\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-5w2oy1z_\\numpy_748df020241a4f1da1a8b164cd3e4ab6\\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\DELL\AppData\Local\Temp\pip-record-y2__jl17\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-sr_shgy1\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-sr_shgy1\overlay\Include\numpy'
           cwd: C:\Users\DELL\AppData\Local\Temp\pip-install-5w2oy1z_\numpy_748df020241a4f1da1a8b164cd3e4ab6\
      Complete output (273 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)


      C:\Users\DELL\AppData\Local\Temp\pip-install-5w2oy1z_\numpy_748df020241a4f1da1a8b164cd3e4ab6\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
        return is_string(s) and ('*' in s or '?' is s)
      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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      accelerate_info:
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-5w2oy1z_\numpy_748df020241a4f1da1a8b164cd3e4ab6\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-5w2oy1z_\numpy_748df020241a4f1da1a8b164cd3e4ab6\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-5w2oy1z_\numpy_748df020241a4f1da1a8b164cd3e4ab6\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-5w2oy1z_\numpy_748df020241a4f1da1a8b164cd3e4ab6\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-5w2oy1z_\numpy_748df020241a4f1da1a8b164cd3e4ab6\numpy\distutils\system_info.py:625: 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:\users\dell\appdata\local\programs\python\python38-32\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.win32-3.8
      creating build\src.win32-3.8\numpy
      creating build\src.win32-3.8\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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-5w2oy1z_\\numpy_748df020241a4f1da1a8b164cd3e4ab6\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-5w2oy1z_\\numpy_748df020241a4f1da1a8b164cd3e4ab6\\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\DELL\AppData\Local\Temp\pip-record-y2__jl17\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-sr_shgy1\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-sr_shgy1\overlay\Include\numpy' Check the logs for full command output.
  ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/ed/c9/85d179d5a0575e1b066fb94bfe1e37b6d3ca546b58e75b9d1ca4952320de/pyarrow-0.17.1.tar.gz#sha256=278d11800c2e0f9bea6314ef718b2368b4046ba24b6c631c14edad5a1d351e49 (from https://pypi.org/simple/pyarrow/) (requires-python:>=3.5). Command errored out with exit status 1: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-sr_shgy1\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel Check the logs for full command output.
  Downloading pyarrow-0.17.0.tar.gz (3.7 MB)
     |████████████████████████████████| 3.7 MB 129 kB/s
  Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-96f6fa92\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel
       cwd: None
  Complete output (294 lines):
  Ignoring numpy: markers 'python_version < "3.7"' don't match your environment
  Collecting cython>=0.29
    Using cached Cython-0.29.22-cp38-cp38-win32.whl (1.6 MB)
  Collecting numpy==1.16.0
    Using cached numpy-1.16.0.zip (5.1 MB)
  Collecting setuptools
    Using cached setuptools-54.0.0-py3-none-any.whl (784 kB)
  Collecting setuptools_scm
    Using cached setuptools_scm-5.0.1-py2.py3-none-any.whl (28 kB)
  Collecting wheel
    Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
  Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed.
  Installing collected packages: setuptools, wheel, setuptools-scm, numpy, cython
      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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-8tm0f703\\numpy_916d5eb6c217409b98a7678dba4c9168\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-8tm0f703\\numpy_916d5eb6c217409b98a7678dba4c9168\\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\DELL\AppData\Local\Temp\pip-record-bpg2o_70\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-96f6fa92\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-96f6fa92\overlay\Include\numpy'
           cwd: C:\Users\DELL\AppData\Local\Temp\pip-install-8tm0f703\numpy_916d5eb6c217409b98a7678dba4c9168\
      Complete output (273 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)


      C:\Users\DELL\AppData\Local\Temp\pip-install-8tm0f703\numpy_916d5eb6c217409b98a7678dba4c9168\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
        return is_string(s) and ('*' in s or '?' is s)
      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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      accelerate_info:
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-8tm0f703\numpy_916d5eb6c217409b98a7678dba4c9168\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-8tm0f703\numpy_916d5eb6c217409b98a7678dba4c9168\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-8tm0f703\numpy_916d5eb6c217409b98a7678dba4c9168\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-8tm0f703\numpy_916d5eb6c217409b98a7678dba4c9168\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-8tm0f703\numpy_916d5eb6c217409b98a7678dba4c9168\numpy\distutils\system_info.py:625: 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:\users\dell\appdata\local\programs\python\python38-32\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.win32-3.8
      creating build\src.win32-3.8\numpy
      creating build\src.win32-3.8\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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-8tm0f703\\numpy_916d5eb6c217409b98a7678dba4c9168\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-8tm0f703\\numpy_916d5eb6c217409b98a7678dba4c9168\\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\DELL\AppData\Local\Temp\pip-record-bpg2o_70\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-96f6fa92\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-96f6fa92\overlay\Include\numpy' Check the logs for full command output.
  ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/92/1f/206195564030e712f85952117171df7bba7e8f945aaeb6f4cedbc731079a/pyarrow-0.17.0.tar.gz#sha256=fb1cdfda872700feee8ce8cc1f4a7e4220728d6e31eb067a0f95595f11e724f3 (from https://pypi.org/simple/pyarrow/) (requires-python:>=3.5). Command errored out with exit status 1: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-96f6fa92\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel Check the logs for full command output.
  Downloading pyarrow-0.16.0.tar.gz (5.7 MB)
     |████████████████████████████████| 5.7 MB 409 kB/s
  Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-9l6vluyg\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel
       cwd: None
  Complete output (294 lines):
  Ignoring numpy: markers 'python_version < "3.7"' don't match your environment
  Collecting cython>=0.29
    Using cached Cython-0.29.22-cp38-cp38-win32.whl (1.6 MB)
  Collecting numpy==1.16.0
    Using cached numpy-1.16.0.zip (5.1 MB)
  Collecting setuptools
    Using cached setuptools-54.0.0-py3-none-any.whl (784 kB)
  Collecting setuptools_scm
    Using cached setuptools_scm-5.0.1-py2.py3-none-any.whl (28 kB)
  Collecting wheel
    Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
  Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed.
  Installing collected packages: setuptools, wheel, setuptools-scm, numpy, cython
      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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-i1_qbvbp\\numpy_c0349bce22c04a59b9dc7e7a8da44763\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-i1_qbvbp\\numpy_c0349bce22c04a59b9dc7e7a8da44763\\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\DELL\AppData\Local\Temp\pip-record-iq7_lcce\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-9l6vluyg\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-9l6vluyg\overlay\Include\numpy'
           cwd: C:\Users\DELL\AppData\Local\Temp\pip-install-i1_qbvbp\numpy_c0349bce22c04a59b9dc7e7a8da44763\
      Complete output (273 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)


      C:\Users\DELL\AppData\Local\Temp\pip-install-i1_qbvbp\numpy_c0349bce22c04a59b9dc7e7a8da44763\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
        return is_string(s) and ('*' in s or '?' is s)
      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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      accelerate_info:
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-i1_qbvbp\numpy_c0349bce22c04a59b9dc7e7a8da44763\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-i1_qbvbp\numpy_c0349bce22c04a59b9dc7e7a8da44763\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-i1_qbvbp\numpy_c0349bce22c04a59b9dc7e7a8da44763\numpy\distutils\system_info.py:625: 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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries tatlas,tatlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries satlas,satlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries ptf77blas,ptcblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\lib
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\dell\appdata\local\programs\python\python38-32\libs
      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
      customize MSVCCompiler
        libraries f77blas,cblas,atlas not found in c:\users\dell\appdata\local\programs\python\python38-32\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\\dell\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\dell\\appdata\\local\\programs\\python\\python38-32\\libs']
        NOT AVAILABLE

      C:\Users\DELL\AppData\Local\Temp\pip-install-i1_qbvbp\numpy_c0349bce22c04a59b9dc7e7a8da44763\numpy\distutils\system_info.py:625: 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\DELL\AppData\Local\Temp\pip-install-i1_qbvbp\numpy_c0349bce22c04a59b9dc7e7a8da44763\numpy\distutils\system_info.py:625: 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:\users\dell\appdata\local\programs\python\python38-32\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.win32-3.8
      creating build\src.win32-3.8\numpy
      creating build\src.win32-3.8\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\dell\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-i1_qbvbp\\numpy_c0349bce22c04a59b9dc7e7a8da44763\\setup.py'"'"'; __file__='"'"'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-install-i1_qbvbp\\numpy_c0349bce22c04a59b9dc7e7a8da44763\\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\DELL\AppData\Local\Temp\pip-record-iq7_lcce\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-9l6vluyg\overlay' --compile --install-headers 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-9l6vluyg\overlay\Include\numpy' Check the logs for full command output.
  ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/3e/00/4e099e2f1992c555771090b5971c59751fc152c68270a31bfeabd114c068/pyarrow-0.16.0.tar.gz#sha256=bb6bb7ba1b6a1c3c94cc0d0068c96df9498c973ad0ae6ca398164d339b704c97 (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\DELL\AppData\Local\Temp\pip-build-env-9l6vluyg\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel Check the logs for full command output.
  Downloading pyarrow-0.15.1.tar.gz (5.9 MB)
     |████████████████████████████████| 5.9 MB 501 kB/s
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting zipfile36
  Using cached zipfile36-0.1.3-py3-none-any.whl (20 kB)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages (from requests==2.20.0->-r requirements.txt (line 1)) (2020.6.20)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages (from requests==2.20.0->-r requirements.txt (line 1)) (3.0.4)
Collecting urllib3<1.25,>=1.21.1
  Using cached urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
Collecting idna<2.8,>=2.5
  Using cached idna-2.7-py2.py3-none-any.whl (58 kB)
Requirement already satisfied: six>=1.5 in c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages (from python-dateutil>=2.7.3->pandas==1.2.0->-r requirements.txt (line 3)) (1.15.0)
Building wheels for collected packages: pyarrow
  Building wheel for pyarrow (PEP 517) ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\dell\appdata\local\programs\python\python38-32\python.exe' 'c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' build_wheel 'C:\Users\DELL\AppData\Local\Temp\tmp_zhb05ni'
       cwd: C:\Users\DELL\AppData\Local\Temp\pip-install-w5j_0jfx\pyarrow_e252faad274b4e3a8d7e27245406ee30
  Complete output (468 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win32-3.8
  creating build\lib.win32-3.8\pyarrow
  copying pyarrow\benchmark.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\compat.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\csv.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\cuda.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\feather.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\filesystem.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\flight.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\fs.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\hdfs.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\ipc.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\json.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\jvm.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\orc.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\pandas_compat.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\parquet.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\plasma.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\serialization.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\types.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\util.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_generated_version.py -> build\lib.win32-3.8\pyarrow
  copying pyarrow\__init__.py -> build\lib.win32-3.8\pyarrow
  creating build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\conftest.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\deserialize_buffer.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\pandas_examples.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\strategies.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_array.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_builder.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_compute.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_convert_builtin.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_csv.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_cuda.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_cuda_numba_interop.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_cython.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_deprecations.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_extension_type.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_feather.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_filesystem.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_flight.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_fs.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_gandiva.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_hdfs.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_io.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_ipc.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_json.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_jvm.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_memory.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_misc.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_orc.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_pandas.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_parquet.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_plasma.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_plasma_tf_op.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_scalars.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_schema.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_serialization.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_sparse_tensor.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_strategies.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_table.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_tensor.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\test_types.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\util.py -> build\lib.win32-3.8\pyarrow\tests
  copying pyarrow\tests\__init__.py -> build\lib.win32-3.8\pyarrow\tests
  running egg_info
  writing pyarrow.egg-info\PKG-INFO
  writing dependency_links to pyarrow.egg-info\dependency_links.txt
  writing entry points to pyarrow.egg-info\entry_points.txt
  writing requirements to pyarrow.egg-info\requires.txt
  writing top-level names to pyarrow.egg-info\top_level.txt
  warning: Failed to find the configured license file '../LICENSE.txt'
  reading manifest file 'pyarrow.egg-info\SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching '..\LICENSE.txt'
  warning: no files found matching '..\NOTICE.txt'
  warning: no previously-included files matching '*.so' found anywhere in distribution
  warning: no previously-included files matching '*.pyc' found anywhere in distribution
  warning: no previously-included files matching '*~' found anywhere in distribution
  warning: no previously-included files matching '#*' found anywhere in distribution
  warning: no previously-included files matching '.git*' found anywhere in distribution
  warning: no previously-included files matching '.DS_Store' found anywhere in distribution
  no previously-included directories found matching '.asv'
  writing manifest file 'pyarrow.egg-info\SOURCES.txt'
  copying pyarrow\__init__.pxd -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_csv.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_csv.pyx -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_cuda.pxd -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_cuda.pyx -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_flight.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_flight.pyx -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_fs.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_fs.pyx -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_json.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_json.pyx -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_orc.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_orc.pxd -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_orc.pyx -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_parquet.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_parquet.pxd -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_parquet.pyx -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_plasma.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_plasma.pyx -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_s3.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\_s3fs.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\array.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\benchmark.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\builder.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\error.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\feather.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\gandiva.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\gandiva.pyx -> build\lib.win32-3.8\pyarrow
  copying pyarrow\io-hdfs.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\io.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\ipc.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\lib.cpp -> build\lib.win32-3.8\pyarrow
  copying pyarrow\lib.pxd -> build\lib.win32-3.8\pyarrow
  copying pyarrow\lib.pyx -> build\lib.win32-3.8\pyarrow
  copying pyarrow\lib_api.h -> build\lib.win32-3.8\pyarrow
  copying pyarrow\memory.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\pandas-shim.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\plasma-store-server -> build\lib.win32-3.8\pyarrow
  copying pyarrow\public-api.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\scalar.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\serialization.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\table.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\tensor.pxi -> build\lib.win32-3.8\pyarrow
  copying pyarrow\types.pxi -> build\lib.win32-3.8\pyarrow
  creating build\lib.win32-3.8\pyarrow\.pytest_cache
  copying pyarrow\.pytest_cache\CACHEDIR.TAG -> build\lib.win32-3.8\pyarrow\.pytest_cache
  copying pyarrow\.pytest_cache\README.md -> build\lib.win32-3.8\pyarrow\.pytest_cache
  creating build\lib.win32-3.8\pyarrow\.pytest_cache\v
  creating build\lib.win32-3.8\pyarrow\.pytest_cache\v\cache
  copying pyarrow\.pytest_cache\v\cache\nodeids -> build\lib.win32-3.8\pyarrow\.pytest_cache\v\cache
  copying pyarrow\.pytest_cache\v\cache\stepwise -> build\lib.win32-3.8\pyarrow\.pytest_cache\v\cache
  creating build\lib.win32-3.8\pyarrow\include
  creating build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\api.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\array.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\buffer.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\buffer_builder.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\builder.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\compare.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\extension_type.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\memory_pool.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\memory_pool_test.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\pretty_print.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\record_batch.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\result.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\scalar.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\sparse_tensor.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\status.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\stl.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\table.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\table_builder.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\tensor.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\type.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\type_fwd.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\type_traits.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\visitor.h -> build\lib.win32-3.8\pyarrow\include\arrow
  copying pyarrow\include\arrow\visitor_inline.h -> build\lib.win32-3.8\pyarrow\include\arrow
  creating build\lib.win32-3.8\pyarrow\include\arrow\adapters
  creating build\lib.win32-3.8\pyarrow\include\arrow\adapters\orc
  copying pyarrow\include\arrow\adapters\orc\adapter.h -> build\lib.win32-3.8\pyarrow\include\arrow\adapters\orc
  creating build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\builder_adaptive.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\builder_base.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\builder_binary.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\builder_decimal.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\builder_dict.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\builder_nested.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\builder_primitive.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\builder_time.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\builder_union.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\concatenate.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  copying pyarrow\include\arrow\array\diff.h -> build\lib.win32-3.8\pyarrow\include\arrow\array
  creating build\lib.win32-3.8\pyarrow\include\arrow\compute
  copying pyarrow\include\arrow\compute\api.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute
  copying pyarrow\include\arrow\compute\benchmark_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute
  copying pyarrow\include\arrow\compute\context.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute
  copying pyarrow\include\arrow\compute\expression.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute
  copying pyarrow\include\arrow\compute\kernel.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute
  copying pyarrow\include\arrow\compute\logical_type.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute
  copying pyarrow\include\arrow\compute\operation.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute
  copying pyarrow\include\arrow\compute\test_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute
  copying pyarrow\include\arrow\compute\type_fwd.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute
  creating build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\aggregate.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\boolean.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\cast.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\compare.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\count.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\filter.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\hash.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\isin.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\mean.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\sort_to_indices.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\sum.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  copying pyarrow\include\arrow\compute\kernels\take.h -> build\lib.win32-3.8\pyarrow\include\arrow\compute\kernels
  creating build\lib.win32-3.8\pyarrow\include\arrow\csv
  copying pyarrow\include\arrow\csv\api.h -> build\lib.win32-3.8\pyarrow\include\arrow\csv
  copying pyarrow\include\arrow\csv\chunker.h -> build\lib.win32-3.8\pyarrow\include\arrow\csv
  copying pyarrow\include\arrow\csv\column_builder.h -> build\lib.win32-3.8\pyarrow\include\arrow\csv
  copying pyarrow\include\arrow\csv\converter.h -> build\lib.win32-3.8\pyarrow\include\arrow\csv
  copying pyarrow\include\arrow\csv\options.h -> build\lib.win32-3.8\pyarrow\include\arrow\csv
  copying pyarrow\include\arrow\csv\parser.h -> build\lib.win32-3.8\pyarrow\include\arrow\csv
  copying pyarrow\include\arrow\csv\reader.h -> build\lib.win32-3.8\pyarrow\include\arrow\csv
  copying pyarrow\include\arrow\csv\test_common.h -> build\lib.win32-3.8\pyarrow\include\arrow\csv
  creating build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\api.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\dataset.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\discovery.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\disk_store.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\file_base.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\file_csv.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\file_feather.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\file_json.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\file_parquet.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\filter.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\partition.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\scanner.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\test_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\transaction.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\type_fwd.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\visibility.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  copying pyarrow\include\arrow\dataset\writer.h -> build\lib.win32-3.8\pyarrow\include\arrow\dataset
  creating build\lib.win32-3.8\pyarrow\include\arrow\filesystem
  copying pyarrow\include\arrow\filesystem\api.h -> build\lib.win32-3.8\pyarrow\include\arrow\filesystem
  copying pyarrow\include\arrow\filesystem\filesystem.h -> build\lib.win32-3.8\pyarrow\include\arrow\filesystem
  copying pyarrow\include\arrow\filesystem\localfs.h -> build\lib.win32-3.8\pyarrow\include\arrow\filesystem
  copying pyarrow\include\arrow\filesystem\mockfs.h -> build\lib.win32-3.8\pyarrow\include\arrow\filesystem
  copying pyarrow\include\arrow\filesystem\path_tree.h -> build\lib.win32-3.8\pyarrow\include\arrow\filesystem
  copying pyarrow\include\arrow\filesystem\path_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\filesystem
  copying pyarrow\include\arrow\filesystem\s3fs.h -> build\lib.win32-3.8\pyarrow\include\arrow\filesystem
  copying pyarrow\include\arrow\filesystem\test_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\filesystem
  creating build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\api.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\client.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\client_auth.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\client_middleware.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\customize_protobuf.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\middleware.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\platform.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\server.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\server_auth.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\server_middleware.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\test_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\types.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  copying pyarrow\include\arrow\flight\visibility.h -> build\lib.win32-3.8\pyarrow\include\arrow\flight
  creating build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\api.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\buffered.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\compressed.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\concurrency.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\file.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\hdfs.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\interfaces.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\memory.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\mman.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\readahead.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\slow.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  copying pyarrow\include\arrow\io\test_common.h -> build\lib.win32-3.8\pyarrow\include\arrow\io
  creating build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\api.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\dictionary.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\feather.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\json_integration.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\json_simple.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\message.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\options.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\reader.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\test_common.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\util.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  copying pyarrow\include\arrow\ipc\writer.h -> build\lib.win32-3.8\pyarrow\include\arrow\ipc
  creating build\lib.win32-3.8\pyarrow\include\arrow\json
  copying pyarrow\include\arrow\json\api.h -> build\lib.win32-3.8\pyarrow\include\arrow\json
  copying pyarrow\include\arrow\json\chunked_builder.h -> build\lib.win32-3.8\pyarrow\include\arrow\json
  copying pyarrow\include\arrow\json\chunker.h -> build\lib.win32-3.8\pyarrow\include\arrow\json
  copying pyarrow\include\arrow\json\converter.h -> build\lib.win32-3.8\pyarrow\include\arrow\json
  copying pyarrow\include\arrow\json\options.h -> build\lib.win32-3.8\pyarrow\include\arrow\json
  copying pyarrow\include\arrow\json\parser.h -> build\lib.win32-3.8\pyarrow\include\arrow\json
  copying pyarrow\include\arrow\json\rapidjson_defs.h -> build\lib.win32-3.8\pyarrow\include\arrow\json
  copying pyarrow\include\arrow\json\reader.h -> build\lib.win32-3.8\pyarrow\include\arrow\json
  copying pyarrow\include\arrow\json\test_common.h -> build\lib.win32-3.8\pyarrow\include\arrow\json
  creating build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\api.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\arrow_to_pandas.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\benchmark.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\common.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\config.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\datetime.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\decimal.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\deserialize.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\extension_type.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\flight.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\helpers.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\inference.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\init.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\io.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\iterators.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\numpy_convert.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\numpy_interop.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\numpy_to_arrow.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\platform.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\pyarrow.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\pyarrow_api.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\pyarrow_lib.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\python_to_arrow.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\serialize.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\type_traits.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  copying pyarrow\include\arrow\python\visibility.h -> build\lib.win32-3.8\pyarrow\include\arrow\python
  creating build\lib.win32-3.8\pyarrow\include\arrow\testing
  copying pyarrow\include\arrow\testing\generator.h -> build\lib.win32-3.8\pyarrow\include\arrow\testing
  copying pyarrow\include\arrow\testing\gtest_common.h -> build\lib.win32-3.8\pyarrow\include\arrow\testing
  copying pyarrow\include\arrow\testing\gtest_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\testing
  copying pyarrow\include\arrow\testing\random.h -> build\lib.win32-3.8\pyarrow\include\arrow\testing
  copying pyarrow\include\arrow\testing\util.h -> build\lib.win32-3.8\pyarrow\include\arrow\testing
  creating build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\align_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\atomic_shared_ptr.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\base64.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\basic_decimal.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\bit_stream_utils.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\bit_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\bpacking.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\checked_cast.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\compare.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\compiler_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\compression.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\compression_brotli.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\compression_bz2.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\compression_lz4.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\compression_snappy.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\compression_zlib.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\compression_zstd.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\config.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\cpu_info.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\decimal.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\formatting.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\functional.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\hash_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\hashing.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\int_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\io_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\iterator.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\key_value_metadata.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\logging.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\macros.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\memory.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\neon_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\parallel.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\parsing.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\print.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\range.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\rle_encoding.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\sse_util.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\stl.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\stopwatch.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\string.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\string_builder.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\string_view.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\task_group.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\thread_pool.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\trie.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\type_traits.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\ubsan.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\uri.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\utf8.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\variant.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\visibility.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  copying pyarrow\include\arrow\util\windows_compatibility.h -> build\lib.win32-3.8\pyarrow\include\arrow\util
  creating build\lib.win32-3.8\pyarrow\include\arrow\vendored
  copying pyarrow\include\arrow\vendored\datetime.h -> build\lib.win32-3.8\pyarrow\include\arrow\vendored
  copying pyarrow\include\arrow\vendored\string_view.hpp -> build\lib.win32-3.8\pyarrow\include\arrow\vendored
  copying pyarrow\include\arrow\vendored\variant.hpp -> build\lib.win32-3.8\pyarrow\include\arrow\vendored
  copying pyarrow\include\arrow\vendored\xxhash.h -> build\lib.win32-3.8\pyarrow\include\arrow\vendored
  creating build\lib.win32-3.8\pyarrow\include\arrow\vendored\datetime
  copying pyarrow\include\arrow\vendored\datetime\date.h -> build\lib.win32-3.8\pyarrow\include\arrow\vendored\datetime
  copying pyarrow\include\arrow\vendored\datetime\ios.h -> build\lib.win32-3.8\pyarrow\include\arrow\vendored\datetime
  copying pyarrow\include\arrow\vendored\datetime\tz.h -> build\lib.win32-3.8\pyarrow\include\arrow\vendored\datetime
  copying pyarrow\include\arrow\vendored\datetime\tz_private.h -> build\lib.win32-3.8\pyarrow\include\arrow\vendored\datetime
  copying pyarrow\include\arrow\vendored\datetime\visibility.h -> build\lib.win32-3.8\pyarrow\include\arrow\vendored\datetime
  creating build\lib.win32-3.8\pyarrow\include\plasma
  copying pyarrow\include\plasma\client.h -> build\lib.win32-3.8\pyarrow\include\plasma
  copying pyarrow\include\plasma\common.h -> build\lib.win32-3.8\pyarrow\include\plasma
  copying pyarrow\include\plasma\compat.h -> build\lib.win32-3.8\pyarrow\include\plasma
  copying pyarrow\include\plasma\events.h -> build\lib.win32-3.8\pyarrow\include\plasma
  copying pyarrow\include\plasma\test_util.h -> build\lib.win32-3.8\pyarrow\include\plasma
  creating build\lib.win32-3.8\pyarrow\includes
  copying pyarrow\includes\__init__.pxd -> build\lib.win32-3.8\pyarrow\includes
  copying pyarrow\includes\common.pxd -> build\lib.win32-3.8\pyarrow\includes
  copying pyarrow\includes\libarrow.pxd -> build\lib.win32-3.8\pyarrow\includes
  copying pyarrow\includes\libarrow_cuda.pxd -> build\lib.win32-3.8\pyarrow\includes
  copying pyarrow\includes\libarrow_flight.pxd -> build\lib.win32-3.8\pyarrow\includes
  copying pyarrow\includes\libarrow_fs.pxd -> build\lib.win32-3.8\pyarrow\includes
  copying pyarrow\includes\libgandiva.pxd -> build\lib.win32-3.8\pyarrow\includes
  copying pyarrow\includes\libplasma.pxd -> build\lib.win32-3.8\pyarrow\includes
  creating build\lib.win32-3.8\pyarrow\tensorflow
  copying pyarrow\tensorflow\plasma_op.cc -> build\lib.win32-3.8\pyarrow\tensorflow
  creating build\lib.win32-3.8\pyarrow\tensorflow\plasma_op.so.dSYM
  creating build\lib.win32-3.8\pyarrow\tensorflow\plasma_op.so.dSYM\Contents
  copying pyarrow\tensorflow\plasma_op.so.dSYM\Contents\Info.plist -> build\lib.win32-3.8\pyarrow\tensorflow\plasma_op.so.dSYM\Contents
  copying pyarrow\tests\pyarrow_cython_example.pyx -> build\lib.win32-3.8\pyarrow\tests
  creating build\lib.win32-3.8\pyarrow\tests\data
  creating build\lib.win32-3.8\pyarrow\tests\data\orc
  copying pyarrow\tests\data\orc\README.md -> build\lib.win32-3.8\pyarrow\tests\data\orc
  copying pyarrow\tests\data\orc\TestOrcFile.emptyFile.jsn.gz -> build\lib.win32-3.8\pyarrow\tests\data\orc
  copying pyarrow\tests\data\orc\TestOrcFile.emptyFile.orc -> build\lib.win32-3.8\pyarrow\tests\data\orc
  copying pyarrow\tests\data\orc\TestOrcFile.test1.jsn.gz -> build\lib.win32-3.8\pyarrow\tests\data\orc
  copying pyarrow\tests\data\orc\TestOrcFile.test1.orc -> build\lib.win32-3.8\pyarrow\tests\data\orc
  copying pyarrow\tests\data\orc\TestOrcFile.testDate1900.jsn.gz -> build\lib.win32-3.8\pyarrow\tests\data\orc
  copying pyarrow\tests\data\orc\TestOrcFile.testDate1900.orc -> build\lib.win32-3.8\pyarrow\tests\data\orc
  copying pyarrow\tests\data\orc\decimal.jsn.gz -> build\lib.win32-3.8\pyarrow\tests\data\orc
  copying pyarrow\tests\data\orc\decimal.orc -> build\lib.win32-3.8\pyarrow\tests\data\orc
  creating build\lib.win32-3.8\pyarrow\tests\data\parquet
  copying pyarrow\tests\data\parquet\v0.7.1.all-named-index.parquet -> build\lib.win32-3.8\pyarrow\tests\data\parquet
  copying pyarrow\tests\data\parquet\v0.7.1.column-metadata-handling.parquet -> build\lib.win32-3.8\pyarrow\tests\data\parquet
  copying pyarrow\tests\data\parquet\v0.7.1.parquet -> build\lib.win32-3.8\pyarrow\tests\data\parquet
  copying pyarrow\tests\data\parquet\v0.7.1.some-named-index.parquet -> build\lib.win32-3.8\pyarrow\tests\data\parquet
  running build_ext
  creating build\temp.win32-3.8
  creating build\temp.win32-3.8\Release
  Traceback (most recent call last):
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 280, in <module>
      main()
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 263, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 204, in build_wheel
      return _build_backend().build_wheel(wheel_directory, config_settings,
    File "C:\Users\DELL\AppData\Local\Temp\pip-build-env-80omfris\overlay\Lib\site-packages\setuptools\build_meta.py", line 216, in build_wheel
      return self._build_with_temp_dir(['bdist_wheel'], '.whl',
    File "C:\Users\DELL\AppData\Local\Temp\pip-build-env-80omfris\overlay\Lib\site-packages\setuptools\build_meta.py", line 202, in _build_with_temp_dir
      self.run_setup()
    File "C:\Users\DELL\AppData\Local\Temp\pip-build-env-80omfris\overlay\Lib\site-packages\setuptools\build_meta.py", line 253, in run_setup
      super(_BuildMetaLegacyBackend,
    File "C:\Users\DELL\AppData\Local\Temp\pip-build-env-80omfris\overlay\Lib\site-packages\setuptools\build_meta.py", line 145, in run_setup
      exec(compile(code, __file__, 'exec'), locals())
    File "setup.py", line 572, in <module>
      setup(
    File "C:\Users\DELL\AppData\Local\Temp\pip-build-env-80omfris\overlay\Lib\site-packages\setuptools\__init__.py", line 153, in setup
      return distutils.core.setup(**attrs)
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 148, in setup
      dist.run_commands()
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 966, in run_commands
      self.run_command(cmd)
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 985, in run_command
      cmd_obj.run()
    File "C:\Users\DELL\AppData\Local\Temp\pip-build-env-80omfris\overlay\Lib\site-packages\wheel\bdist_wheel.py", line 299, in run
      self.run_command('build')
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\distutils\cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 985, in run_command
      cmd_obj.run()
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\distutils\command\build.py", line 135, in run
      self.run_command(cmd_name)
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\distutils\cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "c:\users\dell\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 985, in run_command
      cmd_obj.run()
    File "setup.py", line 94, in run
      self._run_cmake()
    File "setup.py", line 274, in _run_cmake
      raise RuntimeError('Not supported on 32-bit Windows')
  RuntimeError: Not supported on 32-bit Windows
  ----------------------------------------
  ERROR: Failed building wheel for pyarrow
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly

Can you do python --version and ensure you have 64 bit version of both python and windows

Can you also type python in the command line and take a screenshot for the same

Thanks @ayush4921 .
I agree this looks like a systematic failure of the environment. My guess is that many commands will fail.

Thank you @petermr and @ayush4921 its resolved now I am able to do alpha testing.

Can you write what you did to resolve the issue so that if anyone else gets a similar issue, they can fix it. Thanks and regards.

@ayush4921 I just simply reinstall the python in my laptop.