Hi,
the Debian Med package is maintaining the Debian package of dicompyler. Debian is currently in freeze and we received a bug report of a user and we need to fix this quickly if dicompyler should become part of the next release. The problem is not as the user assumed that matplotlib is missing but dicompyler is not compatible with recent matplotlib / Python3 version. The issue is in dicompyler/baseplugins/2dview.py which contains
from matplotlib import _cntr as cntr
which is illegal. Do you see any chance to fix this in some dedicated patch?
Thanks a lot, Andreas.
Hi,
the Debian Med package is maintaining the Debian package of dicompyler. Debian is currently in freeze and we received a bug report of a user and we need to fix this quickly if dicompyler should become part of the next release. The problem is not as the user assumed that matplotlib is missing but dicompyler is not compatible with recent matplotlib / Python3 version. The issue is in
dicompyler/baseplugins/2dview.pywhich containswhich is illegal. Do you see any chance to fix this in some dedicated patch?
Thanks a lot, Andreas.