Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package depends on PyXB which is at end-of-life #30

Closed
mmuckley opened this issue Oct 20, 2020 · 1 comment
Closed

Package depends on PyXB which is at end-of-life #30

mmuckley opened this issue Oct 20, 2020 · 1 comment

Comments

@mmuckley
Copy link
Contributor

One of the dependencies includes pyxb, which as noted by the maintainer is at end-of-life, and other solutions are recommended.

Perhaps the most pressing item is that pyxb has a deprecated idiom for importing from collections: PR 111. This is a warning that has been showing up in my tests.

I just tested ISMRMRD in Python 3.9 and I think it's still working despite the deprecation, but long-term stability of the Python ISMRMRD package could still be threatened by this dependency.

The best solution would probably be to remove the need for pyxb from ismrmrd. If this isn't possible, then perhaps ismrmrd could create its own fork of pyxb and merge PR 111.

@dchansen
Copy link
Contributor

This was fixed a while back. Sorry for not replying sooner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants