numpy.save 出错, AssertionError

numpy.save 出错, assert row <= self.prev_row

问题描述:python , numpy.save 出错
/usr/lib64/python2.7/tokenize.pyc in add_whitespace
assert row <= self.prev_row
AssertionError

我的环境:python2.7, numpy1.4
这个问题据说是python2.7的bug,目前已经修复

解决方式有两种:
1. 将numpy版本换成1.3。
2. 将python2.7升级到python3。


参考:
https://github.com/numpy/numpy/issues/10348

你可能感兴趣的:(机器学习,numpy,python)