1

我检查了我磁盘中的文件是否与https://github.com/scipy/scipy/blob/master/scipy/misc/face.dat相同

但是当我运行这个语句时,我得到了这个错误。为什么 ?

scipy.misc.face()

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\scipy\misc\common.py", line 567, in face
data = bz2.decompress(rawdata)
ValueError: couldn't find end of stream
4

1 回答 1

1

这是一个错误(在 Windows 上),请参见此处

https://github.com/scipy/scipy/commit/7f0210fd28a2b3be79806d5cae462be52c1601e9

于 2013-04-06T16:23:50.513 回答