eassmann / prima.py

Colorful band structures with Wien2k
http://eassmann.github.io/prima.py/
Other
6 stars 4 forks source link

IndexError #6

Open HiTuX opened 6 years ago

HiTuX commented 6 years ago

I try to use prima.py. After building, prima.py -h returns:

Traceback (most recent call last):
  File "/home/hk/PortableApps/prima.py/prima.py", line 32, in <module>
    sppv.version[:] = __version__
IndexError: too many indices for array

I use:

python2 = 2.7.15
numpy = 1.14.3
f2py2 = 2
gfortran = 8.1.0

Any hints!

eassmann commented 6 years ago

Sounds like either

Anyway, this project isn't really active anymore, I have not used the code myself in a long while. If you figure out a solution, please post it here in case someone else has the same problem.