Package: python3.5
Version: 3.5.0~rc1-1
Severity: normal

Dear Maintainer,

Trying to import numpy yields an error:

$ python3.5 -c 'import numpy'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 180, in <module>
    from . import add_newdocs
  File "/usr/lib/python3/dist-packages/numpy/add_newdocs.py", line 13, in 
<module>
    from numpy.lib import add_newdoc
  File "/usr/lib/python3/dist-packages/numpy/lib/__init__.py", line 8, in 
<module>
    from .type_check import *
  File "/usr/lib/python3/dist-packages/numpy/lib/type_check.py", line 11, in 
<module>
    import numpy.core.numeric as _nx
  File "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 14, in 
<module>
    from . import multiarray
ImportError: cannot import name 'multiarray'

This error happens with both testing and experimental versions of numpy. It 
does not occur in python 3.4; only 3.5 is affected.



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'unstable'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3.5 depends on:
ii  libpython3.5-stdlib  3.5.0~rc1-1
ii  mime-support         3.59
ii  python3.5-minimal    3.5.0~rc1-1

python3.5 recommends no packages.

Versions of packages python3.5 suggests:
ii  binutils        2.25.1-1
pn  python3.5-doc   <none>
pn  python3.5-venv  <none>

-- no debconf information

Reply via email to