Pip install pycaret-pip subprocess to install build dependencies did not run successfully - anaconda

I am using Anaconda and trying to install pycaret but it's always stuck on Installing Build dependencies after which this error comes out. subprocess-exited-with-error
Collecting scikit-learn==0.23.2
Using cached scikit-learn-0.23.2.tar.gz (7.2 MB)
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [669 lines of output]
Ignoring numpy: markers 'python_version == "3.6" and platform_system != "AIX" and platform_python_implementation == "CPython"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6" and platform_system != "AIX" and platform_python_implementation != "CPython"' don't match your environment
Ignoring numpy: markers 'python_version == "3.7" and platform_system != "AIX"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6" and platform_system == "AIX"' don't match your environment
Ignoring numpy: markers 'python_version == "3.7" and platform_system == "AIX"' don't match your environment
Ignoring numpy: markers 'python_version >= "3.8" and platform_system == "AIX"' don't match your environment
Collecting setuptools
Using cached setuptools-65.7.0-py3-none-any.whl (1.2 MB)
Collecting wheel
Using cached wheel-0.38.4-py3-none-any.whl (36 kB)
Collecting Cython>=0.28.5
Using cached Cython-0.29.33-py2.py3-none-any.whl (987 kB)
Collecting numpy==1.17.3
Using cached numpy-1.17.3.zip (6.4 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting scipy>=0.19.1
Using cached scipy-1.10.0-cp39-cp39-win_amd64.whl (42.5 MB)
Using cached scipy-1.9.3-cp39-cp39-win_amd64.whl (40.2 MB)
Using cached scipy-1.9.2-cp39-cp39-win_amd64.whl (40.1 MB)
Using cached scipy-1.9.1-cp39-cp39-win_amd64.whl (38.6 MB)
Using cached scipy-1.9.0-cp39-cp39-win_amd64.whl (38.6 MB)
Using cached scipy-1.8.1-cp39-cp39-win_amd64.whl (36.9 MB)
Building wheels for collected packages: numpy
Building wheel for numpy (setup.py): started
Building wheel for numpy (setup.py): finished with status 'error'
error: subprocess-exited-with-error
python setup.py bdist_wheel did not run successfully.
exit code: 1
[292 lines of output]
Running from numpy source directory.
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\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
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\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
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\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
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\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
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\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
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\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
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\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
NOT AVAILABLE
accelerate_info:
NOT AVAILABLE
C:\Users\jchieng004\AppData\Local\Temp\pip-install-56y3ln9c\numpy_1b9548e07549442b85177a775870c713\numpy\distutils\system_info.py:690: UserWarning:
Optimized (vendor) Blas libraries are not found.
Falls back to netlib Blas library which has worse performance.
A better performance should be easily gained by switching
Blas library.
self.calc_info()
blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries blas not found in ['C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
NOT AVAILABLE
C:\Users\jchieng004\AppData\Local\Temp\pip-install-56y3ln9c\numpy_1b9548e07549442b85177a775870c713\numpy\distutils\system_info.py:690: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
self.calc_info()
blas_src_info:
NOT AVAILABLE
C:\Users\jchieng004\AppData\Local\Temp\pip-install-56y3ln9c\numpy_1b9548e07549442b85177a775870c713\numpy\distutils\system_info.py:690: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
self.calc_info()
NOT AVAILABLE
'svnversion' is not recognized as an internal or external command,
operable program or batch file.
non-existing path in 'numpy\\distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
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\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
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\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
NOT AVAILABLE
flame_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries flame not found in ['C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
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\jchieng004\Anaconda3\envs\jcdemopycaret\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\Users\jchieng004\Anaconda3\envs\jcdemopycaret\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\jchieng004\Anaconda3\envs\jcdemopycaret\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\Users\jchieng004\Anaconda3\envs\jcdemopycaret\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\jchieng004\Anaconda3\Library\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\Users\jchieng004\Anaconda3\Library\lib
<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\jchieng004\Anaconda3\envs\jcdemopycaret\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\Users\jchieng004\Anaconda3\envs\jcdemopycaret\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\jchieng004\Anaconda3\envs\jcdemopycaret\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\Users\jchieng004\Anaconda3\envs\jcdemopycaret\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\jchieng004\Anaconda3\Library\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\Users\jchieng004\Anaconda3\Library\lib
<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\jchieng004\Anaconda3\envs\jcdemopycaret\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\Users\jchieng004\Anaconda3\envs\jcdemopycaret\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\jchieng004\Anaconda3\envs\jcdemopycaret\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\Users\jchieng004\Anaconda3\envs\jcdemopycaret\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\jchieng004\Anaconda3\Library\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\Users\jchieng004\Anaconda3\Library\lib
<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\jchieng004\Anaconda3\envs\jcdemopycaret\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\Users\jchieng004\Anaconda3\envs\jcdemopycaret\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\jchieng004\Anaconda3\envs\jcdemopycaret\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\Users\jchieng004\Anaconda3\envs\jcdemopycaret\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\jchieng004\Anaconda3\Library\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\Users\jchieng004\Anaconda3\Library\lib
<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\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\lib', 'C:\\', 'C:\\Users\\jchieng004\\Anaconda3\\envs\\jcdemopycaret\\libs', 'C:\\Users\\jchieng004\\Anaconda3\\Library\\lib']
NOT AVAILABLE
C:\Users\jchieng004\AppData\Local\Temp\pip-install-56y3ln9c\numpy_1b9548e07549442b85177a775870c713\numpy\distutils\system_info.py:1712: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
if getattr(self, '_calc_info_{}'.format(lapack))():
lapack_src_info:
NOT AVAILABLE
C:\Users\jchieng004\AppData\Local\Temp\pip-install-56y3ln9c\numpy_1b9548e07549442b85177a775870c713\numpy\distutils\system_info.py:1712: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
if getattr(self, '_calc_info_{}'.format(lapack))():
NOT AVAILABLE
I am new to the coding and just install the Anaconda last week. I try to install the pycaret in the virtual environment based on the youtube tutorial and website . However, the error still exist and not sure which part i doing wrong

Related

Unable to install Scipy with MKL using Meson

I am attempting to install scipy 1.9.1 with the MKL implementation of BLAS, using pip as my package manager. For numpy, I can do this with: pip install numpy --no-binary numpy. Doing this with Scipy (pip install scipy--no-binary scipy) fails with the error:
Run-time dependency openblas found: NO (tried pkgconfig and cmake)
../../scipy/meson.build:130:0: ERROR: Dependency "OpenBLAS" not found, tried pkgconfig and cmake
I cannot figure out how to configure scipy/meson to use a specific version of BLAS, it always looks for OpenBLAS. Older versions of scipy could accomplish this in a variety of ways using environment variables or site.cfg settings, but the new meson build system specifically no long supports this.
Any suggestions how I can build scipy from the source using a specific BLAS library (ideally with pip)?
From looking at partial error provide, it seems either libopenblas development package or pkg-config command is missing. Below is the command to install them(for ubuntu or debian based system)
apt install libopenblas-dev pkg-config libopenblas64-dev
Depending on what are the other packages installed on system you may need to install below packages.
apt install patchelf python3-pythran cython3 gfortran

How to solve error while doing pip install datawig?

I'm trying to install datawig from my Jupyter Notebook, basically:
pip install datawig
However, I get a huge error output. As it exceeds the characters limit here, let me copy the head:
Collecting datawigNote: you may need to restart the kernel to use updated packages.
error: subprocess-exited-with-error
python setup.py bdist_wheel did not run successfully.
exit code: 1
[911 lines of output]
running bdist_wheel
Using cached datawig-0.2.0-py3-none-any.whl
Requirement already satisfied: typing==3.6.6 in c:\users\alvaro\anaconda3\lib\site-packages (from datawig) (3.6.6)
Collecting scikit-learn[alldeps]==0.22.1
Using cached scikit-learn-0.22.1.tar.gz (6.9 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting mxnet==1.4.0
Using cached mxnet-1.4.0-py2.py3-none-win_amd64.whl (21.9 MB)
Collecting pandas==0.25.3
Using cached pandas-0.25.3.tar.gz (12.6 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): still running...
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: requests<2.19.0,>=2.18.4 in c:\users\alvaro\anaconda3\lib\site-packages (from mxnet==1.4.0->datawig) (2.18.4)
Collecting numpy<1.15.0,>=1.8.2
Using cached numpy-1.14.6.zip (4.9 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting graphviz<0.9.0,>=0.8.1
Using cached graphviz-0.8.4-py2.py3-none-any.whl (16 kB)
Requirement already satisfied: python-dateutil>=2.6.1 in c:\users\alvaro\anaconda3\lib\site-packages (from pandas==0.25.3->datawig) (2.8.2)
Requirement already satisfied: pytz>=2017.2 in c:\users\alvaro\anaconda3\lib\site-packages (from pandas==0.25.3->datawig) (2021.3)
Requirement already satisfied: scipy>=0.17.0 in c:\users\alvaro\anaconda3\lib\site-packages (from scikit-learn[alldeps]==0.22.1->datawig) (1.7.1)
Requirement already satisfied: joblib>=0.11 in c:\users\alvaro\anaconda3\lib\site-packages (from scikit-learn[alldeps]==0.22.1->datawig) (1.1.0)
Requirement already satisfied: six>=1.5 in c:\users\alvaro\anaconda3\lib\site-packages (from python-dateutil>=2.6.1->pandas==0.25.3->datawig) (1.16.0)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\users\alvaro\anaconda3\lib\site-packages (from requests<2.19.0,>=2.18.4->mxnet==1.4.0->datawig) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\alvaro\anaconda3\lib\site-packages (from requests<2.19.0,>=2.18.4->mxnet==1.4.0->datawig) (2021.10.8)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in c:\users\alvaro\anaconda3\lib\site-packages (from requests<2.19.0,>=2.18.4->mxnet==1.4.0->datawig) (1.22)
Requirement already satisfied: idna<2.7,>=2.5 in c:\users\alvaro\anaconda3\lib\site-packages (from requests<2.19.0,>=2.18.4->mxnet==1.4.0->datawig) (2.6)
Collecting scipy>=0.17.0
Using cached scipy-1.9.0-cp39-cp39-win_amd64.whl (38.6 MB)
Using cached scipy-1.8.1-cp39-cp39-win_amd64.whl (36.9 MB)
Using cached scipy-1.8.0-cp39-cp39-win_amd64.whl (36.9 MB)
Using cached scipy-1.7.3-cp39-cp39-win_amd64.whl (34.3 MB)
Using cached scipy-1.7.2-cp39-cp39-win_amd64.whl (34.3 MB)
Using cached scipy-1.7.0-cp39-cp39-win_amd64.whl (33.8 MB)
Using cached scipy-1.6.3-cp39-cp39-win_amd64.whl (32.7 MB)
Using cached scipy-1.6.2-cp39-cp39-win_amd64.whl (32.7 MB)
Using cached scipy-1.6.1-cp39-cp39-win_amd64.whl (32.7 MB)
Using cached scipy-1.6.0-cp39-cp39-win_amd64.whl (32.7 MB)
Using cached scipy-1.5.4-cp39-cp39-win_amd64.whl (31.4 MB)
Building wheels for collected packages: pandas, numpy, scikit-learn
Building wheel for pandas (setup.py): started
Building wheel for pandas (setup.py): finished with status 'error'
Running setup.py clean for pandas
Building wheel for numpy (setup.py): started
Building wheel for numpy (setup.py): finished with status 'error'
Running setup.py clean for numpy
Building wheel for scikit-learn (setup.py): started
Building wheel for scikit-learn (setup.py): finished with status 'error'
Running setup.py clean for scikit-learn
Failed to build pandas numpy scikit-learn
Installing collected packages: numpy, graphviz, scipy, pandas, mxnet, scikit-learn, datawig
Attempting uninstall: numpy
Found existing installation: numpy 1.20.3
Uninstalling numpy-1.20.3:
Successfully uninstalled numpy-1.20.3
Running setup.py install for numpy: started
Running setup.py install for numpy: finished with status 'error'
Rolling back uninstall of numpy
Moving to c:\users\alvaro\anaconda3\lib\site-packages\numpy-1.20.3.dist-info\
from C:\Users\Alvaro\anaconda3\Lib\site-packages\~umpy-1.20.3.dist-info
Moving to c:\users\alvaro\anaconda3\lib\site-packages\numpy\
from C:\Users\Alvaro\anaconda3\Lib\site-packages\~umpy
Moving to c:\users\alvaro\anaconda3\scripts\f2py-script.py
from C:\Users\Alvaro\AppData\Local\Temp\pip-uninstall-e5jh8elg\f2py-script.py
Moving to c:\users\alvaro\anaconda3\scripts\f2py.exe
from C:\Users\Alvaro\AppData\Local\Temp\pip-uninstall-e5jh8elg\f2py.exe
running build
running build_py
creating build
creating build\lib.win-amd64-3.9
creating build\lib.win-amd64-3.9\pandas
copying pandas\conftest.py -> build\lib.win-amd64-3.9\pandas
copying pandas\testing.py -> build\lib.win-amd64-3.9\pandas
Which continues with hundreds of lines copying stuff, until the tail of the error, which is preceeded by several errors as the initial ones here:
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\\Alvaro\\anaconda3\\lib', 'C:\\', 'C:\\Users\\Alvaro\\anaconda3\\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\\Alvaro\\anaconda3\\lib', 'C:\\', 'C:\\Users\\Alvaro\\anaconda3\\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 tatlas,tatlas not found in C:\Users\Alvaro\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\Alvaro\anaconda3\lib
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:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\Users\Alvaro\anaconda3\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\Alvaro\anaconda3\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 satlas,satlas not found in C:\Users\Alvaro\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\Alvaro\anaconda3\lib
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:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\Users\Alvaro\anaconda3\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\Alvaro\anaconda3\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 ptf77blas,ptcblas,atlas not found in C:\Users\Alvaro\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\Alvaro\anaconda3\lib
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:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\Users\Alvaro\anaconda3\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\Alvaro\anaconda3\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 f77blas,cblas,atlas not found in C:\Users\Alvaro\anaconda3\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\Alvaro\anaconda3\lib
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:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\Users\Alvaro\anaconda3\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\Alvaro\anaconda3\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\\Alvaro\\anaconda3\\lib', 'C:\\', 'C:\\Users\\Alvaro\\anaconda3\\libs']
NOT AVAILABLE
C:\Users\Alvaro\AppData\Local\Temp\pip-install-w2_fz0zl\numpy_3a3c79a52c1a4b54a4c0ceb99a43e593\numpy\distutils\system_info.py:624: 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\Alvaro\AppData\Local\Temp\pip-install-w2_fz0zl\numpy_3a3c79a52c1a4b54a4c0ceb99a43e593\numpy\distutils\system_info.py:624: 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\Alvaro\anaconda3\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
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
Encountered error while trying to install package.
numpy
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
Which I, frankly, don't know how to start handling at all.
Anyone could help me here, please?
Thanks!

Airflow 2 import exception

I uninstalled airflow 1.10.12 and installed airflow 2 using python 3.6.9. When I start the webserver without custom DAGs I get warnings:
[2021-01-12 11:38:58,095] {dagbag.py:440} INFO - Filling up the DagBag from /dev/null
[2021-01-12 11:38:59,049] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.dataprep.GoogleDataprepHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.cloud'
[2021-01-12 11:38:59,050] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.cloud'
[2021-01-12 11:38:59,050] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLDatabaseHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.cloud'
[2021-01-12 11:38:59,050] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.compute_ssh.ComputeEngineSSHHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.cloud'
[2021-01-12 11:38:59,050] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.cloud'
[2021-01-12 11:38:59,051] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.common.hooks.base_google.GoogleBaseHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.common'
[2021-01-12 11:38:59,117] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.dataprep.GoogleDataprepHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.cloud'
[2021-01-12 11:38:59,117] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.cloud'
[2021-01-12 11:38:59,118] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.cloud_sql.CloudSQLDatabaseHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.cloud'
[2021-01-12 11:38:59,118] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.compute_ssh.ComputeEngineSSHHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.cloud'
[2021-01-12 11:38:59,118] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.cloud.hooks.bigquery.BigQueryHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.cloud'
[2021-01-12 11:38:59,118] {providers_manager.py:283} WARNING - Exception when importing 'airflow.providers.google.common.hooks.base_google.GoogleBaseHook' from 'apache-airflow-providers-google' package: No module named 'airflow.providers.google.common'
Can this be ignored or what could be the reason?
Regards
Oli
These are warnings for missing modules.
Airflow changed structure while 1.0>2.0
You can either ignore these, if not planning to use google cloud plugins, or install additional modules:
pip install --upgrade apache-airflow-providers-google
After installing above you would probably need more modules like mysql, paramiko and ssh.
You can install them with:
pip install --upgrade paramiko
pip install --upgrade apache-airflow-providers-ssh
pip install --upgrade apache-airflow-providers-mysql

How to download scikit-learn in Pycharm? Command errored out with exit status 1:

I am trying to download scikit-learn in my PyCharm project and keep getting '''Command errored out with exit status 1:'''
I already have numpy and scipy installed. When i attempt to install through the interpreter I receive this error. My pip is upgraded to the latest version. enter image description here
When I attempt to install scikit-learn through the command line, I receive this ...
pip install -U numpy scipy scikit-learn
Requirement already satisfied: numpy in
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (1.19.4)
Requirement already satisfied: scipy in
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (1.5.4)
Collecting scikit-learn
Using cached scikit-learn-0.23.2.tar.gz (7.2 MB)
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: /Users/dannydibeneditto/pythonProject2/bin/python
/Users/dannydibeneditto/pythonProject2/lib/python3.9/site-packages/pip install --ignore-
installed --no-user --prefix /private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-
build-env-wt9927_r/overlay --no-warn-script-location --no-binary :none: --only-binary :none:
-i https://pypi.org/simple -- setuptools wheel 'Cython>=0.28.5' 'numpy==1.13.3;
python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"' and
platform_python_implementation == '"'"'CPython'"'"'' 'numpy==1.14.0;
python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"' and
platform_python_implementation != '"'"'CPython'"'"'' 'numpy==1.14.5;
python_version=='"'"'3.7'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.17.3;
python_version>='"'"'3.8'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.16.0;
python_version=='"'"'3.6'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0;
python_version=='"'"'3.7'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.17.3;
python_version>='"'"'3.8'"'"' and platform_system=='"'"'AIX'"'"'' 'scipy>=0.19.1'
cwd: None
Complete output (277 lines):
Ignoring numpy: markers 'python_version == "3.6" and platform_system != "AIX" and
platform_python_implementation == "CPython"' don't match your environment
Ignoring numpy: markers 'python_version == "3.6" and platform_system != "AIX" and
platform_python_implementation != "CPython"' don't match your environment
Ignoring numpy: markers 'python_version == "3.7" and platform_system != "AIX"' don't match
your environment
Ignoring numpy: markers 'python_version == "3.6" and platform_system == "AIX"' don't match
your environment
Ignoring numpy: markers 'python_version == "3.7" and platform_system == "AIX"' don't match
your environment
Ignoring numpy: markers 'python_version >= "3.8" and platform_system == "AIX"' don't match
your environment
Collecting numpy==1.17.3
Using cached numpy-1.17.3.zip (6.4 MB)
Collecting Cython>=0.28.5
Using cached Cython-0.29.21-py2.py3-none-any.whl (974 kB)
Collecting scipy>=0.19.1
Using cached scipy-1.5.4-cp39-cp39-macosx_10_9_x86_64.whl (29.1 MB)
Collecting wheel
Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB)
Collecting setuptools
Using cached setuptools-51.0.0-py3-none-any.whl (785 kB)
Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed.
Installing collected packages: numpy, wheel, setuptools, scipy, 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: /Users/dannydibeneditto/pythonProject2/bin/python -u -c 'import sys, setuptools,
tokenize; sys.argv[0] = '"'"'/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-
install-gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/setup.py'"'"';
__file__='"'"'/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/setup.py'"'"';f=getattr(tokenize,
'"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
'"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record
/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-record-n0sq1cv7/install-
record.txt --single-version-externally-managed --prefix
/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-build-env-wt9927_r/overlay --
compile --install-headers /private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-
build-
env-wt9927_r/overlay/include/site/python3.9/numpy
cwd: /private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/
Complete output (251 lines):
Running from numpy source directory.
Note: if you need reliable uninstall behavior, then install
with pip instead of using `setup.py install`:
- `pip install .` (from a git repo or downloaded source
release)
- `pip install numpy` (last NumPy release on PyPi)
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
libraries mkl_rt not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
NOT AVAILABLE
blis_info:
customize UnixCCompiler
libraries blis not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_info:
customize UnixCCompiler
customize UnixCCompiler
libraries openblas not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
libraries tatlas not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_blas_info:
customize UnixCCompiler
libraries satlas not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
libraries ptf77blas,ptcblas,atlas not found in
['/Users/dannydibeneditto/pythonProject2/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_blas_info:
customize UnixCCompiler
libraries f77blas,cblas,atlas not found in
['/Users/dannydibeneditto/pythonProject2/lib', '/usr/local/lib', '/usr/lib']
NOT AVAILABLE
accelerate_info:
customize UnixCCompiler
libraries accelerate not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
Library accelerate was not found. Ignoring
customize UnixCCompiler
libraries veclib not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
Library veclib was not found. Ignoring
FOUND:
extra_compile_args = ['-msse3', '-
I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
FOUND:
extra_compile_args = ['-msse3', '-
I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting
install. Choose an option in the dialog to download the command line developer tools.
non-existing path in 'numpy/distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
customize UnixCCompiler
libraries mkl_rt not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_lapack_info:
customize UnixCCompiler
customize UnixCCompiler
libraries openblas not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
NOT AVAILABLE
openblas_clapack_info:
customize UnixCCompiler
customize UnixCCompiler
libraries openblas,lapack not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
NOT AVAILABLE
flame_info:
customize UnixCCompiler
libraries flame not found in ['/Users/dannydibeneditto/pythonProject2/lib',
'/usr/local/lib', '/usr/lib']
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
libraries lapack_atlas not found in /Users/dannydibeneditto/pythonProject2/lib
customize UnixCCompiler
libraries tatlas,tatlas not found in /Users/dannydibeneditto/pythonProject2/lib
customize UnixCCompiler
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
libraries tatlas,tatlas not found in /usr/local/lib
customize UnixCCompiler
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
libraries tatlas,tatlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE
atlas_3_10_info:
customize UnixCCompiler
libraries lapack_atlas not found in /Users/dannydibeneditto/pythonProject2/lib
customize UnixCCompiler
libraries satlas,satlas not found in /Users/dannydibeneditto/pythonProject2/lib
customize UnixCCompiler
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
libraries satlas,satlas not found in /usr/local/lib
customize UnixCCompiler
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
libraries satlas,satlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
libraries lapack_atlas not found in /Users/dannydibeneditto/pythonProject2/lib
customize UnixCCompiler
libraries ptf77blas,ptcblas,atlas not found in
/Users/dannydibeneditto/pythonProject2/lib
customize UnixCCompiler
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
customize UnixCCompiler
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
libraries ptf77blas,ptcblas,atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
customize UnixCCompiler
libraries lapack_atlas not found in /Users/dannydibeneditto/pythonProject2/lib
customize UnixCCompiler
libraries f77blas,cblas,atlas not found in /Users/dannydibeneditto/pythonProject2/lib
customize UnixCCompiler
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
libraries f77blas,cblas,atlas not found in /usr/local/lib
customize UnixCCompiler
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
libraries f77blas,cblas,atlas not found in /usr/lib
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
FOUND:
extra_compile_args = ['-msse3', '-
I/System/Library/Frameworks/vecLib.framework/Headers']
extra_link_args = ['-Wl,-framework', '-Wl,Accelerate']
define_macros = [('NO_ATLAS_INFO', 3), ('HAVE_CBLAS', None)]
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/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.macosx-10.9-x86_64-3.9
creating build/src.macosx-10.9-x86_64-3.9/numpy
creating build/src.macosx-10.9-x86_64-3.9/numpy/distutils
building library "npymath" sources
get_default_fcompiler: matching types: '['gnu95', 'nag', 'absoft', 'ibm', 'intel', 'gnu',
'g95', 'pg']'
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize NAGFCompiler
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize IBMFCompiler
Could not locate executable xlf90
Could not locate executable xlf
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize GnuFCompiler
Could not locate executable g77
customize G95FCompiler
Could not locate executable g95
customize PGroupFCompiler
Could not locate executable pgfortran
don't know how to compile Fortran code on platform 'posix'
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic
-DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g
compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -
Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -
Inumpy/core/src/npysort -I/Users/dannydibeneditto/pythonProject2/include -
I/Library/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
gcc: _configtest.c
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting
install. Choose an option in the dialog to download the command line developer tools.
failure.
removing: _configtest.c _configtest.o
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/setup.py", line 443, in <module>
setup_package()
File "/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/setup.py", line 435, in setup_package
setup(**metadata)
File "/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/numpy/distutils/core.py", line 171, in setup
return old_setup(**new_attr)
File "/Users/dannydibeneditto/pythonProject2/lib/python3.9/site-
packages/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line
148, in setup
dist.run_commands()
File
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line
966, in run_commands
self.run_command(cmd)
File
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line
985, in run_command
cmd_obj.run()
File "/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/numpy/distutils/command/install.py", line
62, in run
r = self.setuptools_run()
File "/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/numpy/distutils/command/install.py", line
36, in setuptools_run
return distutils_install.run(self)
File
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/
install.py",
line 546, in run
self.run_command('build')
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py",
line 313, in run_command
self.distribution.run_command(command)
File
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line
985, in run_command
cmd_obj.run()
File "/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/numpy/distutils/command/build.py", line
47, in run
old_build.run(self)
File
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/
build.py", line 135, in run
self.run_command(cmd_name)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py",
line 313, in run_command
self.distribution.run_command(command)
File
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line
985, in run_command
cmd_obj.run()
File "/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/numpy/distutils/command/build_src.py",
line 142, in run
self.build_sources()
File "/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/numpy/distutils/command/build_src.py", line
153, in build_sources
self.build_library_sources(*libname_info)
File "/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/numpy/distutils/command/build_src.py",
line 286, in build_library_sources
sources = self.generate_sources(sources, (lib_name, build_info))
File "/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/numpy/distutils/command/build_src.py", line
369, in generate_sources
source = func(extension, build_dir)
File "numpy/core/setup.py", line 669, in get_mathlib_info
raise RuntimeError("Broken toolchain: cannot link a simple C program")
RuntimeError: Broken toolchain: cannot link a simple C program
----------------------------------------
ERROR: Command errored out with exit status 1:
/Users/dannydibeneditto/pythonProject2/bin/python -u -c 'import sys, setuptools, tokenize;
sys.argv[0] = '"'"'/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/setup.py'"'"';
__file__='"'"'/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-install-
gi_o_78r/numpy_ab276f9e47f3407ba386404cf7c898c7/setup.py'"'"';f=getattr(tokenize,
'"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
'"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record
/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-record-n0sq1cv7/install-
record.txt --single-version-externally-managed --prefix
/private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-build-env-wt9927_r/overlay --
compile --install-headers /private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-
build-env-wt9927_r/overlay/include/site/python3.9/numpy Check the logs for full command
output.
ERROR: Command errored out with exit status 1:
/Users/dannydibeneditto/pythonProject2/bin/python
/Users/dannydibeneditto/pythonProject2/lib/python3.9/site-packages/pip install --ignore-
installed --no-user --prefix /private/var/folders/gb/cxz768tj4hd0wvc43c1s0qhc0000gn/T/pip-
build-env-wt9927_r/overlay --no-warn-script-location --no-binary :none: --only-binary
:none: -i https://pypi.org/simple -- setuptools wheel 'Cython>=0.28.5' 'numpy==1.13.3;
python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"' and
platform_python_implementation == '"'"'CPython'"'"'' 'numpy==1.14.0;
python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"' and
platform_python_implementation != '"'"'CPython'"'"'' 'numpy==1.14.5;
python_version=='"'"'3.7'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.17.3;
python_version>='"'"'3.8'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.16.0;
python_version=='"'"'3.6'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0;
python_version=='"'"'3.7'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.17.3;
python_version>='"'"'3.8'"'"' and platform_system=='"'"'AIX'"'"'' 'scipy>=0.19.1' Check
the logs
for full command output.

Getting the error 'ERROR: Command errored out with exit status 1:' while installing pyarrow

This is my first question and I am a newbie, sorry if something is missing or mistaken.
I have typed pip install pyarrow on cmd Windows 10. I get the following:
C:\WINDOWS\system32>pip install pyarrow
Collecting pyarrow
Using cached pyarrow-2.0.0.tar.gz (58.9 MB)
Installing build dependencies ... error
ERROR: Command errored out with exit status 1:
command: 'c:\users\20195474\appdata\local\programs\python\python39\python.exe' 'c:\users\20195474\appdata\local\programs\python\python39\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\20195474\AppData\Local\Temp\pip-build-env-lei0hqal\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 (296 lines):
Ignoring numpy: markers 'python_version < "3.7"' don't match your environment
Collecting cython>=0.29
Using cached Cython-0.29.21-py2.py3-none-any.whl (974 kB)
Collecting numpy==1.16.0
Using cached numpy-1.16.0.zip (5.1 MB)
Collecting setuptools
Using cached setuptools-51.1.2-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: cython, numpy, setuptools, setuptools-scm, wheel
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\20195474\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\20195474\\AppData\\Local\\Temp\\pip-install-wwnzqh1z\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\20195474\\AppData\\Local\\Temp\\pip-install-wwnzqh1z\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\20195474\AppData\Local\Temp\pip-record-vhqfw5a6\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\20195474\AppData\Local\Temp\pip-build-env-lei0hqal\overlay' --compile --install-headers 'C:\Users\20195474\AppData\Local\Temp\pip-build-env-lei0hqal\overlay\Include\numpy'
cwd: C:\Users\20195474\AppData\Local\Temp\pip-install-wwnzqh1z\numpy\
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\20195474\AppData\Local\Temp\pip-install-wwnzqh1z\numpy\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\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
blis_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries blis not found in ['c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
openblas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas not found in ['c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize G95FCompiler
Could not locate executable g95
customize IntelEM64VisualFCompiler
customize IntelEM64TFCompiler
Could not locate executable efort
Could not locate executable efc
customize PGroupFlangCompiler
Could not locate executable flang
don't know how to compile Fortran code on platform 'nt'
NOT AVAILABLE
atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas not found in ['c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
atlas_3_10_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas not found in ['c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
atlas_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in ['c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
accelerate_info:
NOT AVAILABLE
C:\Users\20195474\AppData\Local\Temp\pip-install-wwnzqh1z\numpy\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\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
C:\Users\20195474\AppData\Local\Temp\pip-install-wwnzqh1z\numpy\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\20195474\AppData\Local\Temp\pip-install-wwnzqh1z\numpy\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\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
openblas_lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas not found in ['c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
openblas_clapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas,lapack not found in ['c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\20195474\appdata\local\programs\python\python39\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in c:\users\20195474\appdata\local\programs\python\python39\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\20195474\appdata\local\programs\python\python39\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in c:\users\20195474\appdata\local\programs\python\python39\libs
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE
atlas_3_10_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\20195474\appdata\local\programs\python\python39\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in c:\users\20195474\appdata\local\programs\python\python39\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\20195474\appdata\local\programs\python\python39\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in c:\users\20195474\appdata\local\programs\python\python39\libs
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\20195474\appdata\local\programs\python\python39\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in c:\users\20195474\appdata\local\programs\python\python39\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\20195474\appdata\local\programs\python\python39\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in c:\users\20195474\appdata\local\programs\python\python39\libs
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\20195474\appdata\local\programs\python\python39\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in c:\users\20195474\appdata\local\programs\python\python39\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in c:\users\20195474\appdata\local\programs\python\python39\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in c:\users\20195474\appdata\local\programs\python\python39\libs
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack not found in ['c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\lib', 'C:\\', 'c:\\users\\20195474\\appdata\\local\\programs\\python\\python39\\libs']
NOT AVAILABLE
C:\Users\20195474\AppData\Local\Temp\pip-install-wwnzqh1z\numpy\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\20195474\AppData\Local\Temp\pip-install-wwnzqh1z\numpy\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\20195474\appdata\local\programs\python\python39\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating build\src.win-amd64-3.9
creating build\src.win-amd64-3.9\numpy
creating build\src.win-amd64-3.9\numpy\distutils
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\20195474\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\20195474\\AppData\\Local\\Temp\\pip-install-wwnzqh1z\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\20195474\\AppData\\Local\\Temp\\pip-install-wwnzqh1z\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\20195474\AppData\Local\Temp\pip-record-vhqfw5a6\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\20195474\AppData\Local\Temp\pip-build-env-lei0hqal\overlay' --compile --install-headers 'C:\Users\20195474\AppData\Local\Temp\pip-build-env-lei0hqal\overlay\Include\numpy' Check the logs for full command output.
WARNING: You are using pip version 20.2.3; however, version 20.3.3 is available.
You should consider upgrading via the 'c:\users\20195474\appdata\local\programs\python\python39\python.exe -m pip install --upgrade pip' command.
----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\20195474\appdata\local\programs\python\python39\python.exe' 'c:\users\20195474\appdata\local\programs\python\python39\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\20195474\AppData\Local\Temp\pip-build-env-lei0hqal\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.
I have also tried installing using conda. It installs without a problem but when I try to read a parquet file using pd.read_parquet(parquet_file, engine='pyarrow') I get an error of: ImportError: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.
What might be wrong?

Resources