Bug#945342: med-fichier fails autopkg tests with Python 3.8

Matthias Klose doko at debian.org
Sat Nov 23 04:44:19 GMT 2019


Package: src:med-fichier
Version: 4.0.0+repack-8
Severity: serious
Tags: sid bullseye
User: debian-python at lists.debian.org
Usertags: python3.8

see
https://ci.debian.net/packages/m/med-fichier/unstable/amd64/

autopkgtest [16:06:06]: test autodep8-python3: set -e ; for py in $(py3versions
-r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c
"import med; print(med)" ; done
autopkgtest [16:06:06]: test autodep8-python3: [-----------------------
Testing with python3.8:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/med/medenum.py", line 14, in
swig_import_helper
    return importlib.import_module(mname)
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'med._medenum'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/med/__init__.py", line 67, in <module>
    from .medenum import *
  File "/usr/lib/python3/dist-packages/med/medenum.py", line 17, in <module>
    _medenum = swig_import_helper()
  File "/usr/lib/python3/dist-packages/med/medenum.py", line 16, in
swig_import_helper
    return importlib.import_module('_medenum')
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_medenum'
autopkgtest [16:06:07]: test autodep8-python3: -----------------------]
autopkgtest [16:06:07]: test autodep8-python3:  - - - - - - - - - - results - -
- - - - - - - -
autodep8-python3     FAIL non-zero exit status 1



More information about the debian-science-maintainers mailing list