[Debian-astro-maintainers] Bug#954576: yt: 1

Drew Parsons dparsons at debian.org
Fri Apr 3 03:33:08 BST 2020


Source: yt
Followup-For: Bug #954576

Not sure if it's the same bug as reported here, but yt needs to
update its h5py interface (see debci test failures). Files are opened
'r' by  default so you need to specify

  f = h5py.File(filename, 'w')

instead of

  f = h5py.File(filename)

if you want to open for writing.


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), LANGUAGE=en_AU:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



More information about the Debian-astro-maintainers mailing list