Hello, I'm currently running code using ismrmrd-python version 1.15.0, on a Linux host, and am getting these warnings on module import:
<venv-location>/lib/python3.14/site-packages/ismrmrd/image.py:45: DeprecationWarning: Due to '_pack_', the 'ImageHeader' Structure will use memory layout compatible with MSVC (Windows). If this is intended, set _layout_ to 'ms'. The implicit default is deprecated and slated to become an error in Python 3.19.
class ImageHeader(FlagsMixin, EqualityMixin, ctypes.Structure):
<venv-location>/lib/python3.14/site-packages/ismrmrd/waveform.py:10: DeprecationWarning: Due to '_pack_', the 'WaveformHeader' Structure will use memory layout compatible with MSVC (Windows). If this is intended, set _layout_ to 'ms'. The implicit default is deprecated and slated to become an error in Python 3.19.
class WaveformHeader(FlagsMixin, EqualityMixin, ctypes.Structure):
Just letting you know to avoid these messages being printed, as well as avoiding breaking changes in the future. Thanks for your development!
Hello, I'm currently running code using ismrmrd-python version 1.15.0, on a Linux host, and am getting these warnings on module import:
Just letting you know to avoid these messages being printed, as well as avoiding breaking changes in the future. Thanks for your development!