[Python-modules-team] Bug#622631: [python-scipy] scipy.ndimage: bad marshal data
Castorblockade 2010
castor at nirgendwo.info
Wed Apr 13 14:22:40 UTC 2011
Package: python-scipy
Version: 0.9.0+dfsg1-1
Severity: important
if i try to import the scipy.ndimage, I'll get an error: "ValueError: bad
marshal data". I had no problems with 0.7.2+dfsg1-1
here an output:
$ python
Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
>>> import scipy.ndimage
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/dist-packages/scipy/ndimage/__init__.py", line 32,
in <module>
from filters import *
File "/usr/lib/python2.6/dist-packages/scipy/ndimage/filters.py", line 35, in
<module>
from scipy.misc import doccer
File "/usr/lib/python2.6/dist-packages/scipy/misc/__init__.py", line 15, in
<module>
from pilutil import *
File "/usr/lib/python2.6/dist-packages/scipy/misc/pilutil.py", line 17, in
<module>
import Image
ValueError: bad marshal data
>>> from scipy import ndimage
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/dist-packages/scipy/ndimage/__init__.py", line 32,
in <module>
from filters import *
File "/usr/lib/python2.6/dist-packages/scipy/ndimage/filters.py", line 35, in
<module>
from scipy.misc import doccer
File "/usr/lib/python2.6/dist-packages/scipy/misc/__init__.py", line 15, in
<module>
from pilutil import *
File "/usr/lib/python2.6/dist-packages/scipy/misc/pilutil.py", line 17, in
<module>
import Image
ValueError: bad marshal data
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.38-2.slh.7-aptosid-686
Debian Release: wheezy/sid
500 unstable www.debian-multimedia.org
500 unstable linux.wuertz.org
500 unstable ftp.debian.nl
500 unstable debian.tu-bs.de
500 unstable deb.opera.com
500 testing ftp.debian.nl
500 stable ftp.debian.nl
500 experimental mozilla.debian.net
400 sid frickelplatz.de
1 experimental ftp.debian.nl
--- Package information. ---
Depends (Version) | Installed
==================================-+-==============
python-numpy (>= 1:1.5.1) | 1:1.5.1-2
python-numpy (<< 1:1.6) | 1:1.5.1-2
python2.6 | 2.6.6-8+b1
OR python2.5 |
python (>= 2.6.6-7~) | 2.6.6-12
python (<< 2.7) | 2.6.6-12
libamd2.2.0 (>= 1:3.4.0) | 1:3.4.0-2
libblas3gf | 1.2-8
OR libblas.so.3gf |
OR libatlas3gf-base |
libc6 (>= 2.3.6-6~) | 2.11.2-11
libgcc1 (>= 1:4.1.1) | 1:4.6.0-2
libgfortran3 (>= 4.3) | 4.6.0-2
liblapack3gf | 3.3.0-4
OR liblapack.so.3gf |
OR libatlas3gf-base |
libstdc++6 (>= 4.1.1) | 4.6.0-2
libumfpack5.4.0 (>= 1:3.4.0) | 1:3.4.0-2
Recommends (Version) | Installed
===========================-+-===========
g++ | 4:4.5.2-5
OR c++-compiler |
Suggests (Version) | Installed
==============================-+-===========
python-profiler |
More information about the Python-modules-team
mailing list