[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Python 3.7 in testing/experimental



Le 08/06/2018 à 19:32, Matthias Klose a écrit :
> The Python 3.7 beta 5 packages are now in testing, and experimental has python3-defaults packages which add 3.7 as a supported version.  The release candidate is expected next week, only adding Unicode 11 support, and the final release is expected at the end of June.
> 
> I would appreciate it, if somebody could run a test rebuild using the python3-defaults from experimental.  Else, please test your packages using python3.7.

python3-numpy do not work with python3.7 in sid currently.
In a up-to-date sid chroot:

$ python3.7
Python 3.7.0 (default, Jun 27 2018, 14:40:03)
[GCC 8.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 16, in <module>
    from . import multiarray
ImportError: cannot import name 'multiarray' from 'numpy.core' (/usr/lib/python3/dist-packages/numpy/core/__init__.py)

During handling of the above exception, another exception occurred:
[...]



I found this problem when rebuilding a local package that iterates on
"py3versions -s" (that just gained python3.7 in addition to python3.6)

Will the python3-numpy pacakge be fixed by an automatic rebuild ?
(ie I just have to wait for a few days)

Do I need to fill a bug report on python3-numpy ?

  Regards,
    Vincent

> Matthias


-- 
Vincent Danjean       GPG key ID 0xD17897FA         vdanjean@debian.org
GPG key fingerprint: 621E 3509 654D D77C 43F5  CA4A F6AE F2AF D178 97FA
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main


Reply to: