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

Cannot use RTK in 5.4rc>1 #4723

Closed
brynolf opened this issue Jun 12, 2024 · 4 comments
Closed

Cannot use RTK in 5.4rc>1 #4723

brynolf opened this issue Jun 12, 2024 · 4 comments
Labels
type:Bug Inconsistencies or issues which will cause an incorrect result under some or all circumstances

Comments

@brynolf
Copy link

brynolf commented Jun 12, 2024

Description

In 5.4rc1 I could use RTK, but in any release after that RTK is not available.

Steps to Reproduce

a python environment with any of

pip install itk==5.4rc2
pip install itk==5.4rc3
pip install itk==5.4rc4
pip install itk==5.4

and
pip install rtk

>>> from itk import RTK as rtk
will fail after 5.4rc1

Expected behavior

Actual behavior

Reproducibility

Versions

python 3.10.9

Environment

Additional Information

@brynolf brynolf added the type:Bug Inconsistencies or issues which will cause an incorrect result under some or all circumstances label Jun 12, 2024
@brynolf brynolf changed the title Caanot use RTK in 5.4rc>1 Cannot use RTK in 5.4rc>1 Jun 12, 2024
Copy link

Thank you for contributing an issue! 🙏

Welcome to the ITK community! 🤗👋☀️

We are glad you are here and appreciate your contribution. Please keep in mind our community participation guidelines. 📜
Also, please check existing open issues and consider discussion on the ITK Discourse. 📖

This is an automatic message. Allow for time for the ITK community to be able to read the issue and comment on it.

@SimonRit
Copy link

Thanks @brynolf. I have been actively working on a new RTK release compatible with ITK 5.4, it should be done in the coming days. Until then, you can download wheels compiled by the actions here for non-cuda and here for cuda (see artifacts at the bottom of the page which are visible only if you're logged in GitHub). I had to fix a few things on the RTK packaging (among which, compatibility with Cuda 12.1!), hence the delay after ITK's release (which has not been announced officially yet).

@PatrikBrynolfsson
Copy link

Thanks for the update! Looking forward to using it.

@thewtex
Copy link
Member

thewtex commented Jul 23, 2024

itk-rtk 2.6.0 for itk-5.4.0 is now available.

@thewtex thewtex closed this as completed Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Bug Inconsistencies or issues which will cause an incorrect result under some or all circumstances
Projects
None yet
Development

No branches or pull requests

4 participants