Python 2.7.6 (default, Oct 21 2014, 13:39:51)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-55)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Been running into this problem forever on our legacy old server running Centos 5.4.
Exception information:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/local/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/local/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/req.py", line 1229, in prepare_files
req_to_install.run_egg_info()
File "/usr/local/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/req.py", line 325, in run_egg_info
command_desc='python setup.py egg_info')
File "/usr/local/lib/python2.7/site-packages/pip-1.5.6-py2.7.egg/pip/util.py", line 697, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code -11 in /tmp/pip_build_root/macs2
Any ideas? Initially I thought it was python version problem but I upgraded from 2.7.1 to 2.7.6 and still getting the same error.
Pip list:
numpy (1.9.0)
pip (1.5.6)
setuptools (7.0)
wsgiref (0.1.2)
-Edit Returns the same error but with code 1 when i uninstall and use numpy ver 1.4.0.
(gdb) run setup.py install --user Starting program: /usr/local/bin/python2.7 setup.py install --user warning: no loadable sections found in added symbol-file system-supplied DSO at 0x2aaaaaaab000 >>>[Thread debugging using libthread_db enabled]
Program received signal SIGSEGV, Segmentation fault. append_metastr_to_string (meta=0x20, skip_brackets=0, ret=0x2aaaaf29e1e8) at >numpy/core/src/multiarray/datetime.c:1965 1965 if (meta->base == NPY_FR_GENERIC) {
this was done by wget follow by untarring the ball
run setup.py install --userstill isn't enough to know what you were doing. Was that run inside a downloaded and untarred copy of the numpy source? 1.9.0? Please, take a look at the information in your question and try to imagine how anyone could debug it with just what you've posted so far.