Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling SciPy version 0.11 in Ubuntu with apt-get
    primarykey
    data
    text
    <blockquote> <p><strong>Possible Duplicate:</strong> <a href="https://stackoverflow.com/questions/2213551">Installing SciPy with pip</a></p> </blockquote> <p>I want to install a new version of SciPy which is 0.11.0 and the current version which I have is 0.9.0.</p> <p>It is installed by this command:</p> <pre><code>sudo apt-get install python-scipy </code></pre> <p>I have tried installing 0.11.0 from sources, but I could not.</p> <p>Is there already an apt-get for 0.11.0?</p> <p><strong>EDIT 1</strong></p> <p>Following is the error when I build from source or do an easy install.</p> <pre><code>Setup script exited with error: Command "/usr/bin/g77 -g -Wall -g -Wall -shared build/temp.linux-x86_64-2.7/build/src.linux-x86_64-2.7/scipy/fftpack/_fftpackmodule.o build/temp.linux-x86_64-2.7/scipy/fftpack/src/zfft.o build/temp.linux-x86_64- 2.7/scipy/fftpack/src/drfft.o build/temp.linux-x86_64-2.7/scipy/fftpack/src/zrfft.o build/temp.linux-x86_64-2.7/scipy/fftpack/src/zfftnd.o build/temp.linux-x86_64- 2.7/build/src.linux-x86_64-2.7/scipy/fftpack/src/dct.o build/temp.linux-x86_64- 2.7/build/src.linux-x86_64-2.7/fortranobject.o -Lbuild/temp.linux-x86_64-2.7 - ldfftpack -lfftpack -lg2c -o build/lib.linux-x86_64-2.7/scipy/fftpack/_fftpack.so" failed with exit status 1 /usr/lib/pymodules/python2.7/numpy/distutils/misc_util.py:251: RuntimeWarning: Parent module 'numpy.distutils' not found while handling absolute import from numpy.distutils import log </code></pre> <p><strong>EDIT 2</strong></p> <p>That issue has been resolved, and the error is now the following.</p> <pre><code> gcc: build/src.linux-x86_64-2.7/scipy/fftpack/_fftpackmodule.c /usr/bin/g77 -g -Wall -g -Wall -shared build/temp.linux-x86_64-2.7/build/src.linux- x86_64-2.7/scipy/fftpack/_fftpackmodule.o build/temp.linux-x86_64- 2.7/scipy/fftpack/src/zfft.o build/temp.linux-x86_64-2.7/scipy/fftpack/src/drfft.o build/temp.linux-x86_64-2.7/scipy/fftpack/src/zrfft.o build/temp.linux-x86_64- 2.7/scipy/fftpack/src/zfftnd.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64- 2.7/scipy/fftpack/src/dct.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64- 2.7/scipy/fftpack/src/dst.o build/temp.linux-x86_64-2.7/build/src.linux-x86_64- 2.7/fortranobject.o -Lbuild/temp.linux-x86_64-2.7 -ldfftpack -lfftpack -lg2c -o build/lib.linux-x86_64-2.7/scipy/fftpack/_fftpack.so /usr/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status /usr/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status error: Command "/usr/bin/g77 -g -Wall -g -Wall -shared build/temp.linux-x86_64- 2.7/build/src.linux-x86_64-2.7/scipy/fftpack/_fftpackmodule.o build/temp.linux- x86_64-2.7/scipy/fftpack/src/zfft.o build/temp.linux-x86_64- 2.7/scipy/fftpack/src/drfft.o build/temp.linux-x86_64-2.7/scipy/fftpack/src/zrfft.o build/temp.linux-x86_64-2.7/scipy/fftpack/src/zfftnd.o build/temp.linux-x86_64- 2.7/build/src.linux-x86_64-2.7/scipy/fftpack/src/dct.o build/temp.linux-x86_64- 2.7/build/src.linux-x86_64-2.7/scipy/fftpack/src/dst.o build/temp.linux-x86_64- 2.7/build/src.linux-x86_64-2.7/fortranobject.o -Lbuild/temp.linux-x86_64-2.7 - ldfftpack -lfftpack -lg2c -o build/lib.linux-x86_64-2.7/scipy/fftpack/_fftpack.so" failed with exit status 1 </code></pre> <p><strong>EDIT 3</strong></p> <p>I have asked this question <a href="https://askubuntu.com/questions/220282/how-to-solve-the-link-library-problem-lgcc-s">[here]</a>, but the issue is not solved yet.</p> <p>Any thoughts?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload