On Mon, Jul 19, 2010 at 06:03, Dave <[email protected]> wrote:
> My bad - typo. The command to build numpy should have been:
>
> C:\Python31\python setup.py bdist_wininst
I tried that. See the attached.
> i.e. the full path and filename of the program you want to run (Python3).
> Paths
> are seperated by backslash characters, not greater than signs!
>
> As Matthieu says, if you don't know if you have a C-compiler then you probably
> don't have one.
I do have one, what's the filename?
Dick
c:\SVNRepository\numpy>C:\Python31\python setup.py bdist_wininst
--- Could not run svn info ---
Converting to Python3 via 2to3...
RefactoringTool: Skipping implicit fixer: buffer
RefactoringTool: Skipping implicit fixer: idioms
RefactoringTool: Skipping implicit fixer: set_literal
RefactoringTool: Skipping implicit fixer: ws_comma
RefactoringTool: No files need to be modified.
Forcing DISTUTILS_USE_SDK=1
non-existing path in 'numpy\\distutils': 'site.cfg'
F2PY Version 2_8510
Running from numpy source
directory.numpy\core\code_generators\generate_umath.py:117: DeprecationWarning:
string.maketrans i
deprecated, use bytes.maketrans instead
bytes(string.ascii_uppercase, "ascii"))
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in C:\Python31\lib
libraries mkl,vml,guide not found in C:\
libraries mkl,vml,guide not found in C:\Python31\libs
NOT AVAILABLE
atlas_blas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in C:\Python31\lib
libraries ptf77blas,ptcblas,atlas not found in C:\
libraries ptf77blas,ptcblas,atlas not found in C:\Python31\libs
NOT AVAILABLE
atlas_blas_info:
libraries f77blas,cblas,atlas not found in C:\Python31\lib
libraries f77blas,cblas,atlas not found in C:\
libraries f77blas,cblas,atlas not found in C:\Python31\libs
NOT AVAILABLE
c:\SVNRepository\numpy\build\py3k\numpy\distutils\system_info.py:1399:
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.
warnings.warn(AtlasNotFoundError.__doc__)
blas_info:
libraries blas not found in C:\Python31\lib
libraries blas not found in C:\
libraries blas not found in C:\Python31\libs
NOT AVAILABLE
c:\SVNRepository\numpy\build\py3k\numpy\distutils\system_info.py:1408:
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.
warnings.warn(BlasNotFoundError.__doc__)
blas_src_info:
NOT AVAILABLE
c:\SVNRepository\numpy\build\py3k\numpy\distutils\system_info.py:1411:
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.
warnings.warn(BlasSrcNotFoundError.__doc__)
NOT AVAILABLE
lapack_opt_info:
lapack_mkl_info:
mkl_info:
libraries mkl,vml,guide not found in C:\Python31\lib
libraries mkl,vml,guide not found in C:\
libraries mkl,vml,guide not found in C:\Python31\libs
NOT AVAILABLE
NOT AVAILABLE
atlas_threads_info:
Setting PTATLAS=ATLAS
libraries ptf77blas,ptcblas,atlas not found in C:\Python31\lib
libraries lapack_atlas not found in C:\Python31\lib
libraries ptf77blas,ptcblas,atlas not found in C:\
libraries lapack_atlas not found in C:\
libraries ptf77blas,ptcblas,atlas not found in C:\Python31\libs
libraries lapack_atlas not found in C:\Python31\libs
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE
atlas_info:
libraries f77blas,cblas,atlas not found in C:\Python31\lib
libraries lapack_atlas not found in C:\Python31\lib
libraries f77blas,cblas,atlas not found in C:\
libraries lapack_atlas not found in C:\
libraries f77blas,cblas,atlas not found in C:\Python31\libs
libraries lapack_atlas not found in C:\Python31\libs
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE
c:\SVNRepository\numpy\build\py3k\numpy\distutils\system_info.py:1306:
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.
warnings.warn(AtlasNotFoundError.__doc__)
lapack_info:
libraries lapack not found in C:\Python31\lib
libraries lapack not found in C:\
libraries lapack not found in C:\Python31\libs
NOT AVAILABLE
c:\SVNRepository\numpy\build\py3k\numpy\distutils\system_info.py:1317:
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.
warnings.warn(LapackNotFoundError.__doc__)
lapack_src_info:
NOT AVAILABLE
c:\SVNRepository\numpy\build\py3k\numpy\distutils\system_info.py:1320:
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.
warnings.warn(LapackSrcNotFoundError.__doc__)
NOT AVAILABLE
could not resolve pattern in '': '*.txt'
non-existing path in '': 'COMPATIBILITY'
non-existing path in '': 'site.cfg.example'
running bdist_wininst
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 msvccompiler in numpy.distutils; trying from distutils
error: Unable to find vcvarsall.bat
c:\SVNRepository\numpy>_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion