Package: python-stats
Version: 0.6-8
Severity: important
I am not a python guru, so please don't be upset if I blame the wrong
package.
The following command works fine after "dpkg --purge python-stats"
but fails with python-stats installed:
~>virtualenv -p /usr/bin/python2.7 env
Running virtualenv with interpreter /usr/bin/python2.7
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/virtualenv.py", line 16, in <module>
import tempfile
File "/usr/lib/python2.7/tempfile.py", line 32, in <module>
import io as _io
File "/usr/share/pyshared/io.py", line 72, in <module>
import numpy as N
File "/usr/share/pyshared/numpy/__init__.py", line 137, in <module>
import add_newdocs
File "/usr/share/pyshared/numpy/add_newdocs.py", line 9, in <module>
from numpy.lib import add_newdoc
File "/usr/share/pyshared/numpy/lib/__init__.py", line 4, in <module>
from type_check import *
File "/usr/share/pyshared/numpy/lib/type_check.py", line 8, in <module>
import numpy.core.numeric as _nx
File "/usr/share/pyshared/numpy/core/__init__.py", line 5, in <module>
import multiarray
ImportError: No module named multiarray
The reason seems to me that /usr/share/pyshared/io.py from the
python-stats package is imported instead of the default io module.
regards,
Meik
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (990, 'unstable'), (900, 'testing'), (900, 'stable'), (200,
'experimental'), (200, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.10-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-stats depends on:
ii python 2.7.5-4
ii python-central 0.6.17
Versions of packages python-stats recommends:
pn python-numpy <none>
python-stats suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]