Open aKinlei opened 5 years ago
From a quick look through the error message, it seems you don't have a correct compiler set up in your system. Therefore packages that need to be compiled fail to install. In this case it's cython. Here you can download a binary version of the package. You will also probably have problems with scipy. Why don't you use anaconda? It has all this stuff precompiled.
I have anaconda. still got this error.
ERROR: Failed building wheel for Cython
Running setup.py clean for Cython
Building wheel for numpy (setup.py): started
Building wheel for numpy (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\SAMPS\\AppData\\Local\\Temp\\pip-install-xalwkhbx\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\SAMPS\\AppData\\Local\\Temp\\pip-install-xalwkhbx\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\SAMPS\AppData\Local\Temp\pip-wheel-6dnbvo0e' --python-tag cp38
cwd: C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\
Complete output (309 lines):
Running from numpy source directory.
C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\numpy\distutils\misc_util.py:464: 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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\libs']
NOT AVAILABLE
C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\numpy\distutils\system_info.py:624: 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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\libs']
NOT AVAILABLE
C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\numpy\distutils\system_info.py:624: 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\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\numpy\distutils\system_info.py:624: 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.
'svnversion' is not recognized as an internal or external command,
operable program or batch file.
non-existing path in 'numpy\\distutils': 'site.cfg'
F2PY Version 2
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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\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\SAMPS\AppData\Local\Programs\Python\Python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\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\SAMPS\AppData\Local\Programs\Python\Python38\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\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\SAMPS\AppData\Local\Programs\Python\Python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\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\SAMPS\AppData\Local\Programs\Python\Python38\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\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\SAMPS\AppData\Local\Programs\Python\Python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\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\SAMPS\AppData\Local\Programs\Python\Python38\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\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\SAMPS\AppData\Local\Programs\Python\Python38\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\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\SAMPS\AppData\Local\Programs\Python\Python38\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\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\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\lib', 'C:\\', 'C:\\Users\\SAMPS\\AppData\\Local\\Programs\\Python\\Python38\\libs']
NOT AVAILABLE
C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\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\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\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\SAMPS\AppData\Local\Programs\Python\Python38\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running bdist_wheel
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.8
creating build\src.win-amd64-3.8\numpy
creating build\src.win-amd64-3.8\numpy\distutils
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.23.28105\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Users\SAMPS\AppData\Local\Programs\Python\Python38\include -IC:\Users\SAMPS\AppData\Local\Programs\Python\Python38\include -I"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.23.28105\include" /Tc_configtest.c /Fo_configtest.obj
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.23.28105\bin\HostX86\x64\link.exe /nologo /INCREMENTAL:NO /LTCG /MANIFEST:EMBED,ID=1 /LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.23.28105\lib\x64" _configtest.obj /OUT:_configtest.exe
LINK : fatal error LNK1104: cannot open file 'kernel32.lib'
failure.
removing: _configtest.c _configtest.obj
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\setup.py", line 394, in <module>
setup_package()
File "C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\setup.py", line 386, in setup_package
setup(**metadata)
File "C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\numpy\distutils\core.py", line 169, in setup
return old_setup(**new_attr)
File "C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\site-packages\setuptools\__init__.py", line 145, in setup
return distutils.core.setup(**attrs)
File "C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\distutils\dist.py", line 966, in run_commands
self.run_command(cmd)
File "C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\site-packages\wheel\bdist_wheel.py", line 192, in run
self.run_command('build')
File "C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\numpy\distutils\command\build.py", line 47, in run
old_build.run(self)
File "C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\distutils\command\build.py", line 135, in run
self.run_command(cmd_name)
File "C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\numpy\distutils\command\build_src.py", line 148, in run
self.build_sources()
File "C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\numpy\distutils\command\build_src.py", line 159, in build_sources
self.build_library_sources(*libname_info)
File "C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\numpy\distutils\command\build_src.py", line 294, in build_library_sources
sources = self.generate_sources(sources, (lib_name, build_info))
File "C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy\numpy\distutils\command\build_src.py", line 377, in generate_sources
source = func(extension, build_dir)
File "numpy\core\setup.py", line 675, in get_mathlib_info
raise RuntimeError("Broken toolchain: cannot link a simple C program")
RuntimeError: Broken toolchain: cannot link a simple C program
----------------------------------------
ERROR: Failed building wheel for numpy
Running setup.py clean for numpy
ERROR: Command errored out with exit status 1:
command: 'C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\SAMPS\\AppData\\Local\\Temp\\pip-install-xalwkhbx\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\SAMPS\\AppData\\Local\\Temp\\pip-install-xalwkhbx\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
cwd: C:\Users\SAMPS\AppData\Local\Temp\pip-install-xalwkhbx\numpy
Complete output (10 lines):
Running from numpy source directory.
`setup.py clean` is not supported, use one of the following instead:
- `git clean -xdf` (cleans all files)
- `git clean -Xdf` (cleans all versioned files, doesn't touch
files that aren't checked into the git repo)
Add `--force` to your command to use it anyway if you must (unsupported).
----------------------------------------
ERROR: Failed cleaning build dir for numpy
ERROR: Command errored out with exit status 1: 'C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\python.exe' 'C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\SAMPS\AppData\Local\Temp\pip-build-env-tkz_1ue8\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools 'Cython>=0.29.2' 'numpy==1.13.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"'' Check the logs for full command output.
Ok, first of all, you need to learn to truncate your error messages, I'm not reading that. Second of all, it doesn't matter that you have anaconda when you use pip to install stuff. Install the stuff that needs compilation with conda (conda install cython, conda install scipy). And if you actually had Anaconda, you would already have this stuff. Judging by the paths in your error message (C:\Users\SAMPS\AppData\Local\Programs\Python\Python38\lib\site-packages\pip), that looks like a regular python (Though you might be using miniconda and I misjudged the path, that is also a possibility).
Type pip
in your terminal to check if pip is installed.
If it's not installed, install pip and try again.
If it is installed, the error might be caused due to expired versions in the requirements.txt
So, open requirements.txt and manually install all the required libraries by typing
python -m pip install numpy
in the terminal in the manim directory.
I ran the command
py -m pip install -r requirements.txt
Which returned a very large error, being: `ERROR: Command errored out with exit status 1: command: 'C:\Users\Jordan Gray\AppData\Local\Programs\Python\Python38-32\python.exe' 'C:\Users\Jordan Gray\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Jordan Gray\AppData\Local\Temp\pip-build-env-r3w3s7lj\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools 'Cython>=0.29.2' 'numpy==1.13.3; python_version=='"'"'3.5'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"'' cwd: None Complete output (356 lines): Ignoring numpy: markers 'python_version == "3.5"' don't match your environment Ignoring numpy: markers 'python_version == "3.6"' don't match your environment Collecting wheel Using cached https://files.pythonhosted.org/packages/00/83/b4a77d044e78ad1a45610eb88f745be2fd2c6d658f9798a15e384b7d57c9/wheel-0.33.6-py2.py3-none-any.whl Collecting setuptools Using cached https://files.pythonhosted.org/packages/6a/9a/50fadfd53ec909e4399b67c74cc7f4e883488035cfcdb90b685758fa8b34/setuptools-41.4.0-py2.py3-none-any.whl Collecting Cython>=0.29.2 Using cached https://files.pythonhosted.org/packages/a5/1f/c7c5450c60a90ce058b47ecf60bb5be2bfe46f952ed1d3b95d1d677588be/Cython-0.29.13.tar.gz Collecting numpy==1.14.5 Using cached https://files.pythonhosted.org/packages/d5/6e/f00492653d0fdf6497a181a1c1d46bbea5a2383e7faf4c8ca6d6f3d2581d/numpy-1.14.5.zip Installing collected packages: wheel, setuptools, Cython, numpy Running setup.py install for Cython: started Running setup.py install for Cython: finished with status 'error' ERROR: Command errored out with exit status 1: command: 'C:\Users\Jordan Gray\AppData\Local\Programs\Python\Python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv\Cython\setup.py'"'"'; file='"'"'C:\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv\Cython\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\Jordan Gray\AppData\Local\Temp\pip-record-8oxk6dsv\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Jordan Gray\AppData\Local\Temp\pip-build-env-r3w3s7lj\overlay' --compile cwd: C:\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv\Cython\ Complete output (335 lines): Unable to find pgen, not compiling formal grammar. running install running build running build_py creating build creating build\lib.win32-3.8 copying cython.py -> build\lib.win32-3.8 creating build\lib.win32-3.8\Cython copying Cython\CodeWriter.py -> build\lib.win32-3.8\Cython copying Cython\Coverage.py -> build\lib.win32-3.8\Cython copying Cython\Debugging.py -> build\lib.win32-3.8\Cython copying Cython\Shadow.py -> build\lib.win32-3.8\Cython copying Cython\StringIOTree.py -> build\lib.win32-3.8\Cython copying Cython\TestUtils.py -> build\lib.win32-3.8\Cython copying Cython\Utils.py -> build\lib.win32-3.8\Cython copying Cython__init.py -> build\lib.win32-3.8\Cython creating build\lib.win32-3.8\Cython\Build copying Cython\Build\BuildExecutable.py -> build\lib.win32-3.8\Cython\Build copying Cython\Build\Cythonize.py -> build\lib.win32-3.8\Cython\Build copying Cython\Build\Dependencies.py -> build\lib.win32-3.8\Cython\Build copying Cython\Build\Distutils.py -> build\lib.win32-3.8\Cython\Build copying Cython\Build\Inline.py -> build\lib.win32-3.8\Cython\Build copying Cython\Build\IpythonMagic.py -> build\lib.win32-3.8\Cython\Build copying Cython\Build__init.py -> build\lib.win32-3.8\Cython\Build creating build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\AnalysedTreeTransforms.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Annotate.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\AutoDocTransforms.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Buffer.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Builtin.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\CmdLine.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Code.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\CodeGeneration.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\CythonScope.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\DebugFlags.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Errors.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\ExprNodes.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\FlowControl.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\FusedNode.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Future.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Interpreter.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Lexicon.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Main.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\MemoryView.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\ModuleNode.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Naming.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Nodes.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Optimize.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Options.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\ParseTreeTransforms.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Parsing.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Pipeline.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\PyrexTypes.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Pythran.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Scanning.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\StringEncoding.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Symtab.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\TreeFragment.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\TreePath.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\TypeInference.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\TypeSlots.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\UtilityCode.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\UtilNodes.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Version.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Visitor.py -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler__init.py -> build\lib.win32-3.8\Cython\Compiler creating build\lib.win32-3.8\Cython\Runtime copying Cython\Runtime__init__.py -> build\lib.win32-3.8\Cython\Runtime creating build\lib.win32-3.8\Cython\Distutils copying Cython\Distutils\build_ext.py -> build\lib.win32-3.8\Cython\Distutils copying Cython\Distutils\extension.py -> build\lib.win32-3.8\Cython\Distutils copying Cython\Distutils\old_build_ext.py -> build\lib.win32-3.8\Cython\Distutils copying Cython\Distutils\init.py -> build\lib.win32-3.8\Cython\Distutils creating build\lib.win32-3.8\Cython\Debugger copying Cython\Debugger\Cygdb.py -> build\lib.win32-3.8\Cython\Debugger copying Cython\Debugger\DebugWriter.py -> build\lib.win32-3.8\Cython\Debugger copying Cython\Debugger\libcython.py -> build\lib.win32-3.8\Cython\Debugger copying Cython\Debugger\libpython.py -> build\lib.win32-3.8\Cython\Debugger copying Cython\Debugger\init.py -> build\lib.win32-3.8\Cython\Debugger creating build\lib.win32-3.8\Cython\Debugger\Tests copying Cython\Debugger\Tests\TestLibCython.py -> build\lib.win32-3.8\Cython\Debugger\Tests copying Cython\Debugger\Tests\test_libcython_in_gdb.py -> build\lib.win32-3.8\Cython\Debugger\Tests copying Cython\Debugger\Tests\test_libpython_in_gdb.py -> build\lib.win32-3.8\Cython\Debugger\Tests copying Cython\Debugger\Tests\init.py -> build\lib.win32-3.8\Cython\Debugger\Tests creating build\lib.win32-3.8\Cython\Plex copying Cython\Plex\Actions.py -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\DFA.py -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\Errors.py -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\Lexicons.py -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\Machines.py -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\Regexps.py -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\Scanners.py -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\Timing.py -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\Traditional.py -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\Transitions.py -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\init.py -> build\lib.win32-3.8\Cython\Plex creating build\lib.win32-3.8\Cython\Tests copying Cython\Tests\TestCodeWriter.py -> build\lib.win32-3.8\Cython\Tests copying Cython\Tests\TestCythonUtils.py -> build\lib.win32-3.8\Cython\Tests copying Cython\Tests\TestJediTyper.py -> build\lib.win32-3.8\Cython\Tests copying Cython\Tests\TestStringIOTree.py -> build\lib.win32-3.8\Cython\Tests copying Cython\Tests\xmlrunner.py -> build\lib.win32-3.8\Cython\Tests copying Cython\Tests\init.py -> build\lib.win32-3.8\Cython\Tests creating build\lib.win32-3.8\Cython\Build\Tests copying Cython\Build\Tests\TestCyCache.py -> build\lib.win32-3.8\Cython\Build\Tests copying Cython\Build\Tests\TestInline.py -> build\lib.win32-3.8\Cython\Build\Tests copying Cython\Build\Tests\TestIpythonMagic.py -> build\lib.win32-3.8\Cython\Build\Tests copying Cython\Build\Tests\TestStripLiterals.py -> build\lib.win32-3.8\Cython\Build\Tests copying Cython\Build\Tests\init.py -> build\lib.win32-3.8\Cython\Build\Tests creating build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestBuffer.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestCmdLine.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestFlowControl.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestGrammar.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestMemView.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestParseTreeTransforms.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestSignatureMatching.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestTreeFragment.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestTreePath.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestTypes.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestUtilityLoad.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\TestVisitor.py -> build\lib.win32-3.8\Cython\Compiler\Tests copying Cython\Compiler\Tests\init.py -> build\lib.win32-3.8\Cython\Compiler\Tests creating build\lib.win32-3.8\Cython\Utility copying Cython\Utility\init__.py -> build\lib.win32-3.8\Cython\Utility creating build\lib.win32-3.8\Cython\Tempita copying Cython\Tempita\compat3.py -> build\lib.win32-3.8\Cython\Tempita copying Cython\Tempita_looper.py -> build\lib.win32-3.8\Cython\Tempita copying Cython\Tempita_tempita.py -> build\lib.win32-3.8\Cython\Tempita copying Cython\Tempita\init.py -> build\lib.win32-3.8\Cython\Tempita creating build\lib.win32-3.8\pyximport copying pyximport\pyxbuild.py -> build\lib.win32-3.8\pyximport copying pyximport\pyximport.py -> build\lib.win32-3.8\pyximport copying pyximport\init.py -> build\lib.win32-3.8\pyximport creating build\lib.win32-3.8\Cython\Includes copying Cython\Includes\openmp.pxd -> build\lib.win32-3.8\Cython\Includes creating build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\array.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\bool.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\buffer.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\bytearray.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\bytes.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\ceval.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\cobject.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\complex.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\datetime.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\dict.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\exc.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\float.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\function.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\getargs.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\instance.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\int.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\iterator.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\list.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\long.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\longintrepr.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\mapping.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\mem.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\method.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\module.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\number.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\object.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\oldbuffer.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\pycapsule.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\pylifecycle.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\pystate.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\pythread.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\ref.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\sequence.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\set.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\slice.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\string.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\tuple.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\type.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\unicode.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\version.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\weakref.pxd -> build\lib.win32-3.8\Cython\Includes\cpython copying Cython\Includes\cpython\init.pxd -> build\lib.win32-3.8\Cython\Includes\cpython creating build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_bool.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_buffer.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_bytes.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_cobject.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_complex.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_dict.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_exc.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_float.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_function.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_getargs.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_instance.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_int.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_iterator.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_list.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_long.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_mapping.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_mem.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_method.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_module.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_number.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_object.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_oldbuffer.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_pycapsule.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_ref.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_sequence.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_set.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_string.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_tuple.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_type.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_unicode.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_version.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\python_weakref.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\stdio.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\stdlib.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated copying Cython\Includes\Deprecated\stl.pxd -> build\lib.win32-3.8\Cython\Includes\Deprecated creating build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\errno.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\float.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\limits.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\locale.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\math.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\setjmp.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\signal.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\stddef.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\stdint.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\stdio.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\stdlib.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\string.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\time.pxd -> build\lib.win32-3.8\Cython\Includes\libc copying Cython\Includes\libc\init__.pxd -> build\lib.win32-3.8\Cython\Includes\libc creating build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\algorithm.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\cast.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\complex.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\deque.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\forward_list.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\functional.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\iterator.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\limits.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\list.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\map.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\memory.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\pair.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\queue.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\set.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\stack.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\string.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\typeindex.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\typeinfo.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\unordered_map.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\unordered_set.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\utility.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\vector.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\init.pxd -> build\lib.win32-3.8\Cython\Includes\libcpp creating build\lib.win32-3.8\Cython\Includes\numpy copying Cython\Includes\numpy\math.pxd -> build\lib.win32-3.8\Cython\Includes\numpy copying Cython\Includes\numpy\init.pxd -> build\lib.win32-3.8\Cython\Includes\numpy creating build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\dlfcn.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\fcntl.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\ioctl.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\mman.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\resource.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\select.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\signal.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\stat.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\stdio.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\stdlib.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\strings.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\time.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\types.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\unistd.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\wait.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Includes\posix\init__.pxd -> build\lib.win32-3.8\Cython\Includes\posix copying Cython\Compiler\Code.pxd -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\FlowControl.pxd -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\ParseTreeTransforms.pxd -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Parsing.pxd -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Scanning.pxd -> build\lib.win32-3.8\Cython\Compiler copying Cython\Compiler\Visitor.pxd -> build\lib.win32-3.8\Cython\Compiler copying Cython\Runtime\refnanny.pyx -> build\lib.win32-3.8\Cython\Runtime copying Cython\Debugger\Tests\codefile -> build\lib.win32-3.8\Cython\Debugger\Tests copying Cython\Debugger\Tests\cfuncs.c -> build\lib.win32-3.8\Cython\Debugger\Tests copying Cython\Plex\Actions.pxd -> build\lib.win32-3.8\Cython\Plex copying Cython\Plex\Scanners.pxd -> build\lib.win32-3.8\Cython\Plex copying Cython\Utility\CConvert.pyx -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\CpdefEnums.pyx -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\CppConvert.pyx -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\MemoryView.pyx -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\TestCythonScope.pyx -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\TestCyUtilityLoader.pyx -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\AsyncGen.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Buffer.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Builtins.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Capsule.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\CMath.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\CommonStructures.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Complex.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Coroutine.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\CythonFunction.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Embed.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Exceptions.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\ExtensionTypes.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\FunctionArguments.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\ImportExport.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\MemoryView_C.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\ModuleSetupCode.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\ObjectHandling.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Optimize.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Overflow.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Printing.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\Profile.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\StringTools.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\TestUtilityLoader.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\TypeConversion.c -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\arrayarray.h -> build\lib.win32-3.8\Cython\Utility copying Cython\Utility\CppSupport.cpp -> build\lib.win32-3.8\Cython\Utility running build_ext building 'Cython.Plex.Scanners' extension creating build\temp.win32-3.8 creating build\temp.win32-3.8\Release creating build\temp.win32-3.8\Release\Users creating build\temp.win32-3.8\Release\Users\Jordan Gray creating build\temp.win32-3.8\Release\Users\Jordan Gray\AppData creating build\temp.win32-3.8\Release\Users\Jordan Gray\AppData\Local creating build\temp.win32-3.8\Release\Users\Jordan Gray\AppData\Local\Temp creating build\temp.win32-3.8\Release\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv creating build\temp.win32-3.8\Release\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv\Cython creating build\temp.win32-3.8\Release\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv\Cython\Cython creating build\temp.win32-3.8\Release\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv\Cython\Cython\Plex C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.13.26128\bin\HostX86\x86\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD "-IC:\Users\Jordan Gray\AppData\Local\Programs\Python\Python38-32\include" "-IC:\Users\Jordan Gray\AppData\Local\Programs\Python\Python38-32\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.13.26128\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.13.26128\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "/TcC:\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv\Cython\Cython\Plex\Scanners.c" "/Fobuild\temp.win32-3.8\Release\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv\Cython\Cython\Plex\Scanners.obj" Scanners.c c:\users\jordan gray\appdata\local\programs\python\python38-32\include\pyconfig.h(206): fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.13.26128\bin\HostX86\x86\cl.exe' failed with exit status 2ERROR: Command errored out with exit status 1: 'C:\Users\Jordan Gray\AppData\Local\Programs\Python\Python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv\Cython\setup.py'"'"'; file='"'"'C:\Users\Jordan Gray\AppData\Local\Temp\pip-install-kd64dqzv\Cython\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\Jordan Gray\AppData\Local\Temp\pip-record-8oxk6dsv\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Jordan Gray\AppData\Local\Temp\pip-build-env-r3w3s7lj\overlay' --compile Check the logs for full command output. WARNING: You are using pip version 19.2.3, however version 19.3 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.