Installing numpy

Duncan Smith buzzard at contactbox.co.uk
Wed May 3 18:36:28 EDT 2000


I'm trying to install Numerical-15.2 after successfully installing
Distutils-0.1.3.  But I get the following:

>>> running install
running build
running build_py
not copying Lib\ArrayPrinter.py (output up-to-date)
not copying Lib\FFT.py (output up-to-date)
not copying Lib\LinearAlgebra.py (output up-to-date)
not copying Lib\MLab.py (output up-to-date)
not copying Lib\Matrix.py (output up-to-date)
not copying Lib\Numeric.py (output up-to-date)
not copying Lib\Precision.py (output up-to-date)
not copying Lib\RandomArray.py (output up-to-date)
not copying Lib\UserArray.py (output up-to-date)
running build_ext
cl.exe /nologo /Ox /MD -IC:\PROGRAM
FILES\PYTHON\include\python1.5 -IC:\PROGRAM FILES\PYTHON\include -IInclude
/c /FoSrc/_numpymodule.obj /TcSrc/_numpymodule.c
Traceback (innermost last):
  File "C:\Program Files\Python\Pythonwin\pywin\framework\scriptutils.py",
line 310, in RunScript
    exec codeObject in __main__.__dict__
  File "C:\Program Files\Python\Numerical-15.2\setup.py", line 58, in ?
    ext_modules = [('_numpy',
  File "C:\PROGRAM FILES\PYTHON\distutils\core.py", line 97, in setup
    dist.run_commands ()
  File "C:\PROGRAM FILES\PYTHON\distutils\core.py", line 526, in
run_commands
    self.run_command (cmd)
  File "C:\PROGRAM FILES\PYTHON\distutils\core.py", line 575, in run_command
    cmd_obj.run ()
  File "C:\Program Files\Python\Numerical-15.2\setup.py", line 41, in run
    install.Install.run (self)
  File "C:\PROGRAM FILES\PYTHON\distutils\command\install.py", line 282, in
run
    self.run_peer ('build')
  File "C:\PROGRAM FILES\PYTHON\distutils\core.py", line 886, in run_peer
    self.distribution.run_command (command)
  File "C:\PROGRAM FILES\PYTHON\distutils\core.py", line 575, in run_command
    cmd_obj.run ()
  File "C:\PROGRAM FILES\PYTHON\distutils\command\build.py", line 54, in run
    self.run_peer ('build_ext')
  File "C:\PROGRAM FILES\PYTHON\distutils\core.py", line 886, in run_peer
    self.distribution.run_command (command)
  File "C:\PROGRAM FILES\PYTHON\distutils\core.py", line 575, in run_command
    cmd_obj.run ()
  File "C:\PROGRAM FILES\PYTHON\distutils\command\build_ext.py", line 150,
in run
    self.build_extensions (self.extensions)
  File "C:\PROGRAM FILES\PYTHON\distutils\command\build_ext.py", line 213,
in build_extensions
    include_dirs=include_dirs)
  File "C:\PROGRAM FILES\PYTHON\distutils\msvccompiler.py", line 103, in
compile
    self.spawn ([self.cc] + cc_args)
  File "C:\PROGRAM FILES\PYTHON\distutils\ccompiler.py", line 431, in spawn
    spawn (cmd, verbose=self.verbose, dry_run=self.dry_run)
  File "C:\PROGRAM FILES\PYTHON\distutils\spawn.py", line 37, in spawn
    _spawn_nt (cmd, search_path, verbose, dry_run)
  File "C:\PROGRAM FILES\PYTHON\distutils\spawn.py", line 70, in _spawn_nt
    raise DistutilsExecError, \
DistutilsExecError: command 'cl.exe' failed: No such file or directory


Anyone know where I'm going wrong?  Cheers.





More information about the Python-list mailing list