Skip to content

Fix issues from Python package updates

Lukas Riedel requested to merge fix-python-compatibility into master

What does this MR do?

Fix several issues arising from new Python versions and package updates:

  • base64.decodestring() was previously deprecated and recently removed in favor of decodebytes().
  • PyYAML 6 now requires a loader argument when loading.
  • numpy.dtype only understands lowercase type strings now.

Is there something that needs to be double checked?

No.

Can this MR be accepted?

  • Implemented fixes
  • Pipeline passing
  • Squash option set
  • Delete branch option set
  • Added entry to CHANGELOG.md

Assignee: If the Squash option is set, check/update the commit message right before merging!

Related issues

No issue raised yet.

Edited by Lukas Riedel

Merge request reports