[Numpy-tickets] [NumPy] #983: Cannot build numpy from svn
NumPy
numpy-tickets@scipy....
Fri Jan 9 13:31:46 CST 2009
#983: Cannot build numpy from svn
---------------------+------------------------------------------------------
Reporter: nils | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 1.3.0
Component: Other | Version: none
Severity: blocker | Keywords:
---------------------+------------------------------------------------------
{{{
python setup.py install --prefix=$HOME/local
Running from numpy source directory.
Traceback (most recent call last):
File "setup.py", line 96, in <module>
setup_package()
File "setup.py", line 68, in setup_package
from numpy.distutils.core import setup
File "/home/nwagner/svn/numpy/numpy/distutils/core.py", line 25, in
<module>
from numpy.distutils.command import config, config_compiler, \
File "/home/nwagner/svn/numpy/numpy/distutils/command/build_ext.py",
line 16, in <module>
from numpy.distutils.system_info import combine_paths
File "/home/nwagner/svn/numpy/numpy/distutils/system_info.py", line 185,
in <module>
'/opt/local/lib','/sw/lib'], platform_bits)
File "/home/nwagner/svn/numpy/numpy/distutils/system_info.py", line 170,
in libpaths
out.extend([p+bits, p])
TypeError: cannot concatenate 'str' and 'int' objects
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/983>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list