3 Aug 2012 18:32
numpy.load() error
Jesse Berwald <jjberwald <at> wm.edu>
2012-08-03 16:32:21 GMT
2012-08-03 16:32:21 GMT
Hello, Hopefully you can help. I cannot get numpy.load() to load .npy files on my Mac. It always throws an AssertionError. Saving .npy files is fine, though. The workaround (writing then reading a txt file) is fine for now. Nevertheless, I was hoping you guys might have some insight. The traceback follows. Some info on my box: Mac OSX 10.7.4, 64-bit Intel, 8 GB RAM, Enthought 7.3-1 (64-bit). Please let me know if you have any questions. Thanks for your help with this matter. Sincerely, Jesse >>>>>>>> $ ipython Enthought Python Distribution -- www.enthought.com Python 2.7.3 |EPD 7.3-1 (64-bit)| (default, Apr 12 2012, 11:14:05) Type "copyright", "credits" or "license" for more information. IPython 0.12.1 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details. In [1]: import numpy(Continue reading)
RSS Feed