<div dir="ltr">Hi,<div><br></div><div>There are some packages which is not available through easy_install and only by apt-get like python_mdp and after installing them, system assume scipy is not installed and try to -reinstall the scipy and will result in crashing  the whole optimized version of scipy numpy in starcluster image.</div>

<div>As as an example after installing the python_mdp I get the following error for importing scipy.ndimage:</div><div><br></div><div><div>File &quot;./train.py&quot;, line 5, in &lt;module&gt;</div><div>    from scipy import stats, ndimage</div>

<div>  File &quot;/usr/lib/python2.6/dist-packages/scipy/stats/__init__.py&quot;, line 7, in &lt;module&gt;</div><div>    from stats import *</div><div>  File &quot;/usr/lib/python2.6/dist-packages/scipy/stats/stats.py&quot;, line 199, in &lt;module&gt;</div>

<div>    import scipy.linalg as linalg</div><div>  File &quot;/usr/lib/python2.6/dist-packages/scipy/linalg/__init__.py&quot;, line 8, in &lt;module&gt;</div><div>    from basic import *</div><div>  File &quot;/usr/lib/python2.6/dist-packages/scipy/linalg/basic.py&quot;, line 17, in &lt;module&gt;</div>

<div>    from lapack import get_lapack_funcs</div><div>  File &quot;/usr/lib/python2.6/dist-packages/scipy/linalg/lapack.py&quot;, line 17, in &lt;module&gt;</div><div>    from scipy.linalg import flapack</div></div><div>

<br></div><div><br></div><div>Thanks,</div><div>Mehdi</div><div><br></div></div>