<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Dear all: I am encountering a problem attempting to install BerryPI on a system using  Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic x86_64). I am using Berry PI 1.1 and WIEN2K_14 but the problem shows up in trying to use init.sh to set up Numpy.  I
 have installed python2.7 as /usr/bin/python2.7 and have numpy in the $HOME/.local directory but get the following series of error messages while running init.sh: </div>
<div><br>
</div>
<div>
<div>SOURCE: './init.sh'</div>
<div>DIR: '.' resolves to '/home/dp3/BerryPI-1.1'</div>
<div>DIR: '/home/dp3/BerryPI-1.1'</div>
<div>Python Version initially found: 2.7.6</div>
<div>WIEN2k detected</div>
<div>/home/ngs/WIEN2k/w2w</div>
<div>w2w detected</div>
<div>Installation via wget available</div>
<div>######################################################################</div>
<div>BerryPI directory found</div>
<div>Continuing...</div>
<div>Python 2.7 directory found</div>
<div>Continuing...</div>
<div>Traceback (most recent call last):</div>
<div>  File "<string>", line 1, in <module></div>
<div>  File "/home/dp3/.local/lib/python2.7/site-packages/numpy/__init__.py", line 137, in <module></div>
<div>    import add_newdocs</div>
<div>  File "/home/dp3/.local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in <module></div>
<div>    from numpy.lib import add_newdoc</div>
<div>  File "/home/dp3/.local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 4, in <module></div>
<div>    from type_check import *</div>
<div>  File "/home/dp3/.local/lib/python2.7/site-packages/numpy/lib/type_check.py", line 8, in <module></div>
<div>    import numpy.core.numeric as _nx</div>
<div>  File "/home/dp3/.local/lib/python2.7/site-packages/numpy/core/__init__.py", line 5, in <module></div>
<div>    import multiarray</div>
<div>ImportError: /home/dp3/.local/lib/python2.7/site-packages/numpy/core/multiarray.so: undefined symbol: PyUnicodeUCS2_AsASCIIString</div>
<div>No NumPy directory found</div>
<div>BerryPI will fail to run without NumPy</div>
<div>Would you like to attempt to install NumPy?</div>
</div>
<div><br>
</div>
<div>I am wondering if this is a Python-Numpy compatibility problem of some sort but don't know how to solve it. Any help is greatly appreciated.  Thanks in advance, David Parker</div>
<div><br>
</div>
</body>
</html>