[Phonopy-users] installing problems (IndexError: index )
Brought to you by:
atztogo
|
From: daijianhong001 <dai...@16...> - 2010-12-06 13:30:48
|
Hi everyone
I am trying to install the phonopy as a new user, but I got into some installing problem.
I installed the python Python-2.5.2, lxml-2.2.4, numpy-1.4, matplotlib-0.99.1.2, PyYAML-3.09, lapack-3.1.1, atlas3.8.1, into my phonopy install directory, with the version of 0.9.2 of phonopy.
I achieved the executing files after the installs:
bandplot f2py f2py2.5 pdosplot phonopy phonopy-FHI-aims phonopy-qha POSCAR propplot tdplot xml2-config xmlcatalog xmllint xslt-config xsltproc.
Until now, everything seems very good, but when I enter the example directory (i.g. Si), and input the shell command: phonopy
But I got the error information as follows:
=====
[dai@c0101 Si]$ phonopy
_
_ __ | |__ ___ _ __ ___ _ __ _ _
| '_ \| '_ \ / _ \| '_ \ / _ \ | '_ \| | | |
| |_) | | | | (_) | | | | (_) || |_) | |_| |
| .__/|_| |_|\___/|_| |_|\___(_) .__/ \__, |
|_| |_| |___/
0.9.2
Traceback (most recent call last):
File "./phonopy", line 233, in <module>
if np.linalg.det( unitcell.get_cell() ) < 0.0:
File "/export/home/dai/python/lib/python2.5/numpy/linalg/linalg.py", line 1507, in det
return (1.-2.*sign)*multiply.reduce(diagonal(a), axis=-1)
File "/export/home/dai/python/lib/python2.5/numpy/core/fromnumeric.py", line 949, in diagonal
return asarray(a).diagonal(offset, axis1, axis2)
IndexError: index 17179869184 out of bounds 0<=index<9
=======
I tried my best to find the problem, but I am very ignorant about python language. Although, I reinstall all the software, I got the same errors.
Could you help me please? Thank you very much.
Good luck.
Dai |