Hi is there a compatibility issue with numpy 1.7 and 1.8? I am getting error with a npy that was created using python 2.7 and numpy 1.7. Now I use python 3.4 and numpy 1.8
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\numpy\lib\format.py", line 334, in read_array_header_1_0
d = safe_eval(header)
File "C:\Python34\lib\site-packages\numpy\lib\utils.py", line 1128, in safe_eval
ast = compiler.parse(source, mode="eval")
File "C:\Python34\lib\ast.py", line 35, in parse
return compile(source, filename, mode, PyCF_ONLY_AST)
File "<unknown>", line 1
{'descr': '<f8', 'fortran_order': False, 'shape': (51L,), }
^
SyntaxError: invalid syntax