


I had also tried to install numpy and scipy from synaptic and Ubuntu software center Sudo sh -c "wget -O- | python" sudo sh -c "wget -O- | python" and then install both of them with pip as in (4)īut now it seems that the server of is down. The last time I installed numpy and scipy (in older ubuntu version 10.x) this worked for me. I already have the environment var: export PYTHONPATH=/usr/lib/python2.7/dist-packages:$.and tried to installing with pip: $ sudo pip install numpy and $ sudo pip install scipy Install requirement with pip: $ sudo pip install requests.Install with apt-get: $ sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose.Satisfy python requirement: $ sudo apt-get install build-essential python-dev gfortran.In order to get rid of the error I had tried: ImportError: /usr/lib/python2.7/dist-packages/numpy/core/multiarray.so: undefined symbol: PyUnicodeUCS4_AsUnicodeEscapeStringįile "/usr/lib/python2.7/dist-packages/scipy/_init_.py", line 78, in įrom numpy import show_config as show_numpy_config

When I tried to import numpy or scipy I get the following error everytime: $ phyton2.7įile "/usr/lib/python2.7/dist-packages/numpy/_init_.py", line 137, in įile "/usr/lib/python2.7/dist-packages/numpy/add_newdocs.py", line 9, in įile "/usr/lib/python2.7/dist-packages/numpy/lib/_init_.py", line 4, in įile "/usr/lib/python2.7/dist-packages/numpy/lib/type_check.py", line 8, in įile "/usr/lib/python2.7/dist-packages/numpy/core/_init_.py", line 5, in I am tired to try to install numpy and scipy for phyton 2.7.5, I need this version of python because my final goal it's to install class ( ) and montepython ( ).
